
/*
donker groen #515D30;
licht groen #B8C400;
lichter groen header #CECE00;
grijs #DDD;
*/

body {
    font-family: "FlandersArtSans-Regular","Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 15px;
    text-decoration: none;
}

body header {
    background-color: rgba(43,151,157,1);
    background-image: url(http://www.ovam.be/sites/default/files/paddle_style_plugin_data/background/sjabloon-OVAM_blauw.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    height:128.5px;
}

.paddingizer {
    padding: 0 4.20248%;
}

.max-width {
    max-width: 1140px;
    margin: 0 auto;
}

#logo img {
    width: auto;
    max-height: 120px;
    margin-top: 0.5px;
}

a, a:hover, a:visited  {
    color: #6f8b00;
    text-decoration: none;
}


table.input_1 th {
    width: 250px;
}
table.input_1 td {
    width: 250px;
}



table.striped tr:nth-child(even) {background: white; }
table.striped tr:nth-child(odd) {background: #f5f5f5; }




th[data-sort-by] {
    cursor: pointer;
}
