/* table
----------------------------------------------- */
table {
    /*width: 100%;*/
    border: 1px solid #bbb;
    margin-bottom: 10px;
}

col.colC {
    width: 8em;
}

th, td {
    padding: .2em 1em;
    text-align: left;
}

thead th {
    border-bottom: 2px solid #888;
    /*background: #bbb;*/
    padding: .4em 1em .2em;
}

thead th.table-head {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    /*background: #555;*/
    border: 1px solid #555;
}

tbody th,
tbody td {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    /*background: #eee;*/
}

tbody tr.odd th,
tbody tr.odd td {
    background: #fff;
}

tfoot th,
tfoot td {
    border-top: 2px solid #666;
    /*background: #eee;*/
}

tfoot tr.total th,
tfoot tr.total td {
    border-top: 6px double #666;
}

tfoot tr.total th {
    text-transform: uppercase;
}

th.currency,
td.currency {
    text-align: right;
}
