﻿table {
    border-top-color: #7ac0da;
    border-bottom-color: #7ac0da;
}

    table tr td a.asc:after {
        color: #7ac0da;
    }

    table tr td a.desc:after {
        color: #7ac0da;
    }

    table tbody tr td {
        border-bottom-color: #7ac0da;
    }

    table thead {
        border-color: #7ac0da;
    }

        table thead tr td {
            border-color: #7ac0da;
        }

    table tfoot {
        border-color: #7ac0da;
    }

        table tfoot tr td {
            border-color: #7ac0da;
        }
