.assignment-instructions-container {
    max-width: 900px;
    margin-left: 23vw;
    padding: 20px;
}

@media (max-width: 1740px) { 
    .assignment-instructions-container {
        margin-left: 16vw;
    }
}

@media (max-width: 1330px) { 
    .assignment-instructions-container {
        margin-left: 5vw;
    }
}

@media (max-width: 930px) { 
    .assignment-instructions-container {
        margin-left: 0;
    }
}

ol {
    padding-left: 0;
    list-style-position: inside;
}

ul {
    padding-left: 2.2rem;
}

.learning-objectives-list li {
    /* Must use main.css to set color */
    color: var(--clr-text-highcontrast);
    margin: 0 0 0.66rem 0;
    font-size: 1.4rem;
    font-weight: 600;
}

li p {
    display: inline;
}

ol li {
    color: var(--clr-text-highcontrast);
    margin: 0.33rem 0 2.63rem 0;
    font-size: 1.4rem;
}

.list-style-check > ul, .list-style-check > ol {
    list-style-type: "✔  ";
}

.list-style-square > ul, .list-style-square > ol {
    list-style-type: square;
}

.list-style-upper-roman > ul, .list-style-upper-roman > ol {
    list-style-type: upper-roman;
}

.list-style-lower-roman > ul, .list-style-lower-roman > ol {
    list-style-type: lower-roman;
}

.list-style-upper-alpha > ul, .list-style-upper-alpha > ol {
    list-style-type: upper-alpha;
}

.list-style-lower-alpha > ul, .list-style-lower-alpha > ol {
    list-style-type: lower-alpha;
}
