table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
}

td {
    text-align: center;
}

a {
    text-decoration: none !important;
}

.up-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-bottom: solid 7px black;
    border-top-width: 0;
    cursor: pointer;
}

.active {
    text-decoration: underline !important;
    color: #2271b1;
}

.down-arrow {
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-top: solid 7px black;
    border-bottom-width: 0;
    margin-top:1px;
    cursor: pointer;
}

#search-container {
    margin: 0 auto;
}

#bdds-pagination-container { 
    margin: 0 auto;
}

#bdds-pagination-container > a {
    padding: 0.25em;
}

.bdds-view-table {
    width: 100%;
}