﻿.year {
    display: inline-block;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid 1px rgba(88, 88, 88, 0.5);
}

    .year:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .year p:first-child {
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 1em 0;
        text-transform: uppercase;
        letter-spacing: 0.35em;
        font-size: 1.5em;
    }

    .year .publication {
        float: left;
        margin-bottom: 0.3em;
    }

        .year .publication:last-child {
            margin-bottom: 0;
        }

        .year .publication img {
            max-width: 125px;
            max-height: 125px;
            width: 125px;
            height: 125px;
        }

        .year .publication a {
            font-weight: bold;
        }

@media screen and (max-width: 500px) {
    .year .publication p {
        clear: both;
        margin-bottom: 1em;
    }
}