
.courseweek {
    font-size: 1.1em;
}

.courseweek h1 {
    background-color: rgb(78,0,142);
    color: white;
    padding: .3em;
}

.courseweek h2 {
    border-bottom: 4px solid rgb(78,0,142);
    display: inline-block;
    line-height: 0.85;
    padding: .3em;
}

.courseweek .panopto {
    width: 99%; 
    height: auto; 
    margin-bottom: 2em;
    aspect-ratio: 16 / 9;
}

.content .attention {
    background-color: rgb(78,0,142) !important;
    color: white !important;
}

.boxed {
    border: 2px solid rgb(78,0,142);
    padding: .8em;
}
.boxed li {
    margin-left: 1.1em;
}

a.download > code > span.pre {
    font-size: 1.1em !important;
    color: rgb(78,0,142) !important;
}

.literal {
    user-select: all;
}

.strike {
    text-decoration: line-through;
}

