/**
 * Hidden so that we can use a plugin for navigation instead.
 */

#learndash_back_to_lesson, #learndash_mark_complete_button, #learndash_next_prev_link {
    display: none !important;
}


.csds-next {
    float: right;
}

.csds-prev {
    float: left;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.csds-nav .csds-next, .csds-nav .csds-prev {
    padding: 4px 10px 6px 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: inherit;
    font-family: 'Dosis', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    background: #867b74;
    border: #867b74 1px solid;
}