body          { font-size: 10pt; font-family: Arial; text-align: left   }
xdiv           { font-size: 12; font-family: Arial; text-align: left   }


xtd, p, xa      { font-size: 13; font-family: Arial; text-align: left   }
form  { font-size: 13; font-family: Arial; text-align: left   }

fieldset {
	  border: 1px solid darkgrey;
	  width: auto ;
	  max-width: 705px;
	  background: lavender; 
	  border-radius: 5px;
	  font-size: 11pt; 
	  font-family: Arial, Verdana, Calibri; 
		}
.fs-info  {
	border: 1px solid darkgrey;
	width: auto ;
	border-radius: 5px;
	background: lavender; 
	max-width : 705px;
	font-size: 10pt; 
	font-family: Arial, Verdana, Calibri; 
	}
	
legend 
{	border: 1px solid Darkgray;
	width: auto ;
	padding: 3 3 3 3;  
	border-radius: 5px;
	font-family: Arial, Verdana, Calibri; 
	font-size: 11pt; 
	background: lightblue; 
}

li, p{ 	font-size: 10pt; font-family: Arial; 
	}

.brood	{ 	font-size: 10pt; font-family: Arial; }

.text	{ 	font-size: 10pt; font-family: Arial; 
			text-align: left; valign: bottom ;  
		}
.ctext	{ 	font-size: 10pt; font-family: Arial; 
			text-align: center; valign: top   
		}

.tmain { font-size: 14; font-family: Arial; font-weight: normal; }
.probnr {font-size: 10pt; font-family: Arial; }

.invis   { display: none;  
			padding: 5px; 
		}


.roos 	{ 	font-size: 10; font-family: Arial; 
			background-color: lightskyblue; 
			font-weight: bold; text-align: center;
			border: 2px solid cornflowerblue; 
		}
.quest	{ 	font-size: 10pt; font-family: Arial; 
			text-align: left; valign: bottom ;
			padding: 5px; 
		}
.antwd 	{ 	font-size: 10pt; font-family: Arial; 
			text-align: left; valign: top; display=none ;  
			padding: 5px; 
		}

.bids  	{ 	font-size: 13; font-family: Arial; 
			background-color: lightblue; text-align: center ;
		}

.hand 	{ 	font-size: 14; font-family: Arial;  
			font-weight: bold; 
			background-color: lightblue;  
		}



.titel   { font-size: 24; font-family: Arial; font-weight: bold; }
.titel2  { font-size: 16; font-family: Arial; font-weight: bold ;}
.titel3  { font-size: 13; font-family: Arial; font-weight: bold ;}
.tip     { font-size: 13; font-family: Arial; font-weight: bold; text-align: center }

.topic   { font-size: 13; font-family: Arial; text-align: left;  valign: middle  }

.info    { font-size: 13; font-family: Arial; text-align: left    }
.info2   { font-size: 13; font-family: Century Gothic; background-color: ffcc00; text-align: left }

.tcent   { font-size: 12; font-family: Arial; text-align: center }


.lbutton {
  display: inline-block;
  padding: 5px 5px;
  font-size: 0.9em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: white !important; 
  background-color: dodgerblue;
  border: none;
  border-radius: 6px;
  box-shadow: 0 5px #999;
  width: auto;
  margin: 2px;   
  padding-right: 10px; 
  padding-left: 10px; 
}

.lbutton:hover {background-color: ForestGreen;}

.lbutton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  padding-right: 5px; 
  padding-left: 5px; 
}

.waarom {
	font-size: 10pt; font-family: Arial; 
	text-align: left; valign: bottom ;  
	position: relative;
	display: inline-block;
	color: maroon;
}

.waarom .waaromtext {
  visibility: hidden;
  background-color: #333;
  color: white;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom:100%;
  left: 50%;
  transform: translateX(+0%);

  /* Belangrijkste styling voor breedte */
  display: inline-block;
  max-width: 800px;
  min-width: 200px;
  white-space: normal;
  word-break: break-word;
}

.waarom:hover .waaromtext {
  visibility: visible;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: lightgreen;
  color: black;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 50%;
  height: auto; 
  transform: translateX(+15%);

  /* Belangrijkste styling voor breedte */
  display: inline-block;
  max-width: 800px;
  min-width: 400px;
  white-space: normal;
  word-break: break-word;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.waaromtip {
  position: relative;
  display: inline-block;
  cursor: help;
  color: maroon; /* trefwoordkleur */
}

.waaromtip .wtiptext {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* boven de tekst */
  left: 10%;
  transform: translateX(+10%);
  opacity: 0;
  transition: opacity 0.3s;
}

.waaromtip:focus .wtiptext,
.waaromtip:hover .wtiptext {
  visibility: visible;
  opacity: 1;
}

