.container {
    margin-top: 40px;
}

#name {
    margin-top: 0px;
}

#pronoun {
    margin-top: -10px;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    #picture {
        margin: 0 auto;
        width: 30%;
    }
}

@media(min-width:768px) {
    #picture {
        float: right;
        width: 70%;
    }
}

.nav a.active {
    border-bottom: 1px solid black;
    border-radius: 4px 4px 0 0;
}

#course-content {
    display: inline-block;
    width: 15%;
    min-width: 200px;
}

#expand-all {
    display: inline-block;
    margin-left: 10px;
}

#schedule button {
    margin-left: 0px;
    padding-left: 0px;
}





/* Recommendations */
#recommendations ol {
    list-style-type: lower-alpha;
}

#recommendations ol ol {
    list-style-type: lower-roman;
}

#recommendations .important-quote {
    margin-left: 3em;
}
