

#content div table {
    background: #dddddd;
    border-bottom: 1px solid #c9c9c9;
}

#content div table font {
    color: #838383;
}

#content div table a font {
    color: #0043ff;
}

body.dark #content div table {
    background: #262626;
    border-bottom: 1px solid #383838;
}