/* site-specific styles */
.diploma {
    display: block;
    padding: 1.5rem;
    max-width: 32rem;
    margin: 0 auto 1.5rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #2b2b2b;
    box-shadow: 0 .125rem .25rem rgba(33,33,33,.125);
}

.exam-label {
    font-style: italic;
}
.exam-name {
    font-size: 1.2rem;
    font-weight: 900;
}
.exam-section {
    font-weight: 900;
}
