.bar {
  fill: rgba(104, 47, 238, 0.9);
  height: 30px;
  transition: fill .3s ease;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  -webkit-filter: drop-shadow( 2px 2px 2px black);
  filter: drop-shadow( 2px 2px 2px black);
}
.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;
}
.col-md-10 .game-bench-cp {
	background-image: url("https://allegro.stati.pl/AllegroIMG/benchmark-cpu/files/bg-game-bench-cp.jpg");
}
.game-bench {
	background-image: url("https://allegro.stati.pl/AllegroIMG/benchmark-cpu/files/bg-game-bench.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	display:inline-block;
	margin: 20px 0 10px 0;
}
.test-bench {
	background-image: url("https://allegro.stati.pl/AllegroIMG/benchmark-cpu/files/bg-test-bench.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	display:inline-block;
	margin: 10px 0 20px 0;
}

.game-bench  a, .test-bench a {
	text-decoration: none;
}
.game-bench h3, .test-bench h3 {
	font-weight: bold;
	color:white;
}
.game-bench .col-md-8, .test-bench .col-md-8 {
	padding-right:0px;
}
.game-bench .col-md-9, .test-bench .col-md-9 {
	padding-right:0px;
}
.game-bench .col-md-12:first-of-type, .test-bench .col-md-12:first-of-type {
	padding: 15px 0px 0px 0px;
}
.game-bench .col-md-12, .test-bench .col-md-12 {
	padding: 15px 0px 0px 0px;
}
.game-bench .col-md-12:last-of-type, .test-bench .col-md-12:last-of-type {
	padding: 15px 0px 0px 0px;
}
.game-bench .col-md-3, .test-bench .col-md-3 {
	text-align: center;
	padding: 0px 15px 25px 0px;
}
.game-bench .col-md-3 img, .test-bench .col-md-3 img {
	width:100%;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
}

@media only screen and (min-width: 900px) and (max-width: 1125px) {
	.game-bench, .test-bench, .game-bench-cp {
		background-image: none !important;
	}
	.game-bench .col-md-9:first-of-type, .test-bench .col-md-9:first-of-type {
		width: 100%;
	}
	.game-bench .col-md-3:last-of-type, .test-bench .col-md-3:last-of-type {
		display: none;
	}
}
@media only screen and (max-width: 899px) {
	.game-bench, .test-bench, .game-bench-cp {
		background-image: none !important;
	}
	.game-bench .col-md-3 img, .test-bench .col-md-3 img, .game-bench-cp .col-md-3 img {
		max-width: 250px !important;
	}
	.game-bench .col-md-3, .test-bench .col-md-3 {
		padding: 0px 0px 25px 0px;
	}
	.game-bench {
		margin-bottom: 0;
	}
	.test-bench {
		margin-top: 0;
	}
	.game-bench .col-md-3:last-of-type, .test-bench .col-md-3:last-of-type {
		display: none;
	}
}