.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;
}
