

ul#liveScores{

	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	font-size: 11px;
}

	ul#liveScores li{
	
		clear: both;
		border: 0 !important;
		line-height: 15px;
	}

	ul#liveScores span{
	
		float: left;
	}

		ul#liveScores span.gStatus{
		
			width: 39px;
		}
		ul#liveScores span.gHome,
		ul#liveScores span.gAway{
		
			width: 98px;
		}

		ul#liveScores span.gResult{
		
			text-align: center;
			width: 30px;
		}

		ul#liveScores span.active{
		
			color: darkGreen;
		}
		ul#liveScores span.gCup{
		
			float: right;
		}