/* MINIMAL CROSSGRADE AND CORE DATASETS COMPARISON CHART */
.mc-cd-chart{
	float:left;
	padding: 40px 0;
}
.mc-cd-chart table tr{
	border-bottom: 1px solid #EEE;
}
.mc-cd-chart table tr td:first-child{
	padding-left:16px;
	width: 515px;
}
.mc-cd-chart table td{
	width: 54px;
}
.mc-cd-chart table th{
	color: #006CB5;
	font-family: 'ff-dax-web-pro-1','ff-dax-web-pro-2','Gotham A','Gotham B','Arial Narrow','Helvetica Neue',Arial,'Liberation Sans',FreeSans,Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
}
.mc-cd-chart table td.inc{
	background: url("/images/bp/haves-active-bg.png") no-repeat center center;
}
.mc-cd-chart .top-row th img{
	width: 50px;
	height: 75px;
}
.mc-cd-chart table .top-row{
	border:none;
}
.mc-cd-chart table .top-row th{
	color: #444;
	font-family: arial, Sans-Serif !important;
	font-size: 10px !important;
	line-height: 1.2em;
	text-align: center !important;
}
.mc-cd-chart .category-title{
	padding-top:30px;
}
.mc-cd-chart .top-row+tr .category-title{
	padding-top:0;
}
.mc-cd-chart span.footnote{
	color: #AAA;
	float:left;
	font-size: 12px;
}

/* DOUBLE CHEV FIX FOR NESTED LIST ITEMS (ADD TO .LESS FILES WHEN POSSIBLE)*/
#resources>ul>li:before{
	content: none;
}
#resource-footnote{
	width: 639px;
	float:left;
}