﻿.classnotes-list h4, .classnotes-list div.note, .classnotes-list div.note p:first-of-type {
    display: inline;
}
.classnotes-filter form button{
    padding-left:14px;
    padding-right:14px;
}



.class-notes .studies-link {
    justify-content: start;
}

@media only screen and (min-width: 768px) {
    .class-notes {
        background-image: linear-gradient(0deg, rgba(247,246,246, 0.9), rgba(247,246,246, 0.9)), url(/images/default-source/backgrounds/abe-lincoln-black-and-white.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}