html, body {
    height: 100%;
    margin: 0;
    font: 'Lato', sans-serif;
}

#map {
    width: 100%;
    height: 100%;
    font: 1.9vmin 'Lato', sans-serif;
}

#date_picker{
    width: 10vmin;
    font: 1.7vmin 'Lato', sans-serif;
}


/* Create three equal columns that floats next to each other */
.column {
    float: left;
    /* width: 32%; */
    padding: 10px;
    height: 100vh;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .left {
    width: 70%;
  }
  
  
  .right {
    width: 30%;
    height: auto;
    /* border-bottom: 5px solid red; */
  }
  

  #date_picker{
    width: 20vw;
    font: 1.7vmin 'Lato', sans-serif;
}

.time-tooltip {
  font-size: 10px;
  color: gray;
  background: transparent;   
  border: none;
  box-shadow: none;
}
