body {
    background-color: #F3DC6C;
    padding:0;
    margin:0;
}
.content-wrapper {
    min-width: 1140px;
    margin: 10px;
    float: left;
}
.player-wrapper {
    float: left;
    background: #660000 url('playerbg2.jpg') no-repeat top left;
    background-size: cover;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 19px;
}
.player-left,
.player-right {
    float: left;
}
.right-banner {
    float: left;
    margin-left: 30px;
}
.square-banner {
    display:inline-block;
    width: 300px;
    height: 250px;
}
.player {
    display: inline-block;
    margin-top: 14px;
}
.player .player-top {
    background: #E85E1D;
    margin-bottom: 30px;
    border-radius: 4px;
}
.player .left-col {
    width: 300px;
    float: left;
    padding: 0;
    margin-right: 30px;
}
.player .right-col {
    float: left;
}
.player .right-col .button-row {
    position: absolute;
    left: 726px;
    top: 200px;
    margin: 0;
    padding: 0;
    height: 25px;
}
.button-row .btn-xs {
    padding: 2.5px 5px;
}
.player .right-col .SGplayer-row {
    margin-top: -134px;
    height: 384px;
}
.player .logo {}
.player .logo img {
    height: 104px;
    width: auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.player .station-links {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: -23px;
}
.station-links .list-group-item {
    padding: 0;
}
.top-banner,
.bottom-banner {
    text-align: center;
}
.bottom-banner {
    margin-top: 14px;
}
.top-banner iframe {
    width: 728px;
    height: 90px;
    margin: 0;
    border: 0;
}
.square-banner iframe {
    width: 300px;
    height: 250px;
    margin: 0;
    border: 0;
}
.right-banner iframe {
    margin: 0;
    border: 0;
    width: 160px;
    height: 600px;
}
.bottom-banner iframe {
    width: 728px;
    height: 90px;
    margin: 0;
    border: 0;
}
#SGplayer {
    width: 580px;
    height: 384px;
    border: 0;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #F0AD4E;
    border-color: #F0AD4E;
}