/*
 * Shortcode styles that are independent of theme styling
 */

.squelch .ers-btn {
    display: flex;
}
.squelch .btn-center {
    margin: 0 auto;
}

.squelch .btn-left {
    float: left;
}

.squelch .btn-right {
    float: right;
}

.squelch .live-threat-map {
    width: 100%;
    height: 600px;
} 
