@charset "utf-8";
/* CSS Document */

.match-sub-nav{
	border-bottom: 1px dashed #979899;
	text-align: center;
	width: 95%;
	margin: 0 auto 8px;
	padding: 16px;
}
.match-sub-nav a, .match-sub-nav strong{
	display: inline-block;
	margin: 0 24px;
}

.improve{
	text-shadow: 0 0 3px #090;
	color: #7C7;
}
.derank{
	text-shadow: 0 0 3px #900;
	color: #C77;
}

.hometable tr td{
	padding: 4px;
	}



.schedulepage{
	width: 1192px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
.sched_table{
	width: 470px;
	display: inline-block;
	margin: 10px;
}
.sched_table tr td{
	background: #262626;
}
.sched_table tr td.headera{
	background: #300;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
	font-weight: bold;
}
.sched_table tr td.headerb{
	background: #600;
	height: 24px;
	color: #CCC;
	padding: 1px 4px;
}
.sched_table tr td.name_l{
	width: 200px;
	text-align: left;
}
.sched_table tr td.name_r{
	width: 160px;
	text-align: right;
}
.sched_table tr td.time{
	width: 86px;
}
.sched_table tr td.other{
	width: 16px;
}
