@import "theme/variables.scss";

thead,
tbody,
tfoot,
tr,
td,
th {
  border: unset;
  cursor: pointer;
}

.table > :not(caption) > * > * {
  background-color: $grey-12;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.table tr {
  position: relative;
  z-index: 99999;
}
