* {
    text-decoration: none;
    padding: 5px 0px;
    margin: 0px 5px;
    border: none;
    list-style-type: none;
    color: #eee;
    background: #2a2a2a;
    font-family: Helvetica, Verdana, 'Trebuchet MS';
}
body {
    border: 1px dashed #aaa;
    padding: 3px;
    font-size: 2rem;
    background: #2a2a2a;
}
.row {
    border-bottom: 1px solid rgba(127,127,127,0.25);
}
.col > b, .col-1 > b {
    color: #d70;
}
.row.total, .col.total, .total > b, a.total {
    color: #d33;
    background: #444;
}
.col.nomrg {
    margin: -5px 0px;
    padding-top: 10px;
}
.row.subtotal, .col.subtotal {
    background: #333333;
}
.subtotal > b {
    color: #f60;
    background: #333333;
}
b.def {
    color: #a50;
}
