
body
{
font-family: Arial, sans-serif;
line-height: 1.5;

}
table
{
font-size: 8pt;
border: #ccc solid 1px;
border-collapse: collapse;
margin: 0;
padding: 0;
table-layout: fixed;
width: 100%;
}
table caption
{
font-size: 1.3em;
margin: 0.5em 0 0.75em;
}
table tr
{
background: #f8f8f8;
border: #000000 solid 1px;
padding: 0.35em;

}
table td
{
padding: 0.625em;
text-align: left;
border: #000000 solid 1px;
}

table th
{
padding: 0.625em;
text-align: center;
border: #000000 solid 1px;
color: #0000FF;
}



@media screen and (max-width: 800px)
{
table
{
border: 0;
}
table caption
{
font-size: 1.3em;
}
table thead
{
display: none;
}
table tr
{
border-bottom: 3px solid #ddd;
display: block;
margin-bottom: 0.625em;
}
table td
{
border-bottom: 1px solid #ddd;
display: block;
text-align: right;
}
table td:before
{
content: attr(aria-label);
float: left;
font-weight: bold;
color: #0000FF;
}
table td:last-child
{
border-bottom: 0;
}
}
