.container-live-stream-social {
    margin: 15px 0;
}
.container-live-stream-social .row {
    margin-bottom: 0;
}
.container-live-stream-social-list-showtimes h3.showtimes-title {
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    color: #666;
    font-weight: normal;
}

.list-schedule-live-stream-social-showtimes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container-live-stream-social-showtimes ul li {
    padding: 5px 15px;
    list-style: none;
    color: #404446;
    margin: 0;
}

.container-live-stream-social-showtimes ul li:nth-child(2n-1){
    background-color: #ddd;
}

.list-schedule span.live-title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 24px;
}
.list-schedule li:first-child {
    margin-top: 15px;
}
.container-live-stream-social-sever {
    background-color: #b8bec2;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.3);
    padding-top: 5px;
    padding-bottom: 5px;
}
.container-live-stream-social-sever .live-stream span{
    text-transform: uppercase;
    line-height: 55px;
    padding-left: 15px;
}
.container-live-stream-social-showtimes {
    margin-top: 15px;
}
.live-stream {
    height: 61px;
}
.live-stream img {
    padding-top: 15px;
}
.container-live-stream-social-lists-video  img {
    cursor: pointer;
}

.list-schedule .view_live {
    color: #e60024;
    background-image: url(../images/logo-live-red.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    cursor: pointer;
}
.container-live-stream-social-showtimes ul li.was-broadcast {
    background-color: #FCFCFC !important;
    color: #CCC !important;;
}
.container-live-stream-social-list-showtimes select {
    border-color: #e1e1e1;
    background-color: #f8f8f8;
    color: #666;
    width: 100%;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFW…IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
}