/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 80%;
  width: 95%;
  padding: 15px;
  padding-top: 20px;
  position: absolute !important; 
  top: 200px; 
  left: 10px; 
  z-index: 99; 
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
  top: 10px;
  left: 10px;
  height: 100px;
  margin: 0;
  padding: 20px;
  padding-bottom: 20px;
  font-size: 40px;
}

input[type="date"]
{
    font-size:40px;
}

