.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none; /*1px solid #ddd;*/
}
table {
    text-align: right;
}
td.vtint {
    background-color: #eee;
}
tr.clean, td.clean {
    background-color: #fff;
}
td#fat {
    font-weight: bold;
}

/* color schemes */
code.harshad {
    color: #070;
    font-weight: bold;
}
code.harshad-palindrome {
    color: #a00;
    font-weight: bold;
}
code.non-harshad {
    color: #bbb;
}
div.harshad, span.harshad {
    color: #070;
    font-weight: bold;
}
div.harshad-palindrome, span.harshad-palindrome {
    color: #a00;
    font-weight: bold;
}

body {
    background-color: #fafafa;
}
code {
    background: none;
    color: black;
}
