/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
#flip-card-float {
	background:transparent;
display:inline-block;
position:relative;
margin: 0px 5px 10px 5px;
 padding:0px;
}

.gopherWrap {
	background: transparent;
	min-height:635px;
	width: 100%;
	min-width:340px;
	max-width: 1200px;
	display: inline-block;
	padding: 0px;
	position:relative;
	margin:0px;
	z-index:5;
}


#compareStatsMain {
	margin-left: 0px;
	overflow: auto;
	text-align:center;
}

.innerboxCompare {
	background:transparent;
	border: none;
	box-shadow: none;
	border-radius: 10px;
	margin:5px;
	overflow:auto;
	max-height:270px;
	width: 320px;
	height:auto;
	display:inline-block;
}

.compareTable{
 background: transparent;
margin-right:auto;
margin-left:auto; 
width: 300px;
border-radius:10px;
text-align:center;
}

.compareTable td{
 background: #fff;
 vertical-align: middle;
 box-shadow: 1px 1px 5px #000;
 border-radius: 5px;
}

.compareTable .thumbCell{
 padding: 0px 0px 0px 0px;
 vertical-align: bottom;
}


.compareTable .highlightCell  {
	background:orange;
	font-weight:bold;
}

.compareTable .columnHeader {
	background:lightblue;
	font-weight:bold;
}

.compareTable .rowHeader {
	background:lightblue;
	font-weight:bold;
}

.compareTable .tableTitle {
	text-align:left;
	font-weight: bold;
	
	background: transparent;
	border: 2px solid orange;
	box-shadow: 1px 1px 5px #000;
	text-shadow: 1px 1px 2px #000;
	background-image: linear-gradient(
		-135deg,
/*		
		rgba(139,246,134,.7) 0%, 
		rgba(245,135,209,.8) 65%, 
		rgba(245,63,185,.9) 80%
		*/
		rgba(139,246,134,.7) 0%, 
		rgba(121,159,211,.8) 20%,
		rgba(58,80,134,.9) 90%
	);
	border-radius: 10px;
	margin-bottom:5px;
	color: white;
}

.compareTable .transparent{
	background:none;
	background-color:none;
	border: none;
	box-shadow: none;
}

.topFiveThumb {
	width:30px;
	height:30px;
	padding:0pc;
	margin:0px;
}