table#reportBuilder tr th {
  color: #444444;
  background-color: #eeeeee;
  padding: 0.75rem 1rem;
}
table#reportBuilder tr td {
  color: #444444;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
}

.reports-section .reports-table .filter {
  appearance: none;
  width: 100px;
  color: #444444;
  background-color: #f9f9f9;
  text-align: center;
  text-align-last: center;
  padding: 6px 12px;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
}
