
.main-feed-items{
	floaT:left;
	width:100%;
	margin: 0px 0px 0px 0px;
	position:relative;
}
.main-feed-items h2.red{
	background:#ea2106;
	color:#fff;
	border-right:2px solid #ea2106;
}
.scoreTable{
	  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	float:left;
	width:100%;
}
.scoreTable .plot{
	padding:5px 0px 5px 10px;
	border-bottom: 1px solid #d2d2d2;
	float: none;
	width: auto;
	position:relative;
	margin-top:0px;
}
.scoreTable .plot .more{
	position:absolute;
	top:20px;
	left:10px;
}
.scoreTable .plot.football .scoreTitle span,
.programTable table td.football{
	color:#2d8b28;
}

.scoreTable .plot.box .scoreTitle span,
.programTable table td.box{
	color:#941813;
}
.scoreTable .plot.basketball .scoreTitle span,
.programTable table td.basketball{
	color:#fb5b22;
}
.scoreTable .plot.hockey .scoreTitle span,
.programTable table td.hockey{
	color:#1f6bc5;
}
.scoreTable .resentmatches{
	/*background: #f0f0e7;*/
	font-size: 11px;
	text-transform:uppercase;
	padding: 8px 0px;
	color:#333333;
}

.scoreTitle{
	/*floaT: right;*/
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
	
}
.scoreTitle span{
    display: block;
    font-family: 'PFDinDisplayProMediumRegular',arial;
    font-size: 11px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
	padding-bottom:2px;
}
table{
	width:100%;
}
.main-feed-items table{
	font-size:11px;
	color:#333333;
	border-collapse:collapse;
}
.main-feed-items table .odd{
	background:#f4f4f4;
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
}
.main-feed-items table .even{
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
}
.main-feed-items table tr:first-child{
	border-top:0px;
}
.main-feed-items table .score{
	text-align:right;
	white-space: nowrap;
}
.main-feed-items table .date,
.main-feed-items table .teams{
     padding: 5px 5px;
     text-align: left;
     line-height: 1.2em;
	 width:100%;
}
*:first-child+html .main-feed-items table .teams{
	width:auto;
}
.main-feed-items table .teams a{
	color:#434343;
	text-decoration:none;
}
.main-feed-items table .teams a:hover{
	text-decoration:underline;
}
.main-feed-items table .date{
	padding-left: 11px;
    width: 28px;
	white-space:nowrap;
}
.main-feed-items table .score span{
	color:#fff;
	background:grey;
    margin: 6px;
    padding: 4px 4px;
	font-weight:bold;
	font-size:12px;
    display: block;
	text-align: center;
	width:23px;
	float:right;
}
.main-feed-items table .score span.wide{
	width: 56px;
}
.main-feed-items table .score span.inprogress{
	background:red;
}
.main-feed-items table .score span.ended{
	background:#383838;
}
.main-feed-items table .score a{
	text-decoration:none;
}


.mainForToday .feedItems li{
	width:200px;
}
