<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html {
  font-family: sans-serif;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 0.8rem;
  width:auto;
  margin: auto;
 	
}

td, th {
  border: 1px solid rgb(190,190,190);
  padding: 10px 20px;
}

thead {
background-color:#E5E1E1;

}

tr:hover
{
	
}

table tbody tr:hover td {
	background-color: rgb(235,235,235);

}

caption {
  padding: 10px;
  font-weight:bold;
  font-size:20px;

}

#wrapper{
	margin: 10px 5px 10px 5px;
	width:auto;

}

#header{
	margin:5px 0px 15px 0px;
	text-align:center;


}
#report{	
	margin: 10px 5px 10px 0px;
	text-align:center;
	
	

}
#footer{
	margin:5px 0px 0px 0px;
	width:100%;
	text-align:center;
}</pre></body></html>