/*th{background-color: #CCC; text-align: center;padding: 4px;}
td:nth-child(even){background-color: #CCC;}
td:nth-child(odd){border-bottom:1px solid #CCC;border-top: 1px solid #CCC;}
td{text-align: center;padding: 4px;border: collapse;padding-left: 6px;padding-right: 6px;vertical-align: text-top;}
/*//*th:nth-child(1){text-align: left;}
td:nth-child(1){text-align: left;}*/
/*tfoot tr td{font-weight: bolder;font-size: 18px;background-color: #FFF;}
tfoot tr td:nth-child(odd){background-color: #CCC;}
.right{text-align: right;padding-right: 5px; }
.left{text-align: left;}
.center{text-align: center;}
caption{font-weight: bolder;font-size: 16px;}

body::before {
  content: "";
  color: red;
  display: block;
}
*/
thead{font-weight: bolder;font-size: 16px;color: white;background-color: black;}

tr:nth-child(even){background-color: #CCC;}
tr:nth-child(odd){border-bottom:1px solid #CCC;border-top: 1px solid #CCC;}
table th, table td {
    border-radius: 0; 
    font-size: 14px; 
    font-family: arial;
    padding: 5px;
    white-space: nowrap;
    width: auto;
}
    td {
    padding-left: 3px; font-size: 12px; border-left: 1px solid #CCC;
}