body, html {
    font-family: Tahoma, 'Microsoft Yahei', Simsun !important;
    height: 100%
}

.well-filters, .well-md {
    padding: 12px !important;
}
#player {
    margin: 20px auto;
    min-height: 400px;
}

#player iframe {
    width: 100%;
    min-height: 630px;
}

#playlist {
    margin: 30px auto;
    background: #fff;
    width: 90%;
    padding: 20px;
    font-size: 20px;
    color: #eee;
}

#playlist .playlist_title {
    text-align: center;
    color: #888a8c;
}

#playlist .playlist_scene {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    margin: 10px 5px;
    background: #77b300;
    font-size: 15px;
}