﻿.box2{
	width: 100%;
	margin: 0 auto;
}

.box4{
	width: 100%;
	margin: 30px auto;
}

.statistics{
	width: 700px;
	height: auto;
	margin: 0 auto;
}

.statistics table{
	width: 100% !important;
	margin: 0 auto;
	margin-top: 20px;
	outline: 1px solid #BCBCBC;
}

.statistics table tr {
	width: 700px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #F5F5F5;
	border-bottom: 1px solid #BCBCBC;
}

.statistics table tr:nth-of-type(2n){
	background: #FFFFFF;
}
.statistics table tr:last-of-type{
	border-bottom: 0px;
}

.guestTeam{
	margin-top: 30px;
}

.topFive{
	color: #005CE3;
}
