/* Aanvraag css */

aside							{ display: none; }

#content {
	width: 60%;
	float: none;
	margin: auto;
	}

.form							{ width: 100%; }
.form td						{ vertical-align: top; }
.form-desc						{ width: 30%; }
.form-data span					{ font-size: 0.8em; }
.form-mandatory					{ color: #f00; }

ul.form-errors 					{ color: #f00; list-style:none; }

.form-radio-ul 					{ list-style: none; }

.form-radio-ul li				{ display: inline-block; margin-left: 6px !important; }


.form input[type=text],
.form textarea {
    border: 1px solid #dcdcdc;
    font-size: 1em;
    color: #5f5f5f;
    width: 440px;
    padding: 5px 3px;
    padding-left: 5px;
    margin-bottom: 8px;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
	}

.form textarea					{ min-height:75px; }

.form input[type=reset] {
	background-color: #dcdcdc;
	border: 0px;
	color: #000;
	min-width: 90px;
	height: 54px;
    margin-top: 10px;
	padding: 3px 6px 3px 6px;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
	}



/* --------------------------------------- */
/* mediaqueries css */
/* --------------------------------------- */

/* ==> breakpoint tablets */
@media only screen and (max-width: 768px) {

	.form td						{ display: block; }
	.form input[type=text],
	.form textarea {
		width: 100%;
		}
}

/* print */
@media print {

}