body {
  background: url("../images/hospital1.jpg") no-repeat center center fixed;
  background-size: cover;
  margin: 0.5em;
}

#mapContainer { 
    height: 75vh; 
    width: 100%;
}

.marker {
    width: 30px;
    height: 30px;
    background: url("./images/marker.svg");      
}

.small {
    display : none;
}
#graphCanvas {
    height: auto; width: 100%;
    min-height: 300px;
    max-height: 700px;
    background-color: white;
}

@media only screen and (max-width: 650px) {
    #graphCanvas {
        height: 700px;
    }
    .small {
        display: inline-block;
    }
}

.plus {
    background-color: #38A5F8;
    color: white;
    font-weight: bolder;
    border-radius: 5px;
    width: 23px;
    height: 26px;
    padding: 4px;
    border: 2px solid #38A5F8;
}

#SymptomsContent, #PrecautionsContent, #maincontent {
    background-color: #FFFFFFAA;
}