.experiment-pill,
.year-pill,
.game-pill {
    font-size: 12px;
    background: #888;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.experiment-pill{
    background-color: rgb(0, 100, 176);
    margin-right: 4px;
}

.game-pill{
    background-color: rgb(0, 176, 85);
    margin-right: 4px;
}

.year-pill{
    margin-left: 4px;
}

.post-list{
    margin-bottom: 12px;
}

.post-list .date{
    color: #444;
    font-size: 12px;
    margin-right: 8px;
}

.post-date{
    color: #444;
}

.image-caption{
    font-size: 14px;
    color: #444;
}

div.markdown-image{
    margin-bottom:12px;
    margin-top: 12px;
    text-align: center;
}

a {
    color: rgb(0, 100, 176);
    text-underline-offset: 2px;
}

a:hover {
    text-decoration: none;
}