




#cookie-warning {
    bottom: 0;
    position: fixed;
    left: 0;
	background: rgba(42, 73, 126, 0.8);
    color: #fff;
    width: 100%;
    min-height: 46px;
    text-align: center;
    padding: 1.5rem 0;
    display: none;
    box-shadow: 0px 1px 3px #666;
    z-index: 10000;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

#cookie-acc {
	background: #000;
	padding: .3rem 1rem;
	color: #fff;
	/* margin-left: 1rem; */
	/* position: absolute; */
	bottom: 1.5rem;
	left: 0;
	right: 0;
	width: 4rem;
	margin: 0 auto;
	cursor: pointer;
	font-weight: bold;
}