@media (max-width: 950px) {
    body {
        font-size: 14px !important;
    }

    #siteWrapper {
        width: 100% !important;
    }

    #contentWrapper {
        width: calc(100% - 20px) !important;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    img {
        width: 100% !important;
    }

    .header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    input[type='text'], select, textarea {
        font-size: 14px !important;
        width: 94% !important;
        padding: 4px !important;
        margin-left: 0px !important;
    }

    input[type='image'] {
        width: 100% !important;
        padding: 0px !important;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    .keuze td {
        height: 40px !important;
        vertical-align: middle !important;
    }

}


body {
    color: #003057;
    font-size: 17px;
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    background-color: #f3fafe;
    letter-spacing: 0px;
}

a, a:visited {
    color: #00a3e0;
    text-decoration: underline;
}

    a:hover {
        text-decoration: underline;
    }

#siteWrapper {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0em;
}

#contentWrapper {
    width: 870px;
    padding: 40px;
    padding-top: 0px;
    background-color: #FFFFFF;
}

a#aanmelden {
    display: block;
    position: absolute;
    left: 310px;
    top: 450px;
    width: 330px;
    height: 70px;
    background: url(../images/t.gif);
}

#blockLeft {
}

#blockLeft, #blockRight {
    margin: 30px;
    padding: 20px;
    background-color: #fff;
    float: left;
    width: 385px;
    border: 1px solid #d7dfe4;
}

#blockRight {
    margin-left: 0px;
}

.time {
    width: 120px;
	padding-left:0px;
    /*color: #337ab7;*/
}

h1 {
    font-family: Larken, Arial;
    font-size: 40px;
    color: #003057;
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 20px;
    line-height: normal;
}

h2 {
    font-family: Larken, Arial;
    font-size: 32px;
    color: #003057;
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 1em;
    line-height: normal;
}

td {
    vertical-align: top;
    padding: 4px;
    padding-left: 0px;
}

.keuze tr:nth-child(odd) {
    background-color: #f3fafe;
}

.keuze tr:nth-child(even) {
    background-color: #FFFFFF;
}

label.error {
    font-style: italic;
    padding-left: 4px;
    color: red;
    display: none;
}

input.error {
    border: 1px solid red;
}

input, select {
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 4px;
    width: 98%;
    color: #3c3c3c;
}

textarea {
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 4px;
    width: 98%;
    color: #3c3c3c;
}

input[type='checkbox'], input[type='submit'], input[type='image'], input[type='radio'] {
        width: auto;
    }

ul {
    padding-left: 20px;
}

input#totaal {
    border: 0px;
    color: #525252;
}

.renn4button {
    color: white;
    font-weight: bold;
    border: 0px;
}

#vragen {
	position: absolute;
	bottom: 100px;
	right: 40px;
	width: 300px;
	height: 200px;
	color: #ffffff;
}

input[type='submit']:hover {
    background-color: #00a3e0;
}

.sluiten {
    background-color: #000000;
    padding: 20px;
    color: #FFDE0B;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 1em;
    clear: both;
}

input[type='radio'] {
    transform: scale(1.5);
}

input[type='checkbox'] {
    transform: scale(1.5);
}

.tooltip {
    float: right;
}

div.popup {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 10px;
    font-style: italic;
    font-size: smaller;
}

.activiteit {
    margin-top: 0.5em;
    background-color: #007ea3;
    color: white;
    padding: 20px;
}

