.b-match_results {
	overflow:hidden;
	width:318px !important;
	float:left;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.b-match_order {
	color: #878787;
	font-size: 11px;
}
.b-match_score_next, .b-match_score_prev {
	background: url('/a/berlin/common/img/match-sprite.gif') no-repeat 0 0;
	width: 45px;
	height: 38px;
	/*overflow: hidden;*/
	float: left;
	margin-right: 10px;
	color: #9D9277;
	font-size: 24px;
	padding-top: 22px;
	padding-left: 15px;
	font-weight: 700;
}
.b-match_score_prev {
	color: #9EAF89;
	background: url('/a/berlin/common/img/match-sprite.gif') no-repeat 0 -60px;
}
.b-match_score_next b, .b-match_score_prev b {
	font-size: 12px;
}
.b-match_score_next i, .b-match_score_prev i {
	color: #DCD5C0;
	font-style: normal;
	font-weight: 400;
}
.b-match_score_next_container {
	background: #FEF8E6;
	padding: 9px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.b-match_score_prev_container {
	background: #F3F9EA;
	padding: 9px;
	border-top: 1px solid #E5DFD3;
	border-bottom: 1px solid #E5DFD3;
}
.b-match_score_container {
	padding: 6px 9px;
}
.b-match_score_container h4 {
	font-size: 12px;
	font-weight: 700;
}
.b-match_score_prev_container a {
	color: #BB371B;
	margin-right: 10px;
}
.b-match_score_next_container h4, .b-match_score_prev_container h4 {
	font-size: 12px;
	font-weight: 700;
}
.b-match_score_table th {
	color: #FFFFFF;
	background: #8AAC4A;
	padding-left: 9px;
}
.b-match_score_table td {
	padding-left: 9px;
}
.b-match_score_table_odd td {
	background: #E7F8C3;
}