option:first-child
{
    color: #ccc;
}

#vraag{
    margin-bottom: 10px;
}

#datamelding{
    background-color: #ff3300;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
    -moz-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
    box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
}

#bedrag{
    display: inline-block;
}

#registratieformulier input.error, #registratieformulier select.error{
    border: solid 1px #ff0000;
}

.enkelkeuze{
font-weight: normal;
}

label[class^="error"] {
    margin-left: 5px;
    color: #FF0000;
}

input[type=email]{
    width: 250px;
}

#ster_verplicht{
    text-align: center;
    font-size: 17px;
    color: #5c5c5c;
    margin-top: 10px;
}

#opnieuw{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    cursor: pointer;
    background-color: #ff3300;
    border: 1px solid;
    -webkit-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
    -moz-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
    box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
}

.flyout{
position:absolute;
width:720px;
height:40px;
background:#f3f8fe;
overflow: hidden;
z-index:10000;
-webkit-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
-moz-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
display:none;
padding: 5px;
border-style: solid;
border-width: 5px;
border-color: #a6c9f6;
}
.info:hover + .flyout{
 display:block;
}

#tekstformaat{
    position: inherit;
    float: right;
}

#tekstformaat img{
    width: 30px;
}

#even {
background-color: #f2f6f9;
}

#oneven {
background-color: #f2ffff;
}

td {
    text-align: center;
}
td:first-child{
    text-align: left;
}

/*** MOBIELE INSTELLINGEN ***/
@media (max-width : 1000px) {
    
        #formulier{
            margin-left: 0%;
            margin-right: 0%;
            margin-top: 0px;
            width: 100%;
            min-width: auto;
        }
        
        .flyout{
        position:absolute;
        width:300px;
        height:75px;
        background:#f3f8fe;
        overflow: hidden;
        z-index:10000;
        -webkit-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
        -moz-box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
        box-shadow: 4px 6px 15px 2px rgba(161,161,161,1);
        display:none;
        padding: 5px;
        border-style: solid;
        border-width: 5px;
        border-color: #a6c9f6;
        }
	
	#ster_verplicht{
	    font-size: 12px;
	}    

}

#overeenkomst{
    overflow-y: scroll;
    height: 300px;
    width: 90%;
    border: 1px solid #DDD;
    padding: 10px;
    padding-top: 0px;
    margin-bottom: 15px;
    line-height: line-height: 24px;
    font-size: 14px;
    }