/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 24 2026 | 00:46:04 */
table {
    min-width: 100%x;
}
@media (max-width: 767px) {
	table {
    min-width: 100%;
}
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
    text-align: center;
    color: black;
}
th {
    border: 1px solid #eee;
    font-size:14px!important;
	
    font-weight: 400;
}
tr:nth-child(2n) {
    background-color: #F9F9F9;
    font-size:14px!important;
}
.tr {
 border: 1px solid #eee;
 background: black;
 font-size:14px!important;
}
td {
  padding: 0.4em;
  border: 1px solid #eee;
  font-size:14px!important;
}

tr.odd {
    background: #333333;
    color: white;
}