.toplevel_page_stats404{} /* classe du body */
.stats404{} /* classe du content du plugin */

.stats404 table{
    background: #fff;
    margin:0;
    padding:0;
    background:none;
    border:none;
    border-collapse:collapse;
    border-spacing:0;
    background-image:none;
}

.stats404 table tr:nth-child(odd){
    background: #f9f9f9;
}

.stats404 table th,
.stats404 table td {
    padding:10px;
}

.stats404 table tr td:nth-child(3) {
    text-align: right;
}