/**
 * @file
 * Tablesort indicator styles.
 */

.tablesort {
  height: 14px;
  margin: 1px 0 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
.tablesort--asc {
  background-image: url(/core/misc/icons/ffffff/twistie-down.svg);
}
.tablesort--desc {
  background-image: url(/core/misc/icons/ffffff/twistie-up.svg);
}
.views-field.is-active a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}