.was-writing {
    zoom: 1;
}

.was-writing:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.was-writing .title,
.was-writing .subtitle,
.was-writing .date,
.was-writing .category {
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0;
}

#writings-archive .was-writing {
    margin-bottom: 2em;
}

@media (max-width: 800px) {

}