#container	{	height: 100%;}

div
{
	margin-top: 20px;
	margin-bottom: 20px;
}

body, html	
{	
	font-family:"Courier New"; /**/
	font-size: 48pt; /**/
	height: 100%;
	margin: 0px;
	width: 100%;
	padding: 10px;
	text-align:center;
}

select, submit, input, option
{
	border-collapse:separate;
	border:solid #004380 4px;
	border-radius:20px;
	-moz-border-radius:20px;
	font-size:48pt;
	width:98%;
	text-align: center;
	margin:8px;
	
}

.knop
{
	background-color:#A4C7E5;
	border:solid #004380 4px;
	border-radius:20px;
	-moz-border-radius:20px;
}

#hint, #opdracht
{
	border:dotted #004380 1px;
	border-radius:20px;
	-moz-border-radius:20px;
	display: flow-root;
}

#opdracht_naam		{	float:left;	padding-left:10px;				}
#opdracht_punten	{	float:right; padding-right:10px;			}
#div_fout_melding	{	text-align: center;	color: red;	width:96%;	}
#berichten_titel	{	font-size:20pt;								}


.blok
{
	float: left;
	border:4px solid #004380;
	border-radius: 24px;
	-moz-border-radius:24px;
	padding:10px;
	width:96%;
	font-size:28pt;
	text-align:center;
}

#div_titel		{	font-weight: bold;font-size:48pt;	}
#div_sub_titel	{	font-size:48pt;						}

video			{	max-width:100%;	object-fit:cover;	}
img				{	border:2px solid #004380;border-radius: 24px;}

.ontvangen		{	background-color:#CFDDEE;			}
.verzonden		{	background-color:#F1E7CD;			}
.behaald		{	background-color:#77CC77;			}
.nietbehaald	{	background-color:#77CC7733;			}