/*
 * TablePress, moved out of the RIC child theme.
 * The ID refers to themes/ricamsterdam/CUSTOMIZATIONS.md.
 */

/* P-08 RIC-style tables */
.tablepress thead th {
  background-color: #e57200 !important;
  color: #ffffff !important;
  letter-spacing: normal;
  text-transform: none;
  vertical-align: top;
}
.tablepress thead th,
.tablepress tbody td {
  font-size: 98%;
  font-weight: 400 !important;
  border: 1px solid #e1e1e1; /* TODO */
}
.tablepress.fixedHeader-floating,
.tablepress.fixedHeader-locked {
  z-index: 999;
}
