h2.trigger, h2.remaining {
	padding: 0;
	margin: 0;
	background: url('https://cdn.livesoccertv.com/images/js/toggle/toggle_grey.gif') no-repeat;
	height: 27px;
	line-height: 27px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
} h2.trigger a, h2.remaining a {
	padding-left:80px;
	margin:0;
	color: #000;
	text-decoration: underline;
	display: block;
}
h2.remaining {
	background: url('https://cdn.livesoccertv.com/images/js/toggle/toggle_grey.gif') no-repeat;
	background-position: 0px -27px;
}
h2.trigger a:hover { color: #444; }
h2.active {background-position: 0px -27px;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 2px;
	padding: 0;
/*	border-bottom: 1px solid #999999; */
	overflow: hidden;
	width: 100%;
	clear: both;
	color: #999999;	
}
.toggle {
	padding:0;
}
/*
.toggle_container a { color: #4f94b6; }
.toggle_container .repeat { color: #666666; }
.toggle_container .live { color: #fe7878; }
.toggle_container .delayed { color: #559f55; }
*/