.dataTables_filter {
  margin-bottom: 5px;
}

.dandiagcerts thead th {
  background: #a6093d;
  color: #fff;
  padding: 6px 12px;
}

.dandiagcerts tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

.dandiagcerts tbody tr:hover {
  background: rgba(0, 0, 0, 0.04);
}

.dandiagcerts tbody tr td {
  padding: 6px 12px;
}

.dandiagcerts button {
  border: 0;
  box-shadow: 0 0 0 2px var(--wp--preset--color--primary) inset;
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  transition: all 300ms;
  padding: 4px 10px;
}

.dandiagcerts button:hover {
  color: var(--wp--preset--color--primary);
  background-color: transparent;
}
