/* Created 11/25/2025; Updated 12/19/2025 by DGO */
/* Dashboard Tables */
div.scoreTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.scoreTable .divTableCell, .divTable.scoreTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
.divTable.scoreTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.scoreTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
