@charset "UTF-8";
.sortable {
  border-spacing: 0;
}
.sortable td,
.sortable th {
  padding: 10px;
}
.sortable th {
  background: white;
  color: #17775E;
  cursor: pointer;
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: baseline;
  white-space: nowrap;
}
.sortable th.no-sortable {
  pointer-events: none;
}
.sortable th:hover::after {
  color: inherit;
  font-size: 1.2em;
  content: " ▸";
}
.sortable th::after {
  font-size: 1.2em;
  color: transparent;
  content: " ▸";
}
.sortable th.dir-d::after {
  color: inherit;
  content: " ▾";
}
.sortable th.dir-u::after {
  color: inherit;
  content: " ▴";
}

/*# sourceMappingURL=sortable.css.map */
