.gtx-weather-alerts-banner{
    margin-bottom: 20px;
}
.gtx-weather-alerts-banner .gtx-weather-alerts-count{
    padding: 0px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #bd1919;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: white;
}

.gtx-weather-alerts-body {
    padding: 10px 0 15px 0;
    /* margin-bottom: 10px; */
    font-weight: bold;
}

.gtx-weather-alerts-banner a{
    padding: 5px 20px;
    color: #bd1919;
    font-weight: bold;
    background: #FFFFFF;
    border: 2px solid #bd1919;
}

.gtx-weather-alerts-banner a:hover, .gtx-weather-alerts-banner a:focus{
    color: white;
    background: #bd1919;
}

.gtx-weather-alerts-page .toggles-hidden{
    display: none;
}
.weather-alerts-state-group{
    margin-bottom:50px;
}
.weather-alerts-event-group{

}
.weather-alerts-event-group > h3{
    font-size: 1.5em;
}
.weather-alerts-event-group > h3 > .fa{
    color: #d44848;
    font-size: 120%;
    margin: 0 10px 0 0;
}

.weather-alerts-alert > h4{
    font-size: 1.5em;
    line-height: 1.2em;
    cursor: pointer;
    margin: 15px 0 15px 45px;
}
.weather-alerts-alert > h4 > .fa{
    font-size: 120%;
    position: absolute;
    margin: 1px 10px 0 -43px;
    color: #1e74aa;
}

.gtx-weather-alerts-page  h5{
    font-weight: bold;
    letter-spacing: inherit;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

.weather-alert-content{
    margin:0 0 50px 15px;
}

.weather-alert-issued, .weather-alert-expires{
    box-sizing: border-box;
    width:50%;
    display: inline-block;
}

@media only screen and (min-width: 481px) {
    .weather-alerts-alert{
        margin-left:45px;
    }

    .weather-alert-content{
        margin:0 0 50px 40px;
    }
}

