.step_label {
    color: #55a;
    font-size: 110%;
    opacity: .4;
}

.skipped {
     background: white; border: 1px solid #999; padding: 2px;
}
.dayline .skipped {
    background: none;
    border: none;
    opacity: .6;
}

.sectbook-separator {
    font-size:5px;
}

.skipped div .hasChecked,
.oneper .hasChecked,
.sections div .box.open.hasChecked {
    background: #98d3ff; /*#FFC14A;*/
}
.oneper .box {background: none}

.heading {
    font-family: Raleway;
}


html,
body {
    background-attachment: fixed !important;
}

span.partial {
    font-style: italic;
    font-weight: bold;
    background: #ffe43a;

}