*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body > div
{
    width: 300px;

    margin: 0 auto;
}

/* Elementer */
h2
{
    margin-bottom: 0.4em;
    padding: 0.4em 0;

    font-family: sans-serif;
    color: black;

    font-weight: normal;

    font-size: 1em;

    border-top: 2px solid black;
    border-bottom: 1px solid black;
}

h3
{
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: 900;

    margin-bottom: 2px;
}

h3 > a
{
    text-decoration: none;
    color: black;
}

ul
{
    list-style: none;
}
ul li
{
    padding-left: 1.5em;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
    border-bottom: 1px dotted lightgray;

    background: url(img/lilla_pil.png) 0px 5px / 1em no-repeat;
}
ul li:last-of-type
{
    border: none;
}

h3+span
{
    font-size: 0.9em;
    font-family: sans-serif;
    color: gray;

    text-transform: capitalize;
}