#lastrecords, #lastrecords a {
    font-size: 10px;
}
#lastrecords .rline {
    margin-bottom: 4px;
}

#lastrecords .ruser {
    color: gray;
}
#lastrecords a:hover {
    background-color: red;
    text-decoration: none;
    color: white;
}
#lastrecords .ruser:hover {
    background-color: gray;
    text-decoration: none;
    color: white;
}