table > thead > tr > th {
  background-color: #914ceb;
  color: white;
  font-weight: lighter;
  border-bottom: none;
  width: 20%;
}
table.dataTable thead th {
  border-bottom: none;
}
label {
  font-weight: 400;
}
.dataTables_filter {
  border: 1.2px solid lightgrey;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
select {
  border: 1.2px solid lightgrey;
  padding: 5px;
  background-color: white;
  outline: none;
}
a {
  color: #914ceb;
}
input {
  border: none !important;
  outline: none;
  font-style: normal;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1.5px solid #914ceb !important;
  border-radius: 10px;
  color: #914ceb !important;
  background: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: none;
  color: grey !important;
  background: white;
}

.gene-list-header {
  padding-left: 10px;
}
