/* line 6, ../sass/styles.scss */
table.sortable th.current {
  background: #9fc4e4;
}
/* line 11, ../sass/styles.scss */
table.sortable th.current a.current {
  opacity: 1;
  cursor: default;
}
/* line 21, ../sass/styles.scss */
table.sortable .sorter {
  float: right;
}
/* line 24, ../sass/styles.scss */
table.sortable .sorter > a {
  opacity: .7;
  text-decoration: none;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
/* line 31, ../sass/styles.scss */
table.sortable .sorter > a:hover {
  opacity: 1;
}
/* line 35, ../sass/styles.scss */
table.sortable .sorter > a.DESC:before {
  content: "\e134";
}
/* line 39, ../sass/styles.scss */
table.sortable .sorter > a.ASC:before {
  content: "\e133";
}
