/* line 1, app/assets/stylesheets/table_sorting.scss */
.sorting th .current {
  padding-right: 28px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 7, app/assets/stylesheets/table_sorting.scss */
.sorting th .asc {
  background-image: url(/main-images/up_arrow.png);
}

/* line 11, app/assets/stylesheets/table_sorting.scss */
.sorting th .desc {
  background-image: url(/main-images/down_arrow.png);
}
