#map-container img { max-width: none; }
#map-container { width: 100%; height: 400px; }

@media only screen and (max-width: 767px) { 
    #map-container { height: 235px; }
}


.hidden { display: none; }

.map-button {
	width:140px;
	text-align:center;
    /*display: block;*/
    display: inline-block;
    padding: 5px;
    background: #F0F0F0;
    border: 1px solid #454545;
    color: #454545;
    margin: 5px 0;
    border-radius: 3px;
    text-shadow: 1px 1px 1px white;
}
.map-button:hover, .map-button:focus {

    background: #b1dce5;
    text-decoration: none;
}
#directions p {

    margin-bottom: 0;
	padding-bottom: 5px;
}
#from-input {
    margin: 5px 0;
    border-radius: 3px;
    padding: 5px;
}
