/*---------------------------------------------------------------------------------------------------------------------
   records-desktop-min.css — World Records (V3), desktop-only
   --------------------------------------------------------------------------------------------------------------------
   Hover affordances for pointer devices. Layout/sizing is in records-min.css.
   `.mouse` is added to <html> on non-touch devices by the shell.
---------------------------------------------------------------------------------------------------------------------*/

.mouse .records .table-title:hover{
    background: #343434;
}
.mouse .records .open .table-title:hover{
    background: #383838;
}

.mouse .records .table > a:hover .row{
    background: rgba(255,255,255,.05);
}
.mouse .records .table > a:first-child:hover .row{
    background: rgba(255,255,255,.07);
}
