<!-- Nice Table Mainbom.com-->
    table th {
        width: auto;
        font-family:Tahoma, Geneva, sans-serif;
        font-size:10px;
        padding-top: 7px;
        text-align: left;
    }
    .nice-table thead {
        
        color: #fdfdfd;
    }
    .nice-table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    .nice-table tr:first-child th {
        border-top: 0 none;
    }
    .nice-table th:first-child {
        border-left: 0 none;
    }
    .nice-table tr:first-child th:last-child {
        border-right-color: #5C6785;
    }
    .nice-table th {
        background-color: #5C6785;
        color: white;                    
    }
    .nice-table th, .nice-table td {
        border: 1px solid #EBEBEB;
        padding: 3px 10px;
    }
    .nice-table td {
        background-color: #E6E6E6;
        border-color: #E5E5E5 #CCCCCC #E5E5E5 #E5E5E5;
        color: #444444;
    }
    .nice-table td:last-child {
        border-right-color: #E5E5E5;
    }
    .nice-table tr:nth-of-type(2n) td {
        background-color: #FFFFFF;
        border-right-color: #E5E5E5;
    }
    .nice-table.spaced-table td, .nice-table.spaced-table th {
        padding: 10px;
    }
    .nice-table.wide {
        width: 95%;
    }
    .nice-table.narrow {
        width: 75%;
    }
    .nice-table.narrower {
        width: 50%;
    }
    .nice-table.narrowest {
        width: 35%;
    }
<!-- Nice Table Mainbom.com-->