.littleblock {
    width: 16px;
    height: 16px;
    margin: 1px;
}
.red {
    background-color: #d9534f;
}
.future {
    background-color: #ddd;
}
.yellow {
    background-color: #f0ad4e;
}
.blue {
    background-color: #337ab7;
}
.green {
    background-color: #5cb85c;
}
.delayText {
    font-weight: bolder;
}
.delayText.red {
    background-color: transparent;
    color: #d9534f;
}
.delayText.future {
    background-color: transparent;
    color: #ddd;
}
.delayText.yellow {
    background-color: transparent;
    color: #f0ad4e;
}
.delayText.blue {
    background-color: transparent;
    color: #337ab7;
}
.delayText.green {
    background-color: transparent;
    color: #5cb85c;
}
label {
    font-weight: 600;
}
.directionTitle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    clear: both;
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 2em;
}
h2 {
    font-size: 3em;
    padding-left: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
h2 small {
    font-size: 0.3em;
}
.ng-invalid {
    border: 2px solid #337ab7;
}
.current {
    font-style: italic;
}
.head-icon {
    height: 32px;
}
.sidebar {
    position: fixed;
    height: 100%;
    border-left: 2px solid #aaa;
    padding: 10px 10px;
    padding-bottom: 120px;
    overflow-y: scroll;
}