.canvasjs-chart-credit {
	display: none;
}
.outer-chart {
	opacity: 0;
}
.tx_zpreishistorie.loaded .outer-chart {
	opacity: 1;
	display: none;
}
.tx_zpreishistorie.loaded .outer-chart.active {
	display: block;
}
.tx_zpreishistorie .flix-tabs {
  margin: 20px 0;
  text-align: center;
}

.tx_zpreishistorie ul.ftabs {
	padding: 0 0 40px;
	margin: 0;
}
.tx_zpreishistorie ul.ftabs li {
	display: inline;
	list-style: outside none none;
	float: left;
	padding: 0.7% 0 0.7% 0;
	width: 33.3%;
	background-color: #858688;
	border-right: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}

.tx_zpreishistorie ul.ftabs li.active {
	background-color: #e2001a;
}

@media (max-width:767px) {
	.tx-h-fairflixt ul.ftabs li {
		width: 100%;
		border-right: 0 none transparent;
		border-bottom: 1px solid #fff;
	}
}
