#cookies-message {
    display: none;
	padding: 1rem;
	line-height: 22px;
	border-top: 1px solid #d8d8d8;
	border-left: none;
	border-right: none;
	border-bottom: none;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background-color: #e6e6e6;
	width: 100%;
	z-index: 999;
    left: 0;
}

#accept-cookies-checkbox {
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    
    margin-bottom: 0;
	margin-left: 0.5rem;
    padding: 0.7rem 1rem;
}