section div.course-div {
    padding: 20px 0;
}

.course-meta {
    padding: 20px 0 0;
    overflow: hidden;
}

body .content h2,
body .content h3 {
    width: 100%;
}

body .content h2 {
    color: #b92828;
}

body ol {
    padding: 20px 0;
    margin: 0;
}

section div.video-container {
    position: relative;
    margin: 40px auto;
}

.fluid-vids {
    position: unset !important;
    width: unset !important;
}

body .content .course-div form {
    margin: 20px 0;
}

table {
    width: 30%;
}

table tr td {
    padding: 10px 5px;
}

table tr:nth-of-type(even) {
    background: #ececec;
}

.form .label.question {
    width: 100%;
}

.form .field.scale {
    width: 75%;
}

.form .field.mult-choice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 5px;
}

.form .field.field.mult-choice.mult-choice--scale {
    padding-left: 0;
}

.form .field.field.mult-choice.mult-choice--scale .mc-title {
    width: 20%;
}

.form .field.field.mult-choice input[type="radio"] {
    padding: 0 10px;
    margin: 0 20px 0 0;
}

.form .field.field.mult-choice.mult-choice--scale .mc-ans {
    padding: 5px;
    margin-right: 20px;
}

.form .field.field.mult-choice.mult-choice--scale .mc-ans input[type="radio"] {
    padding: 0;
    margin-right: 5px;
}

.form .subtitle {
    display: block;
    width: 100%;
    margin: 20px 0;
    font-size: 1.2em;
    text-decoration: underline;
}

.form .subtitle:not(:first-of-type) {
    margin-top: 40px;
}

.form input:read-only,
.wsc-select:read-only {
    background: #e4e4e4;
}

#header #nav {
    min-height: 40px;
    background: #0f3a78;
}

.form .fieldset .legend,
body .content h2.course-title {
    color: #005d94;
}

@media screen and (max-width: 1360px) {
    table {
        width: 60%;
    }
}

@media screen and (max-width: 1160px) {
    body .content .course-div form {
        width: 98%;
    }
}

@media screen and (min-width: 767px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    aside.course-nav {
        display: none;
    }

    section {
        grid-area: main;
    }

    section div.video-container {
        position: relative;
        margin: 40px auto;
    }

    table {
        width: 90%;
    }

    .form .field.scale {
        width: 100%;
    }

    .form .field.field.mult-choice.mult-choice--scale .mc-title {
        width: 100%;
    }

    .form .field.field.mult-choice.mult-choice--scale .mc-ans {
        width: auto;
        padding: 5px;
        margin-right: 10px;
    }

    body .content .course-div form {
        width: 100%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 520px) {
    .form .field.field.mult-choice.mult-choice--scale {
        flex-wrap: wrap;
    }

    .form .field.field.mult-choice.mult-choice--scale .mc-title {
        width: 100%;
    }
}
