#schedule-wrapper {
	float: left;
	width: 100%;
	height: 100%;
	
}

.schedule-day-mon, .schedule-day-tue, .schedule-day-wed, .schedule-day-thu, .schedule-day-fri, .schedule-day-sat, .schedule-day-sun {
	float: left;
	display:inline;
	width: 14%;
	height: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 2vw;
}

.schedule-day-mon:hover, .schedule-day-tue:hover, .schedule-day-wed:hover, .schedule-day-thu:hover, .schedule-day-fri:hover, .schedule-day-sat:hover, .schedule-day-sun:hover {
	opacity: 0.5;

}
	

.schedule-mon, .schedule-tue, .schedule-wed, .schedule-thu, .schedule-fri, .schedule-sat, .schedule-sun {
	display:block;
	width: 100%;
}

.schedule-show {
	float: left;
	display:block;
	background-color: #baddbc;
	padding: 20px 5px 5px 5px;
	margin-top: 9px;
	margin-right: 9px;
	height: 100px;
	width: 24%;

}

.schedule-show  .show-title{
	float: left;
	display:block;
	font-size: 1.4vw;
	height: 50%;
	width: 100%; 
	word-break: break-word;
	text-align: center;
	line-height: 95%;
	
}

.schedule-show .show-time{
	float: left;
    display:block;
	font-size: 1.4vw;
	height: 40%;
	width: 100%;
    margin-top: 2%;
	text-align: center;
	

}

.currentday{
	color: red;

}


.schedule-show-now {
	float: left;
	display:block;
	margin-left: 33%;
	background-color: #baddbc;
	padding: 20px 5px 5px 5px;
	height: 100px;
	width: 35%;
	

}
.schedule-show-now  .show-title-now{
	float: left;
	display:block;
	font-size: 1.4vw;
	height: 50%;
	width: 100%; 
	word-break: break-word;
	text-align: center;
	line-height: 95%;
	
}

.schedule-show-now .show-time-now{
	float: left;
    display:block;
	font-size: 1.4vw;
	height: 40%;
	width: 100%;
    margin-top: 2%;
	text-align: center;
	

}