div#statdetail table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: 0.9em;
}

div#statdetail th {
    padding: 15px 10px 10px 10px;
    font-weight: normal;
    font-size: 14px;
    color: #039;
}

div#statdetail tbody {
}

div#statdetail tr.odd {
    background-color: #ddd;
}

div#statdetail tr {
    border-bottom: 1px dotted #aaa;
}

div#statdetail td {
    padding: 4px 18px;
    color: #333;
}

div#statdetail table.TASchemes th.item {
    width: 50%;
}

div#statdetail table.counts th.item {
    width: 80%;
}
