
.reporting th{
/*border: medium solid #6495ed;*/
border-collapse: collapse;
text-align: center;

}
.reporting th {
font-family: monospace;

text-align: center;

/*padding: 5px;*/
background-color: #E6EEEE;
}
.reporting td {
font-family: sans-serif;
/*border: thin solid #6495ed;*/
width: auto;
/*padding: 5px;*/
text-align: center;
background-color: #E6EEEE;
}
.reporting caption {
font-family: sans-serif;
}

