#cookie-notice{
    background: #fff;
    position: fixed;
	z-index:2;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

#cookie-notice-content {
	max-width: 1170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

#cookie-notice-btn {
	padding: 5px 25px;
	color:#fff;
	background-color:#E8833F;
	border-color:#E8833F;
}
#cookie-notice-btn:hover {
	color:#fff;
	background-color:#000;
	border-color:#000;
}

#cookie-notice-text {
	margin:0px;
	padding:0px;
	color: #000000;
    font-size: 0.9em;
}