body {
	margin:0px;
	padding:0px;
}
.stats-league {
        float:left;
	width:50px;
        padding:2px;

}

.stats-container {
	overflow:hidden;
	font-size: 11px;
	text-transform: uppercase;
	height: auto;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	width:100%;
line-height: 1.1;

}


.stats-inner {
/*	border:1px solid #dedede;*/
/*	float:left;*/
	overflow:hidden;
/*	margin:1px;*/
	display: block;
	padding:1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
	background:#f5f5f5;

}
.stats-team {
	width:100%;
	text-align:right;
}
.stats-team-l {
	float:left;
	width:30px;
	padding:2px;	
	text-transform: uppercase;
	text-align:right;
}


.stats-team-r {
       	width:30px;
	float:left;
        padding:2px;
        text-transform: uppercase;
	text-align:left;
}

.stats-team-r a {

	text-decoration:none;

}

.stats-team-l a {

	text-decoration:none;

}

.stats-title {
	font-weight:bold;
	text-align:left;
}


.stats-scores {
	display:inline-block;
	clear:left;
	color:#fff;
	height:auto;
	font-weight:bold;
	text-align:right;
}

.stats-small {
        float:left;
        width:auto;
	padding:2px;
        text-transform: uppercase;
}

.stats-date {
        float:left;
        width:120px;
        padding:2px;
        text-transform: uppercase;
}

/* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */
@media only screen and (max-width: 479px){
    .stats-small { width:0; }
}


.stats-versus {
        float:left;
        width:auto !important;
        padding:2px;
        text-transform: uppercase;
	font-weight:bold;
}



#green {


}
