/* === TABLAS OPOSICIONES === */
.opos-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-family: Raleway;
  font-size: 13px;
}

.opos-table caption {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #1f2937;
}

.opos-table th {
  background: #5da825;
  color: #ffffff;
  padding: 8px 6px;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #bfc7d1;
}

.opos-table td {
  padding: 7px 6px;
  border: 1px solid #d1d5db;
}

.opos-table tbody tr:nth-child(even) {
  background: #f4fbee;
}

.opos-table tbody tr:hover {
  background: #e0e7ff;
}

.opos-table td.num {
  text-align: center;
  font-weight: bold;
}

.opos-table td.total {
  background: #5da825;
  font-weight: bold;
}

.opos-table td.code {
  font-family: "Raleway", monospace;
  white-space: nowrap;
}
