table.sortable {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

table.sortable th {
    text-transform: uppercase;
    background-color: #F8F8F8;
    font-size: 0.85em;
}
table.sortable th, table.sortable td {
    padding: 0.3em;
    text-align: left;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}


table.sortable.top th, table.sortable.top td {
    vertical-align: top;
}

table.sortable .totals th {
    text-align: right;
}

