/* #Table
================================================== */
    table{    
        width: 100%;
        font-size: 12px;
        margin: 2em 0;
        border: 1px solid #AAA;
        border-top: 2px solid #444    
    }
    
    table th {
        text-transform: uppercase;
        text-align: left;
        border-bottom: 1px solid #BBB;
        background: #CCC;
        font-weight: bold;
        color: black;
    }
    
    table th, table td {
        padding: 5px 10px 5px 10px;
    }
    
    table td {
        border-right: 1px solid #bbb;
    }