.blue-warning {
	padding: 20px;
	margin: 0px 20px 25px 20px;
	background-image: url("https://allegro.stati.pl/AllegroIMG/PSU-chart/bg_white.jpg");
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	width: auto;
	display: block;
	overflow: hidden;
}
.blue-warning p {
	font-size: 16px !important;
	padding-top: 0px;
	padding-bottom: 10px;
	color: black !important;
	text-shadow: 3px 3px 2px white;
}
.blue-warning .psu_chart {
	position: relative;
	top: 0;
	left: 0;
}
.psu_chart a {
	color: transparent;
}
.psu_chart img {
	margin: 0 !important;
	width: auto !important;
	border-radius: 0 !important;
}
.wykres_bg {
	position: relative;
	top: 0;
	left: 15%;
	width: 65%;
	z-index: 1;
	max-width: 65% !important;
}
.wykres_low {
	position: absolute;
	top: 21%;
	left: 18.1%;
	height: 15%;
	z-index: 0;
	max-width: 65% !important;
}
.link_wykres_low {
	position: absolute;
	top: 21%;
	left: 18.1%;
	height: 15%;
	width: 70%;
	display: inline-block;
	z-index: 2;
}
.wykres_mid {
	position: absolute;
	top: 44%;
	left: 18.1%;
	height: 15%;
	z-index: 0;
	max-width: 65% !important;
}
.link_wykres_mid {
	position: absolute;
	top: 44%;
	left: 18.1%;
	height: 15%;
	width: 70%;
	display: inline-block;
	z-index: 2;
}
.wykres_high {
	position: absolute;
	top: 67%;
	left: 18.1%;
	height: 15%;
	z-index: 0;
	max-width: 70% !important;
}
.link_wykres_high {
	position: absolute;
	top: 67%;
	left: 18.1%;
	height: 15%;
	width: 70%;
	display: inline-block;
	z-index: 2;
}
.psu_chart a.link_wykres_low:hover + .wykres_low {
	transform: scale(1.03);
	transform-origin: left center;
	transition: transform .2s;
}
.psu_chart a.link_wykres_low + .wykres_low {
	transform-origin: left center;
	transition: transform .2s;
}
.psu_chart a.link_wykres_mid:hover + .wykres_mid {
	transform: scale(1.03);
	transform-origin: left center;
	transition: transform .2s;
}
.psu_chart a.link_wykres_mid + .wykres_mid {
	transform-origin: left center;
	transition: transform .2s;
}
.psu_chart a.link_wykres_high:hover + .wykres_high {
	transform: scale(1.03);
	transform-origin: left center;
	transition: transform .2s;
}
.psu_chart a.link_wykres_high + .wykres_high {
	transform-origin: left center;
	transition: transform .2s;
}

@media screen and (max-width: 1000px) {
.wykres_bg {
	left: 0%;
	max-width: 100% !important;
}
.wykres_low {
	left: 4.5%;
	height: 13%;
	max-width: 100% !important;
}
.wykres_mid {
	left: 4.5%;
	height: 13%;
	max-width: 100% !important;
}
.wykres_high {
	left: 4.5%;
	height: 13%;
	max-width: 100% !important;
}
}