/* Styles added here will apply to the entire backend. */
.dz-image img {
  max-width: 170px;
}

table tr th {
    font-size: 10px;
    white-space: nowrap;
}

table.dataTable thead > tr > th.sorting::after {
    content: "↓";
    right: 0.5em;
}

table.dataTable thead > tr > th.sorting::before {
    right: 1em;
    content: "↑";
}
