.player-wrapper {
    display: block;
    background-color: #f8f8f8 !important;
    text-align: left;
    padding: 0px !important;
}

.check-floats[style="text-align: center; float: left;"]{
    margin-right: 5px;
}

.check-floats[style="text-align: center; float: right;"]{
    margin-left: 5px;
}

.check-floats.large{
    width:100%;
    margin-right: 0;
    margin-left: 0;
}

.player-small.player-wrapper{
    margin: inherit;
}

.explorer.white .player-wrapper,
.explorer.light .player-wrapper,
.text-plugin .player-wrapper {
    border: none;
}

.player-wrapper .partner-player-wrapper {
    display: block;
    padding: 0 !important;
    background-color: #f8f8f8;
    line-height: 0;
    text-align: center;
}

iframe#partnerPlayer {
    width: 100%!important;
}

.player-small.player-wrapper {
    max-width: 371px!important;
}

.player-wrapper .title {
    font-size: 21px;
    color: #4a4a4a;
    line-height: 28px;
    margin: 0 0 17px;
}

.player-wrapper .title a{
    color: #4a4a4a;
}
.player-wrapper .content-channel+.title {
    margin: 0 0 17px;
}
.player-wrapper .content-channel{
    font-size: 13px;
    text-transform: uppercase;
    color: #9D9C9C;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

.player-wrapper .description {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 20px;
    margin-bottom: 0;    
    font-weight: normal;
}
.information {
    padding: 20px 31px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;  
    margin-bottom: 20px;
}

