#comparisonNav{
	position: fixed;
	top: 223px;
}
#stickyList{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(49, 49, 49);
	border-right:none;
	padding-left:0;
}
#stickyList li{
	background-color: #222;
	text-align:right;
	padding:5px;
	height:18px;
	border-top:1px solid #333;
}
#stickyList li:first-child{
	border-top: none;
}
#stickyList li a{
	color:rgb(83, 83, 83);
}
#stickyList li a:hover{
	color:#66CCFF;
}
.fixedNav{
	position:absolute;
	right:0px;
}
#titleWrapper{
	width: 615px;
	min-height: 243px;
	padding-top:15px;
}
#vsTitle{
	font-size: 1.3em;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 10px;
	margin-left: 35px;
}
#gpuTitle1, #gpuTitle2{
	width: 250px;
	text-align: center;
}
#gpuTitle1{
	float: left;
	color: #66CCFF;
}
#gpuTitle2{
	float: right;
	color: #D54D4D;
}
#vs{
	text-align: center;
}
#gpuTitle1 h2,#gpuTitle2 h2,#vs h2{
	padding: 0; margin: 0;
}
#score1{
	float:left;
	border-bottom:none;
}
#score2{
	float:right;
	border-bottom:none;
}
#scores{
	margin-left: 110px;
	overflow:auto;
	width: 420px;
	z-index: 1;
}
#percentageDifference{
	text-align: center;
	margin-left: 235px;
	margin-right: 200px;
	position:relative;
	bottom: 63px;
}
#percentageDifference a{
	cursor: help;
}
#compareForm{
	margin-left: 35px;
	text-align: center;
	margin-top: 5px;
}
#compareTextInput1, #compareTextInput2{
	width: 220px;
}
.tableHeader{
	position:relative;
	top:20px;
	left:4px;
	max-width: 500px;
}
table.standardCompare{
	width: 500px;
}
#gambody table tbody tr th{
	text-align: left;
	background-color: #2C2C2C;
	width: 108px;
}
table.standardCompare tr td:nth-child(2){
	text-align: right;
	width: 130px;
}
table.standardCompare tr td:nth-child(3){
	width:23px;
	text-align:right;
}
table.standardCompare tr td:nth-child(5){
	width:23px;
}
table.standardCompare tr td:nth-child(6){
	width:110px;
}
table.standardCompare tr td{
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 10px;
}
.standardCompare tbody tr td:nth-child(4){
	text-align:center;
	width: 38px;
}
#vendorSpecificTable{
	width: 500px;
}
.barGraphicDiv{
	width:22px;
	margin-left:10px;
}
.graphic2Wrapper{
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(left, #a90329 0%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #a90329 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #a90329 0%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #a90329 0%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to right, #a90329 0%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 */
	height:50px;
	width:10px;
	float:right;
}
.graphic1Wrapper{
	background: rgb(79,133,187); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(79,133,187,1) 0%, rgba(79,133,187,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(79,133,187,1)), color-stop(100%,rgba(79,133,187,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=1 ); /* IE6-9 */
	height:50px;
	width:10px;
	float:left;
}
.graphic1{
	background-color: #222;
	border:1px solid #333 #111 #111 #333;
	max-height:49px;
	width:10px;
	float:left;
}
.graphic2{
	max-height: 49px;
	float:right;
	background-color: #222;
	border:1px solid #333 #111 #111 #333;
	width:10px;
}
#gambody td{
	border-bottom: 1px dashed rgba(0,0,0,0.35);
	position:relative;
	top:1px;
}
.removeBottomBorder{
	border-bottom: none;
}
table.dualColumnTable{
	margin-top:50px;
}
table.dualColumnTable tbody tr td:nth-child(2){
	width: 332px;
}
table.dualColumnTable tr td:nth-child(6){
	width: 332px;
}
div#descriptionWrapper{
	float: right;
	clear: right;
	margin-top: 20px;
	width: 400px;
}
div#descriptionTitle{
	text-align: center;
	margin-left:9px;
}
div#descriptionDiv{
	float: right;
	/* max-height: 1550px; */
	width: 390px;
	margin-top: 12px;
	margin-left:10px;
	border-style: solid;
	border-width: 1px;
	border-color: #333 #111 #111 #333;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left: 20px;
	padding-right: 10px;
}
#adWrapper2{
	float:right;
	margin-right:40px;
	margin-top:27px;
}
table#miniReviewTable td{
	vertical-align: top;
}
table#miniReviewTable tbody tr:nth-child(3) td:first-of-type{
	text-align: right;
}
table#extraDetailsTable tbody tr td:nth-child(2){
	text-align: right;
}
#descriptionDiv div{
	line-height: 30px;
	background-color: #222;
	border-top: 1px solid #333;
}
div#descriptionDiv div#summaryDescription{
	border-top: none;
}
span.gpu1Mention{
	color: #66CCFF;
}
span.gpu2Mention{
	color: #D54D4D;
}
#searchResults1, #searchResults2{
	display:none;
	overflow-y:scroll;
	z-index: 99;
	position: absolute;
	left: -1px;
	width:225px;
	max-height: 400px;
	background-color: white;
	color: black;
	border: 1px solid black;
	margin-left:0;
	padding-left:0;
}
#searchResults1Wrapper{
	position: relative;
	right: 230px;
	width: 210px;
	margin: 0; padding: 0;
}
#searchResults2Wrapper{
	position: relative;
	right: 225px;
	width: 220px;
}
.searchResults{
	padding:0;
	margin:0;
}
.searchResults li{
	list-style: none;
	text-align:left;
	margin:0;
	padding:0;
	cursor: hand;
}
.searchResults li:hover{
	background-color: rgb(63, 163, 241);
	cursor: default;
}
.infoClass{
	cursor: help;
}
#gameSearchForm{
	margin-left:4px;
}
#gameSearchForm > input:first-child{
	width: 263px;
	margin-bottom:10px;
}
#gameSearchResultsWrapper{
	position: relative;
	width: 210px;
	margin: 0; padding: 0;
}
#gameSearchText{
	margin-right:8px;
}
#gameSearchSubmitWrapper{
	margin-left:4px;
}
#gameSearchResults{
	display:none;
	overflow-y:scroll;
	z-index: 99;
	position: absolute;
	top:-9px;
	left:-1px;
	width:267px;
	max-height: 400px;
	background-color: white;
	color: black;
	border: 1px solid black;
	margin:0;
	padding:0;
}
#gameSearchPreloader{
	display: none;
	padding-left:25px;
}
.tableSubtitle{
	margin-top: 25px;
	margin-left: 4px;
	margin-bottom: 7px;
}
.tableSubtitle h3{
	margin:0;
}
#canIRunItTitle{
	width:116px;
}
.sectionDescription{
	color: #777;
}
.buyHwLinkWrapper{
	width: 100%;
	margin-top: 4px;
}
.buyHwLink1Wrapper, .buyHwLink2Wrapper{
	width: 273px;
	display: inline-block;
}
.buyHwLink1{
	margin-left: 60px;
	float:left;
}
.buyHwLink2{
	margin-right: 56px;
	float:right;
}
.buyHwLink1, .buyHwLink2{
	background-color: #686868;
	display: block;
	width: 102px;
	height: 19px;
	padding-top: 4px;
	color: #FFF;
}
#vsMobile{
	display: none;
}
.mobileBuyText{
	display: none;
}
.speedo-comparison-container{
	display:flex;
	flex-wrap:wrap;
	background: #252525;
    margin-bottom: 2rem;
}
.speedo-comparison-children{
	width:33%;
}
.speedo-gpu .speedo-title{
	width:100%;
	background:#151515;
}
.speedo-star-container{width:33%;}
.metaScoreData.hardwareRatingScoreStarEmpty.speedoStar{
	float:none;
	background-position:center;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size:70px;
	margin:auto;
}
.star-rating-titles{
	margin-top:1.6rem;
	display: flex;
	justify-content: center;
	font-family:'Arial';
	font-size:10px;
	font-weight:bold;
}
.compare-speedo{
	height:137px;
}
.star-inner{padding-top:5px;}