
#map{
  height: 95vh;
}

.health-light{color:#2BBBAD}
.health{color:#5BBEB0}
.health-dark{color:#00695C}

.bg-health-light{background-color:#2BBBAD}
.bg-health{background-color:#5BBEB0}
.bg-health-dark{background-color:#00695C}

.text-center{text-align: center;}
.muted-text{color:#444 !important;}


.grey-img{
  filter: grayscale(100%);
}

.white-shadow{
  color: #222;
  font-weight: 600;
  text-shadow: 1px 0px 3px rgba(255, 255, 255, 1);
}

#mun_select_container{
  position: fixed;
  top: 30px;
  left: 90px;
  z-index: 1030;
  min-width: 300px;
  width: auto;
}

#fab-menu{
  left: 20px;
  top: 50px;
}

.fab-menu-inner>li .btn-float {
    padding: 0;
    width: 68px;
    height: 68px;
}

/*Info Window*/
.hospital{
  /*max-width: 300px;*/
  padding: 10px;
}

.hospital .col-1{
  /*width: 80px;*/
}

.hospital .col-2{
  /*width: 200px;*/
}

.hospital td{
    padding: 5px;
}

.hospital-img{
  height: 60px;
}

.hospital-cve{
  font-size: 1.2em;
  font-weight: 600;
}
.hospital-name{
  font-weight: 600;
}


@media (max-width: 925px){


}
