@charset "utf-8";
/* CSS Document */

.cfcleague-report-teamlogo {
	text-align: center;
	width: 80px;
	height: 80px;
}
.cfcleague-report-teamname-home {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	width: 324px;
}
.cfcleague-report-teamname-guest {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	width: 324px;
}
.cfcleague-report-result {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 80px;
}
.cfcleague-report-matchinfo {
	text-align: center;
	font-size: 11px;
}
#cfcleague-report-scorer-home, #cfcleague-report-lineup-home, #cfcleague-report-subst-home, #cfcleague-report-coach-home {
	width: 364px;
	text-align: left;
	vertical-align: top;
}
#cfcleague-report-scorer-guest, #cfcleague-report-lineup-guest, #cfcleague-report-subst-guest, #cfcleague-report-coach-guest {
	width: 364px;
	text-align: right;
	vertical-align: top;
}
