.sidebar-about h1 {
    font-size: 2.00rem;
}

.sidebar-about h1 a:hover {
    text-decoration: none;
}

.sidebar-social {
    margin-bottom: 20px;
}

.sidebar-social > a {
    padding-right: 0.25rem;
}

.copyright {
    font-size: 0.6rem;
}

.posts {
    display: table;
}

.posts > li {
    display: table-row;
}

.posts > li > .date {
    width: 7rem;
    display: table-cell;
}

.posts > li > a {
    display: table-cell;
}

.pagination .older:before {
    content: "« ";
}
.pagination .newer:after {
    content: " »";
}

img.emoji {
    display: inline;
    margin: 0;
}
