﻿.tableAlt {
    background-color: #b8c3d5 !important;
}

.table-alt {
    background-color: rgb(231 216 233) !important;
}

.table td {
    padding: 5px !important;
}

    .table td a {
        font-size: 20px;
        padding-right: 30px;
    }

.table thead th {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* جدول اصولی */
/*#fosoulTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}*/

    /* هدر ثابت */
    /*#fosoulTable thead th {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 20;
        border-bottom: 2px solid #444;
    }*/

    /* فوتر چسبان به انتهای جدول */
  /*  #fosoulTable tfoot {
        position: sticky;
        bottom: 0;
        background: #fff;
        z-index: 15;
    }

        #fosoulTable tfoot td {
            background: #fff;
            border-top: 2px solid #444;
        }
*/