/* liScroll styles */

.tickeroverlay-left{
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 40px;
    top: -4px;
    left: -2px;
}
	
.tickeroverlay-right{
	display:block;
	pointer-events:none;
	position:absolute;
    z-index: 1;
	 height: 30px;
    width: 40px;
	top: -4px;
	right:-2px;
}

.tickercontainer { /* the outer div */
	background: #7e0911; 
	width: 680px; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	top: 4px;
	height: 20px;
	/*width: 718px;*/
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	/*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	margin-left: 20px;
	font-size: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
    padding-right: 25px;
	color:#fff;
	/*background: #fff;*/
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #000;

	margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 2px 0 2px;
} 

#webticker2{
	float:right;
}

#webticker2 li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-left: 15px;
/*background: #fff;*/
}

.football__result__container {
	border-bottom: 1px solid #ffcccc;
}


/* ontv style */
 
#odds__container,#live__container,#result__container,#result__preday__container {
	border-top:1px solid #ffcccc;
	position: relative;
}
#live__container .tickercontainer {
	background: #660000; 
}

#odds__container a.OddsButton {
    position: absolute;
    right: 0;
    top: 0;
	height: 30px;
	z-index: 1;
}
#odds__container a.OddsButton img {
    height: 100%;
    padding: 2px;
    background-color: #7e0911;
}
 
#odds__container .tickeroverlay-left{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7e0b1a+26,000000+100&1+25,0+100 */
	background: -moz-linear-gradient(left, rgba(126,11,26,1) 25%, rgba(126,11,26,0.99) 26%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(126,11,26,1) 25%,rgba(126,11,26,0.99) 26%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(126,11,26,1) 25%,rgba(126,11,26,0.99) 26%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0b1a', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}
	
#odds__container .tickeroverlay-right{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7e0b1a+74&0+0,1+75 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(126,11,26,0.99) 74%, rgba(126,11,26,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(126,11,26,0.99) 74%,rgba(126,11,26,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(126,11,26,0.99) 74%,rgba(126,11,26,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7e0b1a',GradientType=1 ); /* IE6-9 */
}
 
#live__container .tickeroverlay-left{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#600b1e+26,000000+100&1+25,0+100 */
background: -moz-linear-gradient(left, rgba(96,11,30,1) 25%, rgba(96,11,30,0.99) 26%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(96,11,30,1) 25%,rgba(96,11,30,0.99) 26%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(96,11,30,1) 25%,rgba(96,11,30,0.99) 26%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600b1e', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#live__container .tickeroverlay-right{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,600b1e+74&0+0,1+75 */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(96,11,30,0.99) 74%, rgba(96,11,30,1) 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(96,11,30,0.99) 74%,rgba(96,11,30,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(96,11,30,0.99) 74%,rgba(96,11,30,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#600b1e',GradientType=1 ); /* IE6-9 */
}

#result__container .tickeroverlay-left{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7e0b1a+26,000000+100&1+25,0+100 */
background: -moz-linear-gradient(left, rgba(126,11,26,1) 25%, rgba(126,11,26,0.99) 26%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(126,11,26,1) 25%,rgba(126,11,26,0.99) 26%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(126,11,26,1) 25%,rgba(126,11,26,0.99) 26%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0b1a', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#result__container .tickeroverlay-right{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7e0b1a+74&0+0,1+75 */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(126,11,26,0.99) 74%, rgba(126,11,26,1) 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(126,11,26,0.99) 74%,rgba(126,11,26,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(126,11,26,0.99) 74%,rgba(126,11,26,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7e0b1a',GradientType=1 ); /* IE6-9 */
}

#result__preday__container .tickeroverlay-left{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7e0b1a+26,000000+100&1+25,0+100 */
background: -moz-linear-gradient(left, rgba(126,11,26,1) 25%, rgba(126,11,26,0.99) 26%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(126,11,26,1) 25%,rgba(126,11,26,0.99) 26%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(126,11,26,1) 25%,rgba(126,11,26,0.99) 26%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e0b1a', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#result__preday__container .tickeroverlay-right{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7e0b1a+74&0+0,1+75 */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(126,11,26,0.99) 74%, rgba(126,11,26,1) 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(126,11,26,0.99) 74%,rgba(126,11,26,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(126,11,26,0.99) 74%,rgba(126,11,26,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7e0b1a',GradientType=1 ); /* IE6-9 */
}


#result__container .match .statusChange , #live__container  .match .statusChange{

font-weight:bold;

-webkit-animation:	colorchange 0.5s infinite alternate;
-moz-animation: 	colorchange 0.5s infinite alternate;
-ms-animation: 		colorchange 0.5s infinite alternate;
-o-animation: 		colorchange 0.5s infinite alternate;
animation:			colorchange 0.5s infinite alternate;

}

@media (max-width: 768px) {
	.tickercontainer { /* the outer div */
		width: 100%; 
	}
}
