body {
	font-family: "Nunito Sans", sans-serif;
	color: #4d4d4d;
}

#results {
	color: #4d4d4d;
}
.resultstitle{
	margin: 0 auto;
}
.textblock {
	color: black;
	padding: 0.5em;
	margin-bottom: 0.6em;
	font-size:0.9em;
}
#contentreport {
	text-align: center;
	margin: 1em auto;
	max-width:80em;
	display: block;
	  padding: .5em 0 0 0;
  }
  



th {
	text-align: left;
	border: .1em solid #4d4d4d;
	background-color: #4d4d4d;
	color: white;
	padding: .3em;
}
td {
	text-align: left;
	border: .1em solid #cfcfcf;
	padding: .3em;
}
 table {
	font-size: 0.8em;
	margin: auto;
}
.white {
	background-color: #ffffff;
}
.grey {
	background-color: #f1f1f1;
}



form {
	color: #4d4d4d;
	display: block;
}
h2 {
	margin: 0;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);}
img {
	height: 80px;
	float: left;
	margin-right: 12px;
}
input {
	padding: 0.6em 0.7em;
	border: 1px solid #d5d5d5;
	width: 150px;
}
.billbox {
	background-color: white;
	margin: auto;
	margin-top:10px;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	width:95%;
	max-width:800px;
	min-width:350px;
}
.buttons {
	display: block;
	margin-top:20px;
	width: 120px;
	padding: 0.4em 0.7em;
	text-align: center;
	color: white;
	background-color: #4791dc;
}
.buttons:hover {
	cursor: pointer;
	background-color: #2677ca;
}
.footertext {
	display:block;
	margin-top:20px;
	font-style:italic;
}
.titlebox {
	display:block;
	height:80px;
}