/* $scarColour: rgb(6,114,188); */
.tablesort thead tr {
  background-color: #bc7100;
  color: white; }

.tablesort thead tr .header:after {
  content: "\0000A0\002B0D"; }

.tablesort thead tr .header.headerSortDown, .tablesort thead tr .header.headerSortUp {
  background-color: #bc1300; }

.tablesort thead tr .header.headerSortUp:after {
  content: "\0000A0\0025BC"; }

.tablesort thead tr .header.headerSortDown:after {
  content: "\0000A0\0025B2"; }

#info-overlay {
  top: 200px;
  left: 50%;
  position: absolute;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  display: none;
  margin-top: -10px;
  background: #000;
  color: #FFF; }

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