@charset "utf-8";

.post {
    margin-bottom: 5em;
}
.post + .post {
    border-top: solid 1px #ececec;
    padding-top: 5em;
}

.post-meta {
    font-size: 1.16666em;
    margin-bottom: 2em;
    margin-top: -1em;
    text-align: right;
}

.content {
    font-size: 1.33333em;
}
.content > p {
    line-height: 1.6;
    margin-bottom: 2em;
}

