#map_canvas {
    height: 390px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.maroon {
    color: #54a268 !important;
}

form input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
}