.emergency-title {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #ffffff;
    font-size: 26px;
    text-align: left;}

.emergency-timeline-label {
    padding-top: 10px;
    font-weight: bold;
    color: palegoldenrod;
    font-size: 16px;
    text-align: left;}

.emergency-content {
    font-weight: bold;
    color: white;
    font-size: 16px;
    text-align: left;
    padding-bottom: 5px}

.emergency-update {
    font-weight: bold;
    color: white;
    font-size: 16px;
    text-align: left;
    padding-bottom: 5px}

a.emergency-link {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    text-decoration: none;}

img.emergency {
    width: 125px;
    height: 125px;
    float: left;
    padding-right: 10px;
    top: 0;}


.timeline-item {
    padding: 2em 2em 1em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}
.timeline-item p {
    font-size: 1rem;
    color: palegoldenrod;
}
.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    top: 1em;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: .785rem;
    color: palegoldenrod;
}
.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -7px;
    border-radius: 10px;
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
}
.timeline-item:last-child {
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}


