.elc-course-wrapper{
    margin-bottom: 1.5em;
}

.elc-course-wrapper.page-break-after {
    padding-bottom: 2.5em;
}

.elc-course-wrapper .section-header span {
    font-size: 1.25em;
    font-weight: 600;
}

.elc-course-wrapper .section-header {
    margin-bottom: 1.5em;
    padding: 2.5em 10px 0 0;
}

.elc-course-wrapper .section-header:after,
.elc-course-wrapper .step-title:after {
    content: "";
    clear: both;
    display: table;
}

.elc-course-step-title {
    background: #f0f3f6;
    margin: 0 0 1.5em;
}

.elc-course-step-title .step-title td {
    border: none;
    padding: 10px 10px 0;
}

.elc-course-step-title .step-title span {
    font-size: 1.25em;
    font-weight: 600;
}

.elc-course-step-title .step-completion-date {
    font-style: italic;
    font-size: 0.75em;
}
.elc-course-step-title .step-completion-date td {
    padding: 0 10px 10px;
}


.elc-course-wrapper .back-to-toc,
.elc-course-wrapper .back-to-toc:hover,
.elc-course-wrapper .back-to-toc:focus {
    box-shadow: none;
    color: inherit;
    font-size: 0.75em;
    font-weight: normal;
    float: right;
}

.elc-course-wrapper tr.space {
    border: none;
    height: 2.5em;
}

.elc-course-wrapper ul.file-list {
    list-style: inside;
}

/* TOC */
.elc-course-wrapper .back-to-toc:before {
    color: inherit;
    content: "\2191";
    font-size: .86em;
    right: 0.25em;
    position: relative;
    bottom: 0.24em;

}

#elc-course-toc .elc-toc {
    /*list-style: none;*/
    text-decoration: none;
}

#elc-course-toc .elc-toc li a {
    box-shadow: none;
}

#elc-course-toc .elc-toc li .space {
    display: inline-block;
    width: 1em;
}

/* Media queries */
@media print {
    .elc-course-cur-shortcode,
    .elc-course-wrapper .elc-course-info {
        display: none !important;
    }

    .section-header:before {
        content: " ";
        display: block;
        height: 100px;
    }

    .elc-course-wrapper.page-break-after,
    #elc-course-toc {
        page-break-after: always;
    }

	#elc-course-cur-shortcode{
		display: none;
	}
}

/* Alternative TOC */
.elc-toc {
    counter-reset: item;
    /*margin-left: 1em;*/
    margin-left: 0;
}
.elc-toc li {
    display: block;
    color: #666666;
}
.elc-toc li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-size: 0.765em;
}
.elc-toc li a {
    display: inline;
    padding-left: 1em;
}
.elc-toc li a,
.elc-toc li a:hover,
.elc-toc li a:focus {
    color: inherit;
}

#elc-course-toc .sm-it {
    /*color: #ec0101;*/
    /*font-style: italic;*/
    /*font-size: small;*/
}

.elc-toc li a.lv-0 {
     /*font-weight: bold; */
     /*font-size: 1.125em; */
}

