body, html {
	color: black;
	background-color: #e7e8ea;
}
tr, td, th, div {
	break-inside: avoid;
}
table {
	padding: 0px;
	border-spacing: 0px;
}
th {
	text-align: center;;
	padding-left: 5px;
	padding-right: 5px;
}
td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
button {
	cursor: pointer;
}
input, select, textarea, button {
	border-width: thin;
	outline-width: thin;
}
textarea {
	resize: none;
}
input, textarea {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
	font-weight: bold;
	width: 100%;
}
input[type="date" i] {
	padding-top: 3px;
	padding-bottom: 2px;
}
input[type="time" i] {
	padding-top: 3px;
	padding-bottom: 2px;
}
input[type="checkbox" i] {
	height: 14px;
	width: 14px;
	vertical-align: middle;
}
input[type="radio" i] {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: -3px;
}
input[type="button" i], input[type="submit" i], input[type="file" i] {
	width: auto;
	cursor: pointer;
}
button {
	padding: 5px;
	border-width: thin;
	border-radius: 10px;
	font-weight: bold;
	text-transform: uppercase;
	outline-width: thin;
}
select {
	padding: 5px;
	width: calc(100% - 17px);
	max-width: 300px;
	border-width: thin;
	border-radius: 10px;
	font-weight: bold;
	outline-width: thin;
}
option {
	font-weight: bold;
}
@media print {
	svg {
		display: none;		
	}
	.noprint {
		display: none;
	}
}
.hidden {
	display: none;
}
.loading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	text-align: center;
	width: 100%;
}
.header > button {
	width: 80px;
}
.mainmenu {
	text-align: center;
}
.mainmenu > button {
	width: 150px;
	height: 100px;
	max-height: 100px;
	margin: 5px;
}
.good {
	color: green;
}
.bad {
	color: red;
}
.summary {
	color: blue;
}
.radioblock {
	display: inline-block; 
	text-align: left;
}
.centre {
	text-align: center;
}