.bar {
	height: 30px;
	transition: fill .3s ease;
	cursor: pointer;
	font-family: Nunito, sans-serif;
	filter: drop-shadow(0px 2px 2px black);
}
.intel_chart {
	fill: #0071c5;
}
.amd_chart {
	/*fill: #004375;*/
	fill: #0071c5;
}
.chart g.bar text {
    fill: white;
}
.chart g.bar text.fps {
    fill: white;
	font-weight:bold;
}
.chart:hover,
.chart:focus {
  .bar {
    fill: 
  }
}
.bar:hover,
.bar:focus {
  fill: #5D5D5D;
}
.test-bench {
	background-image: url("https://allegro.stati.pl/AllegroIMG/benchmark/cooling/bg.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	display:inline-block;
	margin: 10px 0 5px 0;
}
.test-bench a {
	text-decoration: none;
}
.test-bench h3 {
	font-weight: bold;
	color:white;
}
.test-bench .col-md-8 {
	padding-right:0px;
}
.test-bench .col-md-9 {
	padding-right:0px;
}
.test-bench .col-md-12:first-of-type {
	padding: 15px 0px 0px 0px;
}
.test-bench .col-md-12 {
	padding: 15px 0px 0px 0px;
}
.test-bench .col-md-12:last-of-type {
	padding: 15px 0px 0px 0px;
}
.test-bench .col-md-3 {
	text-align: center;
	padding: 30px 0px 25px 0px;
}
.test-bench .col-md-3 img {
	width:100%;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
}
.tdp_style {
	font-size: 1.2em;
	font-weight: 600;
}
.disclaimer {
    font-size: 0.6em !important;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
	.test-bench {
		background-image: none !important;
	}
	.test-bench .col-md-3 img {
		max-width: 250px !important;
	}
}