.schedude-day__time {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
    border: 1px solid #e5e4e4;
    border-radius: 4px;
    min-width: 60px;
    text-align: center;
}

.schedude-day__presenter img {
    max-width: 50px;
}

.schedude-day__presenter {
    vertical-align: middle;
}

.schedude-day__presenters-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}


.schedude-day:not(:last-child) {
    border-bottom: 1px solid #e5e4e4;
}

.schedude-day {
    min-height: 70px;
}

.schedude-day.older {
    opacity: .6;
}

.schedude-day.current {
	border: 1px dotted #449cdb;
    padding: 0 15px;
    border-radius: 5px;
}

.schedude-day__presenters {
    width: 100%;
}

.schedude-day.current .schedude-day__time {
    background: #fff;
    border-color: #ffff;
}

.tabs-nav {
    margin: 20px 0;
    background: #449cdb;
	
}

.tabs-nav ul li {
    margin: 0!important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.tabs-nav ul li a {
	color: #fff;
	padding: 10px;
	transition: .35s;
	display: block
}

.tabs-nav ul li a:hover {
	text-decoration: none
}
.tabs-nav ul li.active a {
	background: #ff5500;
	text-decoration: none
}

.schedude-nav-item {
	font-size: 13px;
}

.broadcasting {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    border: 2px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 4px 5px rgba(0,0,0,.05);
}

.broadcasting video {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.broadcasting-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    left: 0;
    margin: auto;
    max-height: 50px;
    width: 100px;
    opacity: .8;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    background: #ff5500;
}

@media (min-width: 768px){

    .schedude-day__presenters {
        width: auto;
    }
}