
.cookie-bar-bar button#catapultCookie {
	margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cookie-bar-bar .use_x_close .x_close {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

html.has-cookie-bar.cookie-bar-top-bar {
	margin-top: 30px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}
#catapult-cookie-bar {
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	direction: ltr;
	padding: 15px 20px;
	z-index: 99999;
	overflow: hidden;
	text-align:left;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	    text-align: center;
    font-family: lato, arial, san-serif;
    font-size: 11px;
}

#catapult-cookie-bar a {
    color: #dd3333;text-decoration:none;
}
	#catapult-cookie-bar {
		box-sizing: border-box;
		max-height: 0;
		opacity: 0;
		z-index: 99999;
		overflow: hidden;
		color: #000000;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #efefef;
	}
	#catapult-cookie-bar a {
		color: #dd3333;
	}
	#catapult-cookie-bar .x_close span {
		background-color: #ffffff;
	}
	button#catapultCookie {
		background:#a8a8a8;
		color: #ffffff;
		border: 0; padding: 6px 9px; border-radius: 3px;
	}
	#catapult-cookie-bar h3 {
		color: #000000;
	}
	.has-cookie-bar #catapult-cookie-bar {
		opacity: 1;
		max-height: 999px;
		min-height: 30px;
	}