.alert-pane {
    background-color: #991C1F;
    color: white;
    padding: 40px;
    display: block;
    position: relative;
    font: 1em "Museo Sans W01 300", arial;
}

.alert-pane:hover {
    color: white;
}

.alert-pane .alert-icon {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
    margin-right: 30px;
    float: left;
}

.alert-pane h2 {
    color: white;
    font-size: 3.5em;
    margin-top: 8px;
    margin-bottom: 30px;
    display: inline-block;
}

.alert-pane p {
    line-height: 1.5em;
    margin-top: 0;
    color: white;
}

.alert-pane .alertus-description {
    font-size: 1.3em;
    margin-bottom: 0.5em;

}

.alert-pane .alertus-date {
    font-style: italic;
}

.alert-pane .alert-button {
    display: inline-block;
    color: white;
    border: 2px solid white;
    padding: 5px 30px;
    max-width: 240px;
}

.alert-pane .alert-button:hover {
    background-color: white;
    color: #991C1F;
}

@media only screen and (max-width: 767px) {

    alert-pane .alertus-date {
        margin-bottom: 30px;
    }

}