.exam_finished {
    width: 80%;
    margin: 20px auto 0;
    padding: 10px;
    border: 2px solid #7db4e6;
    text-align: center;
}

.exam_finished i {
    margin-right: 5px;
    color: #7db4e6;
}

.exam_title {
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
}

.exam_subtitle {
    text-align: center;
    padding: 10px;
}

.exam_subtitle span {
    text-decoration: underline;
    text-underline-offset: 6px;
}

@media print,
screen and (min-width: 745px) {
    .exam_title {
        font-size: 2.2rem;
    }
}

.exam_paper_list:nth-of-type(n+2) {
    margin-top: 30px;
}

@media print,
screen and (min-width: 745px) {
    .exam_paper_list:nth-of-type(n+2) {
        margin-top: 50px;
    }
}


.exam_date {
    padding: 5px 10px;
    border-left: solid 5px #7db4e6;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.exam_date span {
    display: inline-block;
}

.exam_paper {
    text-align: center;
}

.exam_paper:nth-of-type(n+2) {
    margin-top: 20px;
}

.exam_paper a {
    display: inline-block;
}

.exam_paper img {
    box-shadow: 2px 1px 6px 0px #afafaf;
    max-width: 90%;
}

.exam_link {
    margin-top: 20px;
    text-align: center;
}

.exam_link a {
    padding: 10px 20px;
    text-align: center;
    background-color: #7db4e6;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
}

.exam_link a i {
    margin-right: 5px;
}
