table thead {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

table thead a {
  color:black !important;
  text-decoration: none !important;
}

table thead a span{
  font-size: 10px;
  margin-left: 2px;
}
table thead a span.reverse{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.table-hover tbody tr {
  cursor: pointer;
}

table input {
  width:130px !important;
}
