th.sortable {
  cursor: pointer;
}

th.sortable:hover::after {
  color: #333;
}

tr.hover-actions-trigger {
  cursor: pointer;
}

@media screen and (max-width: 430px) {
  .data-pagination {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 430px) {
  .data-pagination {
    font-size: 1rem;
  }
}
