#data-display {
  margin: 1em;
  // overflow-x: scroll;
}

#data-display td {
  position: relative;
}

#filter .card {
  background-color: $card-bg;
  color: $card-text-color;
  padding: 5px;
}

#data-table a.tag {
  color: $text-color;
  text-decoration: underline;
}
