﻿
/*Add UL DSS Results table CSS Alterations, this can be imbedded in the html file or created as a seperate css file and linked. */

.dss-compare,
.dss-eads,
.dss-clear {
    border: #009fa8 1px solid;
    background-color: #fff;
    padding: 8px 20px;
    margin: 0 10px 20px 0;
    font-size: 14px;
    color: #009fa8;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    display: inline-block;
}

.dss-res table.dss-res-table th {
    background: #009fa8 !important;
    font-size: 12px;
    color: white;
    border-color: white;
}

.dss-res table.dss-res-table tr:nth-child(2n) {
    background: #f2f2f2;
    border-color: white;
}

.dss-res table.dss-res-table td, .dss-res table.dss-res-table th {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    padding: .25rem .5rem;
}

.dss-res table.dss-res-table {
    border-collapse: collapse;
    border-left: 1px solid white;
    border-top: 1px solid white;
    width: 100%;
    border-color: white;
}

.page-link {
    color: #009fa8;
}

    .page-link.current {
        color: black;
    }
