.banner {
	padding: 12px;
	background-color: #fcf6cd;
	color: #f6a623;
	text-align: left;
	position: fixed;
	z-index: 2;
}
.banner__top {
	top: 0;
}
.banner__bottom {
	bottom: 0;
}

.special-button {
	color: white;
	background: grey;
	padding: 10px;
	border-radius: 10px;
	box-shadow: none;
	border: 0;
	cursor: pointer;
}

/*** chartjs ***/
.overlay-content {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
	// bottom: 0;
}
.pos-relative {
    position: relative;
}

.cus-chart {
    position: relative;
}
.cus-chart__left-label {
    position: absolute;
    left: -13px;
    top: 63px;
    font-size: 12px;
}
