.mod-table .mod-content table.tablehead tr.colhead td {
  border-right: 1px solid #f2f2f2 !important;
  border-right-width: 1px !important;
}
.mod-table .mod-content table.tablehead tr.colhead td:last-child {
  border-right-width: 0 !important;
  border-right: 0px solid transparent !important;
}
.mod-table .mod-content table.tablehead tr.oddrow td:nth-child(2n), .mod-table .mod-content table.tablehead tr.evenrow td:nth-child(2n) {
  border-right: 1px solid #f2f2f2 !important;
  border-right-width: 1px !important;
}
