/* Styles go here! */
body {
    background: white;
    font-family : 'museoslab', Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 620px;
    margin: 20px auto;
}

#stations {
    float: left;
}

    #stations p, #stations p a {
        color: #999;
    }

    #stations li, #stations a {
        text-decoration: none;
        font-size: 20px;
        line-height: 35px;
        color: black;
    }

    #stations a:hover, #stations a.now {
        color: red;
    }

    #stations a.now {
        background: url('../img/audio.png') no-repeat right 6px;
        padding-right: 24px;
    }

    #stations a.now.loading {
        background: url('../img/spinner.gif') no-repeat right center;
    }

    #stations .info {
        margin-top: 25px;
    }

    #share li {
        float: left;
        clear: left;
    }