.bittable table {
    margin: 12px 25px 12px 25px;
    border: 1px solid #475570;
    width: 95%;
    border-collapse: collapse;
}

.bittable thead {
    font-family: Georgia, Verdana, "Times New Roman", Times, serif;
    color: #dbdbdb;
    font-size: 1.2em;
    height: 2em;
}

.bittable table thead tr {
    background: #475570;
}

.bittable th {
    font-family: Georgia, Verdana, Arial, "Times New Roman";
    text-align: center;
}

.bittable td {
    font-family: Verdana, Arial, "Times New Roman";
    color: #111;
    padding: 0.75em;
    padding-left: 1em;
    border: 1px solid #475570;
}

.bittable td.right {
    text-align: right;
}

.bittable tr.alt {
    background: #ccc;
}

.bittable tbody tr{
    height: 4em;
}

.bittable pre {
    font-family: "Lucida Console", "Courier New", Courier;
    color: maroon;
}