body {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
}

header {
    margin-top: 3.75em;
    margin-bottom: 3em;
    text-align: center;
}

header h1 {
    font-size: 3em;
    font-weight: 100;
    margin: 0 0 0.2em;
}

header p {
    font-size: 0.85em;
    font-weight: 100;
    margin: 0;
}

table {
    width: auto;
    margin: 0 auto;
    border-collapse: collapse;
    margin-bottom: 7em;           /* compenseert footer */
    font-size: 15px;
}

th, td {
    padding: .5em 1em;
    text-align: left;
}

th, tr:last-child td {
    border-bottom: 1px solid black;
}

td {
    border-bottom: 1px dotted black;
}

a {
    text-decoration: none;
}

a:link {
    color: #0ba482;             /* orangered */
}

a:visited {
    color: #0ba482;             /* orangered */
}

a:hover {
    color: #f7b524;             /* orange; */
}

a:active {
    color: #f7b524;             /* orange; */
}

footer {
    text-align: center;
    font-size: 0.7em;
    font-weight: normal;
    padding: 1em;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    border-top: 1px solid lightgrey;
}

footer p {
    margin: 0;
}