body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.nowrap { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.bottom-links { position: absolute; bottom: 0.25em; text-align: center; width: 100%; }


#container {
    margin: 0 auto;
    overflow: visible;
}

.player-rockyou { color: #aaa; }
.player-rockyou a, a:visited { color: #070; text-decoration: none; }
.player-rockyou a:hover, a:active { color: #6b8e23; text-decoration: underline; }
.player-rockyou #container { background: url(/static/images/bg.png); width: 123px; padding: 5px; }
.player-rockyou #stream-player {
    background: rgba(40, 40, 40, 0.6);
    width: 121px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0 0 10px #0c0;
}
.player-rockyou #stream-player object { margin: 0.25em 0; }

.player-mcclean { color: #000; }
.player-mcclean a, a:visited { color: #00a; text-decoration: none; }
.player-mcclean a:hover, a:active { color: #00c; text-decoration: underline; }
.player-mcclean #container { width: 180px; }
