h4 {
    margin-bottom:25px;
}
th:hover {
    background-color: #F9F9F9;
    cursor:pointer;
}
th.sorted {
    background-color: #F9F9F9;
    border-top: 2px solid #ddd !important;
    position:relative;
}
th.sorted.reverse {
    border-top:0px !important;
    border-bottom: 2px solid #ddd !important;
}
#results_table a {
    color: inherit;
    display: block;
}
#results_table a:hover {
    text-decoration:none;
}
#results_table {
    margin-top:3px;
}
.no_sort:hover {
    background-color:transparent;
    cursor:default;
}
#paginator_bottom .btn {
    display:none;
}