// --------- Index Tables table.index_table { overflow: hidden; th { padding: $spacer-4; color: $fg-subtle; a, a:link, a:visited { color: $fg-subtle; } &.sorted-asc, &.sorted-desc { background: $bg-default; a { color: $fg-default; } } &:last-child { border-right: none; } } tr.even td { background: $bg-default; } td { border-bottom: 1px solid $border-color; vertical-align: middle; padding: $spacer-4; } }