#history .nav-link.active {
    border-top: solid 3px #3861a0;
    border-radius: 0px;
    color: #000000;
}

#history .nav-link {
    color: #737373;
}

#history .nav-link:hover {
    border-bottom: none;
    color: #3861a0;
}

#history li.page_item {
    list-style: none;
}
