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


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

.case-citation {
    font-family: Amiri, Merriweather, serif;
    font-size: 1rem;
}

.case-summary {
	font-family: Yrsa, Droid Serif, serif;
    font-size: 1rem;
    
.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;
}