

thead th {
    cursor: pointer;
}
#rzadv_table a {
    text-decoration: none;
    color: black;
}
.filterCheckboxSpan {
    color: #999999;
    margin-right:  5px;
}
.filterCheckbox {
    background: #0000ff;
}
.rerankSpan {
    margin: auto;
    float: right;
}
#rzadv_table_filter {
    margin: auto;
    float: right;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #ffffef 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.thermometer-outer {
  background: #5f93f7;
  border: 1px solid #c4c4c4;
  height: 5px;
  width: 80%;
  margin: auto;
}
.thermometer-inner {
  background: #c4f0ff;
  height: 5px;
}
.rza_category {
    font-size: 12px;
}
@media (max-width: 50em) {
  .rza_category {
      font-size: 8px;
  }
}
