
recenttracks {
    display: table;
    font-size: 10pt;
    text-align: left;
}

topartists {
    display: table;
    font-size: 10pt;
    text-align: left;
}

toptracks {
    display: table;
    font-size: 10pt;
    text-align: left;
}

track {
    background-color: #eeffff; display: table-row;
}
artist {
    background-color: #eeffff; display: table-cell; margin-right: 2px;
}
name {
    background-color: #eeffff; display: table-cell; margin-left: 2px;
}
date {
    background-color: #eeffff; display: table-cell;
}
playcount {
    display: table-cell;
}
rank {
    display: table-cell;
}
url { display: none; }

