#map {
    width: 95%;
    height: 70px;
    margin-left: 40px;
    position: relative;
    box-shadow: 5px 5px 5px #888; height: 780px;

}


select{
    margin-bottom: 20px;
    margin-left: 20px;
}

.info { 
    padding: 6px 8px; 
    font: 14px/16px Roboto-Thin, sans-serif; 
    background: white; 
    background: rgba(255,255,255,0.8); 
    box-shadow: 0 0 15px rgba(0,0,0,0.2); 
    border-radius: 18px; 
} 

.info h4 { 
    margin: 0 0 5px; 
    color: #777; 
}
@media only screen and (max-width: 720px){
    #map {
    width: 80%;
    }
}
