.tt-matrix-table td.table-warning {
  box-shadow: inset 0 0 0 9999px rgba(255, 193, 7, 0.22);
  transition: background 0.15s ease;
}

.tt-matrix-table td:hover {
  background: rgba(0, 0, 0, 0.04);
}

.tt-matrix-table button {
  padding: 0.1rem 0.4rem;
  font-size: 0.7rem;
  line-height: 1;
}
