/* This is where you can add custom CSS to this course. */

/* Course Title/Subtitle */

.course-title .subtitle {
    display: block;
    margin-top: 4px;
}


/* Page Headers */

.dl-header:first-child {
    margin-top: 20px;
}

.dl-header {
    margin-bottom: 18px;
}

.dl-header h1 {
    border-bottom: 1px solid #aaa;
    line-height: 42px;
}

.dl-header.subtitle h1 {
    border-bottom: 1px solid #aaa;
    line-height: 40px;
}

.dl-header.subtitle h1 span {
    color: #999;
    font-family: 'HelvNLight';
}

.non-linear ol.choice-links li.choice-link.choice-continue {
    display: block;
}

.non-linear .dl-choice-toc {
    display: none;
}

.non-linear .dl-choice-body {
    padding-top: 0;
}

div#preload {
    display: none;
}

.bookmark {
    display: none !important;
}

.dl-notify-row {
    display: none !important;
}
