.rayos-severe-weather-alerts-banner{
    margin-bottom: 20px;
}
.rayos-severe-weather-alerts-banner .rayos-severe-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;
}

.rayos-severe-weather-alerts-body {
    padding: 0px 0 15px 0;
    font-weight: bold;
}

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

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

.rayos-severe-weather-alerts-page .toggles-hidden{
    display: none;
}

.rayos-severe-weather-alerts-state-group{
    margin-bottom:50px;
    padding: 0px 10px 10px 15px;
    border-radius: 5px 0px 0px 0px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.rayos-severe-weather-alerts-state-group h2 {
    margin-top: 0px;
    padding-top: 10px;
}

.rayos-severe-weather-alerts-event {
    margin-left: 25px;
}

.rayos-severe-weather-alerts-event > h3{
    font-size: 1.5em;
}

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

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

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

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

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

.rayos-severe-weather-alerts-title {
    font-weight: 600;
    margin-bottom: 1em;
}

.weather-alert-icon {
    margin-right: 5px;
}

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

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