#games {
  margin: 0;
  padding: 0;
}
#games li {
  list-style: none;
  padding: 4px;
  margin: 0;
}

.tag {
  display: inline-block;
  font-family: sans-serif;
  font-weight: bold;
  color: white !important;
  font-size: x-small;
  padding: 2px;
  margin: 0 4px 0 4px;
  border-radius: 4px;
  background-color: #e77800;
}

.pure-g > .padded {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.1em;
}

th.sort-header::-moz-selection {
  background: transparent;
}

th.sort-header::selection {
  background: transparent;
}

th.sort-header {
  cursor: pointer;
}

th.sort-header::-moz-selection,
th.sort-header::selection {
  background: transparent;
}

table th.sort-header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
}

table th.sort-header:hover:after {
  visibility: visible;
}

table th.sort-up:after,
table th.sort-down:after,
table th.sort-down:hover:after {
  visibility: visible;
  opacity: 0.4;
}

table th.sort-up:after {
  border-bottom: none;
  border-width: 4px 4px 0;
}