
table.shedule{
	width:98%;
	border:1px solid #d9d9d9;
	margin:25px 0px;
	font-size:12px !important;
}
table.shedule td{
	width:14%;
	border:1px solid #d9d9d9;
}
table.shedule td .shd_item{
	padding:10px;
	font-size:12px !important;
}

table.shedule td span.date{
	font-weight:bold;
	text-align:center;
	width:100%;
	display:block;
	background:#d9d9d9;
	padding:5px 0px;
}
table.shedule td span.free{
	display:block;
	text-align:center;
}
table.shedule td span.date.rest{
	color:#c00027;
}