@charset "utf-8";

/*
    Friends Tax Group
    Author: Ehsan Nezhad Soleimani
    Date: 05/16/2020
    
    Tables Style Sheet

    Filename: ftg_tables.css
*/

/* Table Styles */

table.taxbrkt {
    font-size: 0.8em;
    padding: 20px 80px 10px 80px;
}

/* Table Cell Styles */

table.taxbrkt th, table.taxbrkt td {
    border: 1px solid gray;
    padding: 5px;
    vertical-align: middle;
}

/* Table Caption Styles */

table.taxbrkt caption {
    font-size: 1.2em;
    padding: 20px 0px 0px;
}

/* Row Group Styles */

table.taxbrkt thead {
    background: rgb(51, 52, 45);
    color: white;
}

table.taxbrkt tfoot {
    background: gray;
    color: white;
}

table.taxbrkt thead tr {
    height: 30px;
}

table.taxbrkt tbody tr {
    height: 30px;
}

/* Column Group Styles */

col#rates {
    background: rgb(220, 255, 255);
    width: 16%;
}

