/* HTML STYLES */


/* HEADER STYLES */
header h1 {
    margin-left: 10%;
}

header img {
    height: 92px;
    width: 288px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: flex;
    background-color: #E4F1F9;
    color: #0077C0;
}

nav ul li {
    margin: 0 10px 0 10px;
    font-size: 18px;
    font-family: Barlow, Arial, Helvetica, sans-serif;
}

nav ul li a {
    text-decoration: underline;
    text-decoration-color: #6d9bb8;
    text-underline-offset: 5px;
}

nav ul li::after {
    content: " >";
    font-weight: 700;
    margin-left: 10px;
    vertical-align: top;
}

nav ul li.home {
    margin: 0 5px 0 10%;
}

nav ul li.zittingdatadoc::after {
    content: "";
}

/* MAIN CONTENT STYLES */
a {
    color: #0077C1;
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

a:hover,
a:focus {
    color: #71bf44;
    text-decoration: underline
}

body {
    font-family: Barlow, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #555555;
    line-height: 1.42857143;
    background-color: #ffffff
}

div.center.center-align.margin.margin-top-m {
    display: none
}

main {
    margin-left: 10%;
}

table.lijst {
    width: 100%
}

table.lijst td b {
    font-weight: bold
}

table.lijst td.center-align {
    width: 20%
}

table.lijst td.left-align a {
    margin-right: 1em;
    display: inline-block
}

table.lijst th.left-align {
    text-align: left
}