body {
    font-family: DejaVu Sans, Verdana, sans-serif;
    margin: auto;
    padding: 20px;
    max-width: 720px;
    background-color: #1c1c1c;
    color: #e0e0e0;
    text-align: left;
}

h1, h2, h3 {
    margin: 5px auto;
}

ul {
    margin: 5px auto;
    font-size: 18px;
}

h1.title {
    font-size: 42px;
}

header nav a {
    margin-right: 10px;
    margin-left: 0px;
}

a {
    color: #41a5fc;
}

p {
    font-size: 18px;
    margin: 10px auto;
}

img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

pre {
    font-size: 20px;
}

div.codehilite {
    border-color: #303030;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
}

ol#vote_list li:nth-child(1)::marker {
    color: gold;
    font-weight: bold;
}

ol#vote_list li:nth-child(2)::marker {
    color: silver;
    font-weight: bold;
}

ol#vote_list li:nth-child(3)::marker {
    color: #CD7F32;
    font-weight: bold;
}

ol#vote_list li.users_vote {
    text-decoration: underline;
}
