.course_changed:before {
	content: "\f463";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: top;
}
.course_changed {
	font-weight: normal;
	font-size: x-small;
	text-align: right;
}
.course_changed span {
	padding: 1px 5px;
	background-color: #f60;
	color: #fff;
}

table.future_list th.date {
	width: 25% !important;
}
table.future_list th.waiting {
	width: 20% !important;
}
table.future_list th.room,
table.future_list th.member {
	width: 40% !important;
}
table.future_list th.cancel {
	width: 15% !important;
}
table.future_list td.cancel {
	text-align: center;
}

a.course-chg span {
	text-decoration: none ;
	vertical-align: middle;
	zoom: 0.8;
}
td.cancel a span {
	text-decoration: none ;
	vertical-align: middle;
	zoom: 0.8;
}
#room_schedule a.course-chg span {
	display: none;
}

/**
 *	Course TABS
 */
table.course_tab {
	border-collapse: collapse;
}
table.course_tab td {
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
}
table.course_tab td.current {
	background-color: #1af;
}
table.course_tab td.current a {
	color: #fff;
}
table.course_tab td.available {
	background-color: #fff;
}
table.course_tab td.not_available {
	background-color: #eee;
	color: #aaa;
}

ul.course_tab {
	padding-bottom: 15px;
	display: block;
	padding: 0;
	list-style: none;
}
ul.course_tab:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
ul.course_tab li {
	float: left;
	padding: 0px 10px;
	margin: 0 1px 1px 0;
	line-height: 2.5em;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
}
ul.course_tab li.current {
	background-color: #1af;
}
ul.course_tab li.current a {
	color: #fff;
}
ul.course_tab li.available {
	background-color: #fff;
}
ul.course_tab li.not_available {
	background-color: #eee;
	color: #aaa;
}




/*
 *	Edit schedule board
 */
form#edit_group_schedule input.submit {
}
table.edit_group_schedule {
	width: 100%;
	border-collapse: collapse;
	margin: 5px auto;
}
table.edit_group_schedule th {
	color: #333;
}
table.edit_group_schedule th, .edit_group_schedule td {
	padding: 3px !important;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 1.3em;
	background-color: #f9f9f9;
}
table.edit_group_schedule .status {
	width: 13.25%;
}
table.edit_group_schedule .open input:disabled,
table.edit_group_schedule .othercourse input:disabled {
	background-color: #eee;
	color: #eee;
}
table.edit_group_schedule .reserved input:disabled {
	background-color: #fff;
	color: #ccc;
}
table.edit_group_schedule .follow label {
	text-decoration: line-through;
}
table.edit_group_schedule .open {
	background-color: #1af;
	color: #fff;
}
table.edit_group_schedule .othercourse {
	background-color: #bef;
}
table.edit_group_schedule .closed {
	background-color: #eee;
	color: #333;
}
table.edit_group_schedule .past {
	background-color: #bbb;
}
table.edit_group_schedule .reserved {
	background-color: #ffa;
}

