.availability-time-line-graphic {
    display:none;
}

.legend-item.light.legend-item-date-range {
    display: none;
}

.legend-item.legend-item-uptime-value {
    display:none;
}
.spacer {
    display: none;
}

.custom-uptime {
    text-align: right;
    width: 100%;
    margin-top: 10px;
}

.components-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.component-statuses-legend {
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center !important;
}

.custom-uptime {
    font-size: 14px;
}

.custom-uptime a {
    display: block;
}

@media screen and (max-width: 825px) {
    .component-statuses-legend .legend-item {
        margin-right: 1% !important;
    }
}

.component-statuses-legend .breaker {
    display: none !important;
}

.components-uptime-link {
    margin-bottom: 50px;
}

.masthead-container .fa {
    font-size: 150px;
}

.big-icon {
    padding-top: 60px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: -40px;
}

.page-status.status-none {
    display: none;
}

.big-icon p {
    font-weight: 900;
    font-size: 42px;
    color: #1d1d1d;
    line-height: 60px;
    margin-bottom: 12px;
}

.fa-check-circle {
    color: #2fcc66;
    text-shadow: 0px 5px 5px rgba(0,0,0,.1);
}

.fa-minus-square {
    text-shadow: 0px 5px 5px rgba(0,0,0,.1);
}

.fa-exclamation-triangle {
    color: #e67e22;
    text-shadow: 0px 5px 5px rgba(0,0,0,.1);
}

.fa-times {
    text-shadow: 0px 5px 5px rgba(0,0,0,.1);
}

.fa-wrench {
    text-shadow: 0px 5px 5px rgba(0,0,0,.1);
}

.components-section {
    position: relative;
}

.hidden {
    display: none !important;
}

.masthead h3 {
    display: none;
}

.component-container {
    flex-basis: 50%;
}

.component-container:nth-child(even) {
    border-left: 0 !important;
}

.component-container:nth-child(2) {
    border-top: 1px solid #E0E0E0 !important;
}

.updates-dropdown-container {
    margin-bottom: -20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}