.blue{
	font:italic bold 14px Arial !important;
	color: #244881;
}
.left{
	float: left;
	display: block;
	margin: 0 25px 25px 0;
}
.cookie-consent__banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	z-index: 9999;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.cookie-consent__accept {
	border-radius: 8px;
	border: 2px solid cornflowerblue;
	color: #101828;
	cursor: pointer;
	padding: 10px 30px;
}

.mytabs_wrap {
	z-index: 1;
}