.courseDetails ul,
.courseDetails ol {
    margin-bottom: 1rem;
}

.courseDetails ul li,
.courseDetails li {
    list-style: disc;
}

.courseDetails ol li {
    list-style-type: decimal;
}

.courseDetails li {
    margin-left: 3rem;
    padding-left: 0;
}


/* Bootstrap overrides */

* {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.breadcrumb {
    background-color: inherit;
    padding-bottom: 0;
    padding-right: 0;
}

.breadcrumb > li + li::before {
    display: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
}

.panel {
    background-color: inherit;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
