.blue-bar {
    background-color: #1c84c6;
    width: 100%;
    height: 10px;
    margin-bottom: 30px;
}

a.menu-bottom {
    margin-right: 20px;
    font-weight: bold;
}

h2.title-page {
    margin: 0;
    font-size: 22px;
    color: #363434;
}

h5.status-title {
    font-size: 15px;
    font-weight: 400;
}

.status-feature-title {
    color: #363434;
    font-size: 15px;
}

.status-feature-content {
    opacity: 0.9;
}

.incident_time {
    font-size: 12px;
    opacity: 0.8;
}

.incident_message_details {
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #454d54;
}

.panel-default h5 a {
    color: #000000 !important;
}

.timelineContainer {
    border-left: 2px solid #ccc;
    margin: 20px auto;
}

div.timelineToggle {
    float: right;
    margin-right: 0;
    white-space: nowrap;
}

div.timelineMajor {
    /* margin-left: 20px; */
}

.history-title {
    background: url(/inspinina/img/timeline_decade_tick.gif) left center no-repeat;
    clear: left;
    list-style-type: none;
    line-height: 1.2em;
    margin: 0 0 12px;
    padding: 0 0 0 24px;
}

.history-title h2 {
    font-size: 17px;
}

.history-title h4 {
    font-size: 12px;
}

h2.timelineMajorMarker {
    background: url(/inspinina/img/timeline_century_tick.gif) left center no-repeat;
    cursor: pointer;
    font-size: 2em;
    font-weight: 400;
    margin: 0 0 10px !important;
    padding: 4px 4px 4px 20px;
}

h2.timelineMajorMarker span {
    border-radius: 4px;
    letter-spacing: .1em;
    line-height: 1.4em;
    padding: 3px 5px 1px;
    color: #000;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 928px;
    }
}