<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#status_calendar {
    text-align: center;
    margin-bottom: 20px;
}

.jCalMo .hasEvent {
    /*background: #B94A48;*/
    /*color: white;*/
}

.jCalMo .day div {
    text-align: left
}

.jCalMo .day div span {
    border-radius: 4px;
    display: inline-block;
    height: 8px;
    line-height: 0;
    padding: 0 2px;
    width: 8px;
}

.status-updates {
    margin: 20px 0;
}

.status-line {
    color: #757575;
    padding: 0 10px 0 0;
}

.separator-line {
    background: #E5E5E5;
    height: 1px;
    margin: 30px 0 25px;
    width: 100%;
}

#status_calendar .clearfix:before,
#status_calendar .clearfix:after {
    display: table;
    content: "";
}

#status_calendar .clearfix:after {
    clear: both;
}

#status_calendar .row-fluid {
    width: 100%;
}

#status_calendar [class*="span"] {
    float: left;
    margin-left: 20px;
}

#status_calendar .row-fluid &gt; [class*="span"] {
    float: left;
    margin-left: 2.127659574%;
}

#status_calendar .row-fluid &gt; .span4 {
    width: 31.914893614%;
}

#status_calendar .row-fluid &gt; [class*="span"]:first-child {
    margin-left: 0;
}

</pre></body></html>