/*!
    Theme Name: bgraphical
    Version: 1.2.0
*/
.bravada-instructions {
    margin-bottom:50px;
}
.bravada-instructions h1 {
    font-size:34px;
    font-weight: 300;
}
.mapInstructions {
    text-align: center;
    padding: 20px 5%;
    background-color:#F4F4F4 ;
}
.bravada-map-group {
    position: relative;
    overflow-x:scroll;
}
.bravada-map-legend {
    position: absolute;
    top:10px; left:460px;
}
.bravada_prov_dropdown {
    position:absolute; right: 50px; top:300px;
}
@media screen and (max-width:640px) {
    .bravada-map-legend { position:static;}
   .modal-dialog.modal-sm {width:calc(100% - 25px);}
}