
body {
	background-color: white; /* Set HTML background color */
	font: 14px "Verdana"; /* Set global font size & family */
	color: #464646; /* Set global text color */
}

#rcorners1 {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 0px;
	color: white;
	font-family: "Verdana";
	font-size: 17px;
	background: #0039CB;
	border-bottom: 2px solid #0039CB;
	text-align: center;
}
#rowodd {
    width:100%; 
    color:black;
    font-family: "Verdana";
    font-size: 15px;
    background: #D3D3D3;
    border-bottom: 2px solid #ffe2e2;
    text-align: center;
    border: 1px solid black;

}
#roweven {
    width:100%; 
    color:black;
    font-family: "Verdana";
    font-size: 15px;
    background: #C0C0C0;
    border-bottom: 2px solid #ffe2e2;
    text-align: center;
    border: 1px solid black;
}
#rowtitle {
	width: 100%;
	color: black;
	font-family: "Verdana";
	font-size: 22px;
	background: #C0C0C0;
	border-bottom: 6px solid #ffe2e2;
	text-align: center;
	border: none;
	border-width: 0;
	border-collapse: collapse;
	border-color: black;
	border-radius: 10px;
}
#btnodd {
	color: white;
	font-family: "Verdana";
	font-size: 15px;
	background: #0071BF;
	text-align: center;
}

#btneven {
	color: white;
	font-family: "Verdana";
	font-size: 15px;
	background: #FF9300;
	text-align: center;
}

.volledig_scherm{
  width: 100%;
  height: 100%;
}