html,
body {
  height: 100%;
}
body {
  padding: 24px;
  box-sizing: border-box;
  font-family: sans-serif;
  background-color: #f6f6f6;
  overflow-y: scroll;
  line-height: 1.6;
}
table {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto !important;
  background-color: #f8f9fa;
  color: #202122;
  margin: 1em 0;
  border: 1px solid #a2a9b1;
  border-collapse: collapse;
  font-size: 100%;
}
td,
th {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}
th {
  background-color: #eaecf0;
  text-align: center;
}
th.tablesorter-header {
  background-image: url("../images/sort_both.svg");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 21px !important;
}
th.tablesorter-header.tablesorter-headerAsc {
  background-image: url("../images/sort_up.svg");
}
th.tablesorter-header.tablesorter-headerDesc {
  background-image: url("../images/sort_down.svg");
}
