body{
	background-color:#f9f9ff;
	font-family: Segoe UI,Tahoma,sans-serif;
	color:#000000;
	margin:0;}		

* {
  box-sizing: border-box;
}

.container {
	margin: 5px auto 50px auto;
	max-width: 1200px;
	min-width: 400px;
}	




[class*="col-"] {
  float: left;
  padding: 5px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

.row::after {
  content: "";
  clear: both;
  display: table;
}





.row-flex {
  display: flex;
}

.row-flex label {
	flex-grow: 1;
}

.cols {
	display: inline-block;
}

.row-mat {
	float: left;
	width: 50%;
}


div#header-image {
	background-image: url("../pic/header-5-wide.png");
	height: 110px;
}

h2 {
	font-weight: lighter;
	font-size: 200%;
	margin: 5px 0 5px 0;
}

h3 {
	margin: 0 0 10px 0;
}

#map {
	height: 485px;
}








input, select, label, p, h3 {
	margin: 3px 8px 3px 0;
}



p.result {
	color: blue;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
p.final_green {
	color: green;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
p.final_yellow {
	color: orange;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
p.final_red {
	color: red;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}			

fieldset {
	margin-bottom: 20px;
	border-width: 1px;
	padding-bottom: 3px;
}
 
dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0
}
dd {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0
} 




/* Tooltip container */
.tooltip {
  display: flex;
  position: relative;
}

.tooltiphint {
	background-color: #fdd;
	padding: 0 5px 3px 5px;
	border-radius: 5px;
}

/*	text-decoration: underline dotted #555;	
text-decoration: underline #000;	*/
.tooltip label, .tooltip h3, .tooltip legend {
	background-color: #fdd;
	padding: 0 5px 3px 5px;
	border-radius: 5px;
}
.tooltip:hover label, .tooltip:hover h3, .tooltip:hover legend {
	background-color: #fcc;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 330px;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.3);

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiparrow {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 85%;
  left: 20%;
  height: 230%;
  width:10px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
  opacity: 0;
  transition: opacity 0.3s;

}
/*.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}*/

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*
.tooltip:hover .tooltiparrow {
  visibility: visible;
  opacity: 1;
}*/


.literature p {
	margin-bottom:10px;
}
.literature h2 {
	margin-top:25px;
}