div.filter .slider {
    margin-top: 60px;
}

div.filter select {
    width: 100%;
    padding: 5px 10px 5px 10px;
}

div.filter .list-items p {
    margin-bottom: 6px;
}

.no-results {
    display: none;
}

th[data-hidden="1"],
td[data-hidden="1"] {
    display:none;
}

.lj-sortable th {
    cursor: pointer;
}

th.sort-desc:after,
.lj-sortable th.lj-desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content:"";
  position: relative;
  top:12px;
  right:-5px;
}
th.sort-asc:after,
.lj-sortable th.lj-asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  content:"";
  position: relative;
  top:-12px;
  right:-5px;
}

.circle {
    text-align: center;
}