﻿.borderTable {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    empty-cells: show;
    margin-bottom: 10px;
    background: white;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0px;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0px;
}

    .borderTable td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        empty-cells: show;
        font-family: Geneva,Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: Black;
        font-weight: bold;
        text-align: center;
    }

    .borderTable th {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        empty-cells: show;
        background-color: #eeeeee;
        color: Black;
        text-align: center;
        font-size: 13px;
    }
