#header {
    font-family: sans-serif;
    font-size: 24pt;
    font-weight: bold;
    width: 100%;
    color: #54595F;
    background: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #dd930c;
}

#content {
    min-height: 400px;
    background-color: white;
    border-radius: 20px;
    font-family: sans-serif;
    font-size: 10pt;
    line-height: 16pt;
    color: #54595F;
}

#beheer {
    margin: 0px 2px 10px 0px;
    padding: 20px 30px 20px 30px;
    min-height: 400px;
    background-color: white;
    font-family: sans-serif;
    font-size: 10pt;
    color:black;
}
a.nav {
    font-family: sans-serif;
    color: white;
    text-decoration: none;
}

h1 {
    font-family: sans-serif;
    font-size: 22pt;
    color: black;
    -webkit-text-fill-color: #dd930c; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #54595F;
}
.spel_in_set {
    font-family: sans-serif;
    font-size: 9pt;
    font-style: italic;
}
.tekst-quote{
    margin-left: 30px;
    margin-right: 30px;    
    padding-left: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    color: black;
    border: 1px solid #54595F;
    background-color: #e4bf5f;
}
