@charset "utf-8";
.grey {
	border-color: rgb(221, 221, 221) !important;
	border-width: .5px !important;
	background: rgb(244, 244, 244) !important;
}
body {
	background-color: darkolivegreen;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: black;
}
div { 
	max-width: 650px; 
	margin: 0 auto;
	padding: 4px 20px;
	background-color: white;
	/*border-style: solid;
    border-width: 1px;
	border-color: red;*/
}
#hData {
	background-color: rgb(232, 232, 232);
	border-color: rgb(197, 197, 197);
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
	width: 620px;
}
.robuust label {
    padding-left:26px;
    width:175px;
    text-transform: uppercase;
    display:inline-block
}
.groots { text-transform: uppercase; }
.planeet {
    width:100px;
    display:inline-block
}
#voetnoot {
	font-size: x-small;
	color: #818181;
	text-align: center;
	text-decoration:none;
}
#voetnoot a { 
	text-decoration:none;
	color:  #818181;
	font-weight:bold;
}
/* Dingen verbergen.. */
#formB { display: none; }
#formSubmit { display: none; }
#DataContainer { display: none; }
#uitvoer { display: none; }
#nav { display: none; }
.tab-content { display: none; }

/* onderstaande styles i.v.m. foutmeldingen */
div.container {
border: 1px solid;
max-width: 620px;
padding:0px 20px 0px 50px;
background-repeat: no-repeat;
background-position: 10px center;
border-radius: 15px;	
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');	
display: none;	
}

div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
.spinner {
text-align: center;
}
.jqx-expander-header-content {
	background-color: transparent;
}
.jqx-expander-header-content h3 { font-size: 14px; line-height: .5;}
.jqx-expander-arrow {
	background-color: transparent;
}
.TT {
	float: right;
}