.page-title{
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}
.content-divider {
    border-top: 1px solid #ddd;
    margin: 5px 0;
}

#map_canvas{
    width:100%;
    height:600px;
}

@media only screen and (max-width: 600px) {
    #map_canvas{
        width:100%;
        height:500px;
    }
}
