br {
    clear: both
}
.vscmm-center {
    text-align: center
}
.vscmm-right {
    float: right
}
.vscmm-left {
    float: left
}
.vscmm-pad-left-1em {
    padding-left: 1em
}
.vscmm-map-tools {
    display: none;
    position: relative;
    top: -30px;
    right: 160px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: larger
}
.dialog-footer, .dialog-header {
    background-color: #f5f5f5
}
.dialog-header {
    padding: 9px 15px;
    border-bottom: 1px solid gray;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.dialog-footer {
    padding: 9px 15px;
    border-top: 1px solid gray;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
.dialog-box {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
.vscmm-tight {
    margin: 0;
    padding: 0 .5em
}
@media screen and (min-width:768px) {
    .modal-wide .modal-dialog {
        width: 90%
    }
}
.vscmm-btn-settings {
    width: 5em
}
#vscmmMonitoringTitle {
    background-color: #eadfea;
    border-bottom: 2px solid #e2bfe2;
    font-weight: bold;
    padding: 4px;
    margin-top: 0px;
}
#vscmmDesktopContainer {
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%
}
#vscmmDesktopContainer>.container-controls {
    float: left;
    display: none;
    background-color: #fff;
    margin: 0;
    padding: .5em;
    width: 0px;
}
#vscmmMobileContainer, #vscmmMobileContainer>.container-controls {
    float: left;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%
}
#vscmmMapContainer {
    float: left;
    border: 1px solid #000;
    margin: 10px;
    padding: 0
}
#vscmmMap, #vscmmMapContainer {
    height: 600px;
    width: 100%
}
#vscmmMapContainerMobile {
    height: 600px;
    width: 100%;
    margin: 10px;
    padding: 0
}
#vscmmMapContainerMobile, #vscmmQuakeListMobileContainer {
    float: left;
    border: 1px solid #000
}
#vscmmMapMobile {
    width: 100%;
    height: 100%
}
.vscmm-mobile-btn {
    margin: 0 0 4px;
    padding: 4px;
    width: 28px
}
.vscmm-image-container {
    float: left;
    margin: .25em
}
.vscmm-quake-table {
    margin: 0
}
.vscmm-quake-table .active, .vscmm-quake-table .active a {
    font-weight: 700;
    color: navy
}
.vscmm-quake-table-container {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden
}
.vscmm-data-row {
    max-height: 12px!important
}
.vscmm-large-mag {
    font-weight: 700!important;
    font-size: larger
}
.vscmm-date-string {
    font-size: smaller;
    width: 12em
}
.vscmm-mag {
    font-size: smaller;
    width: 5em
}
.vscmm-depth-string {
    font-size: smaller;
    width: 9em
}
.vscmm-hover {
    background: #fff;
    margin: 0;
    padding: .5em 0
}
.vscmm-hover:hover {
    background: #f5f5f5
}
.vscmm-btn-quake {
    width: 8em;
    margin: 4px
}
.vscmm-btn-quake>.badge {
    display: inline-block;
    float: right
}
.vscmm-btn-plot {
    with: 15em;
    margin: 4px
}
.vscmm-btn-category {
    width: 14em;
    margin: 4px
}
.vscmm-btn-category>.badge {
    display: inline-block;
    float: right
}
.vscmm-btn-inst-sh {
    width: 6em;
    margin: 4px
}
.vscmm-depth-units, .vscmm-time-units {
    color: blue!important;
    font-weight: 700
}
#vscmmLegend {
    border: 1px solid #000;
    display: none;
    background-color: #fff;
    z-index: 1
}
#vscmmLegendShowButton {
    display: none
}
#vscmmLoading {
    border: 1px solid #000;
    background-color: #fff;
    position: fixed;
    top: 10px;
    left: 60px;
    min-width: 15em;
    z-index: 2
}