body {
	background-color:#DDDDDD;
	font-family: "Verdana",sans-serif;
	margin:10px 30px 10px 30px;
	font-size: 12pt;
	color: navy;
}
address {font-size:80%;color:grey;}
input[type="number"] {
   width:3em;
   text-align:right;
}
.btn {
  border-radius: 12px;
  color: #ffffff;
  background: #3498db;
  padding: 5px 7px 5px 7px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.btn:hover {
  background: royalblue;
  text-decoration: none;
}
.btn2 {
  border-radius: 12px;
  color: darkslategray;
  background: gold;
  padding: 5px 7px 5px 7px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.btn2:hover {
  background: goldenrod;
  text-decoration: none;
}
.help {
    font-size: 70%;
    color: #808080;
}
.ta {
	font-weight: bold;
	padding: 5px 7px 5px 7px;
	background: palegreen;
	width: max-content;
	color: black;
}
.li {
	font-weight: bold;
	padding: 5px 7px 5px 7px;
	background: lightgreen;
	width: max-content;
	color: black;
}
.bad {
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	background: lightcoral;
	width: max-content;
	color: black;
}
.etq {
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	width: max-content;
	color: black;
	border: 1px solid;
}
