body {
    font-family: Roboto, Helvetica, sans-serif;
    background-color: #212121;
    color: #bdbdbd;
    margin: 0 auto;
    max-width: 50em;
    padding: 0 10vw;
    font-size: 16px;
    line-height: 150%;
}

h1,
h2 {
    font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
    color: #e0e0e0;
}

img {
    max-width: 50em;
}


a {
    color: #ffc107;
    text-decoration: none;
}

a.tag {
    background-color: #37474f;
    padding: 0px 4px;
    font-size: 12px;
    color: #b0bec5;
    border-radius: 3px;
}

a.tagcloud-item {
    background-color: #444;
    padding: .2rem .4rem;
    margin: .2em;
    color: #aaa;
    border-radius: 3px;
}

a.tagcloud-item b {
    display: inline-block;
    background-color: #888;
    font-size: .8em;
    margin-left: .5em;
    color: #000;
    border-radius: 50%;
    line-height: 1em;
    padding: 0 .25em
}

a.tagcloud-item:hover b {
    text-decoration: none;
}



time {font-size: 12px;}

a:hover {
    color: #ffeb3b;
    text-decoration: underline;
}

nav {
    margin-top: 1em;
}

footer {
    border-top: 1px solid #555;
    padding-top: 3em;
    margin-top: 2em;
    font-size: 0.8em;
    color: #aaa
}

li {
    line-height: 1.8em;
}

dt {
    margin-top: 1em;
}

th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    position: sticky; top: 0;
    background-color: #272624;
}

td {
    border-bottom: 1px solid #444;
}

tr>td:nth-child(2) {
    white-space: nowrap;
}

@media only screen and (max-width: 600px) {

    th,
    td {
        font-size: 0.8em;
    }
}