.case-part {
    margin-top: .875rem;
    margin-bottom: .875rem;
}


.case-header {
    text-decoration: underline;
    font-size: 1.4rem;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: bold;
}

.case-tags {
    margin-top: 3.6rem;
}

.case-tags ul {
    list-style-type: none;
}

.subject-tag {
    background-color: #010413;
    border-radius: 5px;
    color: #fff;
    display: inline;
    padding: 1.4rem;
    margin: 0 .74rem;
}

.subject-tag a, .subject-tag a:visited {
    color: #fff;
}

.subject-tag a:hover {
    color: #fff;
    text-shadow: 2px 2px 5px #fff;
}