body 
{
    background: black;
    font-family: Helvetica;
    color: #eee;
    margin-left: 20px;
}  

a
{
}


#title
{
    margin: 0px;
    font-size: 450%;
}



#tracks
{
    margin-top: 10px;
}

    #tracks .track .title
    {
        font-size: 225%;
        line-height: 150%;
        letter-spacing: -0.02em;
    }
        #tracks .track .title a
        {
            padding-left: 0.5em;
            padding-right: 0.5em;
            border: 1px solid #eee;
            text-decoration: none;
        }

        #tracks .track .title a:hover
        {
            background-color: #eee;
            color: black;
        }


    #tracks .track .time
    {
        font-size: 120%;
        padding-left: 1em;
    }

    #tracks .track .dl
    {
        padding-left: 1em;
    }


    #tracks .track a:link,
    #tracks .track a:visited
    {
        color: #eee;
    }

    #tracks .track .title a:hover
    {
        text-decoration: none;
    }

    #tracks .track .title a:hover:after
    {
        content: ' \25BA';
    }

    #tracks .hidden
    {
        visibility: hidden;
        display: none;
    }

    #tracks .position
    {
        margin-left: 0.75em;
    }

    #tracks .position:after
    {
        content: ' / ';
    }

    #tracks .status_playing
    {
        margin-left: 0.5em;
    }

div.art
{
    margin: 0px;
}


div.info
{
    margin-top: 40px;
    font-size: 80%;
}
