.bar_sm {
  fill: rgba(104, 47, 238, 0.9);
  height: 30px;
  transition: fill .3s ease;
  cursor: pointer;
  font-family: Lato, sans-serif;
}
.bar {
  fill: rgba(107, 107, 107, 0.9);
  height: 30px;
  transition: fill .3s ease;
  cursor: pointer;
  font-family: Lato, sans-serif;
}
.chart g.bar text, .chart g.bar_sm text {
    fill: white;
}
.chart g.bar text.fps, .chart g.bar_sm text.fps {
    fill: white;
	font-weight:bold;
}
.chart:hover,
.chart:focus {
  .bar {
    fill: 
  }
}
.bar:hover,
.bar:focus {
  fill: #b7b9b9;
}
.bar_sm:hover,
.bar_sm:focus {
  fill: #46209e;
}
.paste-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: 20px 0 10px 0;
}
.paste-bench  a {
	text-decoration: none;
}
.paste-bench h3 {
	font-weight: bold;
	color:white;
}
.paste-bench .col-md-8 {
	padding-right:0px;
}
.paste-bench .col-md-9 {
	padding-right:0px;
}
.paste-bench .col-md-12:first-of-type {
	padding: 15px 0px 0px 0px;
}
.paste-bench .col-md-12 {
	padding: 15px 0px 0px 0px;
}
.paste-bench .col-md-12:last-of-type {
	padding: 15px 0px 0px 0px;
}
.paste-bench .col-md-3 {
	text-align: center;
	padding:0px 15px 25px 0px;
}
.paste-bench .ico_sm {
	width: 100px !important;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	border-radius: 0px !important;
}
.paste-bench .ico_temp {
	width: 105px !important;
	margin-top: -10px !important;
	margin-bottom: -10px !important;
	border-radius: 0px !important;
	
}
.disclaimer {
	font-size: 0.6em !important;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.paste-bench {
		background-image: none;
	}
	.paste-bench .col-md-3 img {
		max-width: 250px !important;
	}
}