/* CPU Description Page */

table.desc
{ 
	width: 65%;
}
.right-desc {
	width: 35%;
	background: #fff;
}
.market-share-wrap {
	overflow-x: scroll;
}
.market-share-wrap #placeholder:before {
	display: none;
		
}

ul.chartlist span .index { 
	display: inline-block; 
	z-index: -1;
	position: absolute; 
	opacity: 0.65;
	top: 0; 
	left: 0;       
	text-indent: 9999px; 
	overflow: hidden; 
	line-height: 17px;
}
#baselineResults ul.chartlist span .index {
	z-index: 0;
}

.yellow 
{
	background-color: #F0E68C;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #F0E68C),color-stop(1, #FFFF00));
	background-image: -webkit-linear-gradient(top, #F0E68C, #FFFF00); 
	background-image: -moz-linear-gradient(top, #F0E68C, #FFFF00);
	background-image: -ms-linear-gradient(top, #F0E68C, #FFFF00);
	background-image: -o-linear-gradient(top, #F0E68C, #FFFF00);
}

.green 
{
	background-color: #2E8B57;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #2E8B57),color-stop(1, #228B22));
	background-image: -webkit-linear-gradient(top, #2E8B57, #228B22); 
	background-image: -moz-linear-gradient(top, #2E8B57, #228B22);
	background-image: -ms-linear-gradient(top, #2E8B57, #228B22);
	background-image: -o-linear-gradient(top, #2E8B57, #228B22);
}

.light-purple 
{
	background-color: #DA70D6;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #DA70D6),color-stop(1, #BA55D3));
	background-image: -webkit-linear-gradient(top, #DA70D6, #BA55D3); 
	background-image: -moz-linear-gradient(top, #DA70D6, #BA55D3);
	background-image: -ms-linear-gradient(top, #DA70D6, #BA55D3);
	background-image: -o-linear-gradient(top, #DA70D6, #BA55D3);
}

.red 
{
	background-color: #FF6347;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FF6347),color-stop(1, #FF0000));
	background-image: -webkit-linear-gradient(top, #FF6347, #FF0000);
	background-image: -moz-linear-gradient(top, #FF6347, #FF0000);
	background-image: -ms-linear-gradient(top, #FF6347, #FF0000);
	background-image: -o-linear-gradient(top, #FF6347, #FF0000);
}

.turquoise 
{
	background-color: #20B2AA;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #20B2AA),color-stop(1, #008080));
	background-image: -webkit-linear-gradient(top, #20B2AA, #008080);
	background-image: -moz-linear-gradient(top, #20B2AA, #008080);
	background-image: -ms-linear-gradient(top, #20B2AA, #008080);
	background-image: -o-linear-gradient(top, #20B2AA, #008080);
}

.orange 
{
	background-color: #FFA500;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #FFA500),color-stop(1, #FF8C00));
	background-image: -webkit-linear-gradient(top, #FFA500, #FF8C00); 
	background-image: -moz-linear-gradient(top, #FFA500, #FF8C00);
	background-image: -ms-linear-gradient(top, #FFA500, #FF8C00);
	background-image: -o-linear-gradient(top, #FFA500, #FF8C00);
}

.brown 
{
	background-color: #CD853F;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #CD853F),color-stop(1, #8B4513));
	background-image: -webkit-linear-gradient(top, #CD853F, #8B4513); 
	background-image: -moz-linear-gradient(top, #CD853F, #8B4513);
	background-image: -ms-linear-gradient(top, #CD853F, #8B4513);
	background-image: -o-linear-gradient(top, #CD853F, #8B4513);
}

.purple 
{
	background-color: #9932CC;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #9932CC),color-stop(1, #483D8B));
	background-image: -webkit-linear-gradient(top, #9932CC, #483D8B); 
	background-image: -moz-linear-gradient(top, #9932CC, #483D8B);
	background-image: -ms-linear-gradient(top, #9932CC, #483D8B);
	background-image: -o-linear-gradient(top, #9932CC, #483D8B);
}

.blue 
{
	background-color: #4169E1;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #4169E1),color-stop(1, #0000FF));
	background-image: -webkit-linear-gradient(top, #4169E1, #0000FF); 
	background-image: -moz-linear-gradient(top, #4169E1, #0000FF);
	background-image: -ms-linear-gradient(top, #4169E1, #0000FF);
	background-image: -o-linear-gradient(top, #4169E1, #0000FF);
}

.pink
{
	background-color: #FFB6C1;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #FFB6C1),color-stop(1, #FF69B4));
	background-image: -webkit-linear-gradient(top, #FFB6C1, #FF69B4); 
	background-image: -moz-linear-gradient(top, #FFB6C1, #FF69B4);
	background-image: -ms-linear-gradient(top, #FFB6C1, #FF69B4);
	background-image: -o-linear-gradient(top, #FFB6C1, #FF69B4);
}

.right-header {
	padding: 10px 0;
	background: #e4f5fb;
	margin-bottom: 40px;
}
.xAxis  {
	top: 17px !important;
	left: 30px !important;
}
.yAxis {
	top: 19px !important;
    left: 18px !important;
}
.desc-header {
	padding: 10px 0;
    padding-left: 20px;
	background: #e4f5fb;
	background-blend-mode: multiply;
	text-align-last: left;
	
	
}
.desc .desc-header td , .desc-header th , .desc-header-h2 {
	padding: 10px 0;
	padding-left: 20px;
	background: #e4f5fb;
	
}
.desc-header-h2 {
	text-align: left !important;
	margin: 0;
	font-size: 18px;
    line-height: 25px;
}
#price .desc-header th  {
	border-left: 2px solid #f0f6f8;
	font-size: 18px;
	line-height: 25px;
	padding: 10px 0;
	padding-left: 30px;
}
.desc-body {
	background: #ffffff;

	

}
.desc-foot p {
	text-align-last: left;
	padding: 10px 0;
    margin: 0;
	padding-left: 20px;

}
.ov-scroll .desc-body {
	border-right: 2px solid #f0f6f8;
	width: 65%;
}

.desc-body-price img {
	width: 120px;
    height: 63px;
}
.desc-body-price-default img {
	width: 116px;
	height: 48px;
}
.desc-price a{
	padding: 13px 29px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    background: #F48A18;
    border-radius: 3px;
}
#price .desc-body-price  td ,  .desc-body-price-default  td{
	width: 33%;
	background: #ffffff;
	text-align-last: left;
	padding-left: 30px !important;
	border-left: 2px solid #f0f6f8;
}
.desc-body td div{
	font-size: 14px;
	
    line-height: 35px;
}
.bg-table-row {
	background: #FBFCFD;
box-shadow: 0px 2px 0px #F0F6F8;
}
.left-desc-cpu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.left-desc-cpu p {
	width: 50%;
	margin-right: 0;
	padding-left: 20px;
	text-align-last: left;
}


table.desc td
{
	padding: 5px;	
}

.compare-button {
	background: #246EB9;
	border-radius: 3px;
	width: 140px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	height: 40px;
	border: none;
    padding: 0;
}
.right-desc strong {
	font-size: 14px;
line-height: 19px;
}
.right-desc img {
	width: 55px;
}
#legend > table { margin: auto; }

.outer {
	width: 100%;
	overflow-x: scroll;
	padding: 0px;
}

.cpumark {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px;	
}
.priceno caption {
	margin-top: 0 !important;
    padding-top: 0;
}
#energycost {
	margin-top: 20px;

}
table.price
{ 
	width: 100%;
	margin-top: 60px;
	
}

table.price td, table.price th {
	
	padding: 2px;
	text-align: center;
}

.cpuname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	font-weight: bold;
	padding: 1px;
}

td.valuesmall {
	font-size: 65%;
	text-align: left;
	width: 40%;
	border-left: 2px solid #f0f6f8;
	border-right: 2px solid #f0f6f8;
}
.valuesmall a {
	display: block;
    padding: 10px 0;
}
.value-cifre a {
	display: block;
    width: 100%;
}
table.chartsmall { 
	text-align: center;
	color: #000;
	width: 100%;
	margin-top: 20px;
}
.tr-bg-desc {
	background: #f0f6f8 !important;
}
.tr-bg-desc th {
	text-align-last: left;
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
	text-align-last: left;
}
.chartsmall td.chart a {
    display: inline-block;
	width: 100%;
	
	color: #3F4850;
	padding: 7px 0;
    padding-left: 20px
	
	
}
body .chartsmall .padding-class {
	background: #E2EDF4;
    padding: 7px 0 !important;
    padding-left: 20px !important;
    font-size: 14px !important;
}
.other-cpu-block label{
	margin-bottom: 0;
}
#showOtherCPUs {
    margin-right: 5px;
}

.chartsmall td.chart {
	text-align-last: left;
	padding: 0;
	width: 40%;
}
.chart-copyright {
	padding: 10px 0;
	padding-left: 20px;
	text-align-last: left;
}
.hover-bg:hover  {
	background: #e2edf4 !important;
}
.subcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	font-size: 16px;
line-height: 22px;
font-weight: 400;
	font-style: italic;
}

/* CPU MARK CHARTS */

table.chart { 
	background-image: url(images/stripe-bg.png);
	background-repeat: repeat;
	background-position: left top;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border:0;
}

table.chart td:nth-child(1) { 
	
	white-space: nowrap;
	color: #000;
}
table.chart tr {
	border-bottom: 2px solid #DFE8F1;
	background: #ffffff;
}
caption.chart
{
	caption-side: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	text-align: center;
line-height: 36px;
margin-top: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}
.chart th {
	background: #f0f6f8;
}
th.chart {
	text-align: left;
	background: #f0f6f8;
	font-size: 16px;
	padding: 10px 0;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: top;
	border:0;
}
.chartsmall tr {
	background: #fff;
	border-bottom: 2px solid #f0f6f8;
}
.chartsmall .alt { 
	background: #FBFCFD;
box-shadow: 0px 2px 0px #F0F6F8;
}
.alt {
	background: #FBFCFD;
	box-shadow: 0px 2px 0px #F0F6F8;
}
.chart  .alt {
	background: #FBFCFD ;
}

#mark .chart tr:hover , #value .chart tr:hover , #single .chart tr:hover , #multi .chart tr:hover, #date .chart tr:hover , #available tr:hover , #alltime tr:hover {
	background: #f0f6f8 !important;
}
.auraltext
{
   background: #f0f6f8;
   width: 100%;
   height: 100%;

}



td.value /* Rating */
{
	
	
	padding:0px;
	border-bottom: none;
	background-color:transparent;
	font-size: 65%;
	text-align: left;
	width: 45%;
	vertical-align: middle;
}



td.value img {
	vertical-align: middle; 
	margin: 1px 1px 1px 0px;
}

.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

/* The following replaces the image bars with CSS bars with PT8 Charts */

/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

.meter 
{ 
	height: 10px;  /* Can be anything */
	position: relative;
	/*background: #555;*/
	/*margin: 0px 0 0px 0;  Just for demo spacing */
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 2px;		
	/*
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
	*/
}

.meter > span 
{
	display: inline;
	float: left;
	height: 100%;
	   -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	       -moz-border-radius-topright: 5px;
	    -moz-border-radius-bottomright: 5px;
	           border-top-right-radius: 5px;
	        border-bottom-right-radius: 5px;
	    -webkit-border-top-left-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	        -moz-border-radius-topleft: 5px;
	     -moz-border-radius-bottomleft: 5px;
	            border-top-left-radius: 5px;
	         border-bottom-left-radius: 5px;

	
	position: relative;
	overflow: hidden;
}
.chart-name-black a , .chart-black a {
	color: #3F4850;
}
/* This is supposed to do the striping */

/*

.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
	      color-stop(.25, rgba(255, 255, 255, .2)), 
	      color-stop(.25, transparent), color-stop(.5, transparent), 
	      color-stop(.5, rgba(255, 255, 255, .2)), 
	      color-stop(.75, rgba(255, 255, 255, .2)), 
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}


@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}
*/
/* All the pretty colors */



.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}
.ov-scroll .desc {
	display: flex;	
} 
@media (max-width: 992px)  { 
	table.chart td:nth-child(1) {
		white-space: pre-wrap;
		width: 30%;
		text-align: center;
		
	}
	#chartView, #tableView {
		overflow-x: scroll;
	}
	.chartlist , .header-row-pc , .topScore, #tableView table{
		width: 700px !important;
	}
	#portamento_container {
		display: none;
	}
	.left-desc-cpu p {
		display: flex;
		flex-direction: column;

	}
	#aswift_1_expand, #aswift_2_expand  {
		display: none !important;
	}
	caption.chart {
		font-size: 19px;
	}
	td.chart {
		text-align-last: center;
		text-align: center;
	}
	td.chart a {
		padding: 0;
	}
	body td.value {
		min-width: 180px;
		width: auto;
	}
	#price .desc-header th {
		padding-left: 0;
		
	}
	.desc-body-price img {
		width: 120px;
		height: 64px;
	}
	#detailsbox a {
		display: flex;
		text-align-last: center;
		flex-direction: column;
	}
	.buy-now-btn {
		padding: 7px 9px !important;
	}
	.chartsmall td.chart {
		text-align-last: center;
		padding: 10px 0;
		padding-left: 0;
	}
} 
@media (max-width: 500px)  { 

	td.valuesmall  {
		width: auto;
		min-width: 180px;
	}
	td.chart a { 
		white-space: pre-wrap;
	}
	.desc-foot p {
		display: block;
		padding-left: 0px;
	}
	.desc-foot p strong {
		margin-right: 7px;
	}
	#price .desc-body-price td, .desc-body-price-default td {
		padding-left: 0 !important;
	}
	.ov-scroll {
		flex-direction:  column
	}
	td.chart {
		text-align-last: center;
	}
	table.desc {
		width: 100%;
	}
	.right-desc {
		width: 100%;
		padding-bottom: 25px;
	}
	.chartsmall td.chart {
		text-align-last: center;
		padding: 10px 0;
		padding-left: 0;
	}
	#history h2 {
		width: 600px;
	}
	.productheader {
		text-align: center;
	}
	.productheader span {
		font-size: 28px;
	}
	.manufacturer {
		overflow-x: scroll;
	}
	#placeholder, #placeholder2 {
		width: 800px !important;
	}
	
	#main_content h1 {
		margin-top: 0;
	}
	.ov-scroll .desc {
		flex-direction: column
	}
	.ov-scroll .desc-body {
		width: 100%;
	}
	.desc-header {
		width: 100%;
	}

#history {
    overflow-x: scroll;
}
}
@media (max-width: 400px) {
	#mark , #value, #datee {
		overflow-x: scroll;
	}
	.desc-body-price-default img 
	{
		width: 85px;
		height: 53px;
	}
	.desc-body-price-default .newegg {
		width: 90px;
		height: 40px;
	}
	.mob-hide { 
		display: none;
	}
	body td.value {
		display: none;
	}
	td.valuesmall {
		width: auto;
		min-width: 140px;
	}

	.desc-price a {
		padding: 10px 5px; 
	}
	.desc-header {
	
		text-align-last: center;
	}
	.left-desc-cpu p {
		width: 100%;
		flex-direction: row;
		padding-left: 0px;
	}
	.left-desc-cpu p  strong {
		margin-right: 7px;
	}
	.mobile-column {
		flex-direction: column !important;
	}
	.th.chart {
		text-align-last: center;
	}
	
}
