table.tablesorter thead tr .header {
  background-image: url(bg_gray.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(asc_black.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(desc_black.gif);
}

.sweet-alert h2 {
  border: none; }

.sweet-alert hr {
  color: #fff;
  background-color: #fff; }
