
/* unvisited link */
a:link, a:visited {
  background-color: white;
  color: black;
  border: 1.5px solid white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; 
}

a:hover, a:active {
  background-color: white;
  color: #00aba3;
}

body{ 
	font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
}

.wrapper{ 
	width: 100%; padding: 20px; }

span{
	font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; 
	color: red;
	
}
form-group{
    border: 1px solid #000000;
    width: 200px;
    padding: 12px;
    background: white;
    font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; 
	color: red
}

invalid-feedback{
	font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; 
	color: orange;
}

fieldset{
    border: 1px solid #000000;
    width: 40%;
    padding: 12px;
    background: white;
}

legend{
    width: auto;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px 20px;
    background: black;
	color: white;
}

guage_legend{
    align-content: center;
    width: auto;
    height: auto;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 30px;
    background: black;
	color: white;
}

td, th{
  width: 16%;
}