/* Clientzone-only adjustments on top of the preserved DRi theme CSS */

@media (min-width: 768px) and (pointer: fine) {
  body,
  a,
  button,
  [role="button"],
  input,
  textarea,
  select {
    cursor: auto !important;
  }
}

body {
  min-height: 100vh;
}

td,
th {
  vertical-align: middle;
}

