#cookies-notice{
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 10000;
	
	
    
}

#cookies-notice div:first-child{
    max-width: 920px;
    margin: 0 auto;
    padding: 1em;
    background: rgba(255, 255, 255, 0.83);
    border-radius: 12px 12px 0 0;
}

#cookies-notice div+div{
    float: left;
}

#cookies-notice p{
    text-align: center;
    padding: 1em 0 0 0;
    margin: 0;
}

#cookies-notice a:hover{
}

#cookies-notice img{
	float: left;
    max-width: 70px;
}


#cookies-notice p:after {
  content: "";
  display: table;
  clear: both;
}



#cookies-notice-close{height:25px;width:25px; border-radius:6px; display:block;  color: #0033FF;    background: #FFCC00; float:right;}
#cookies-notice-close:hover{background-position: 0 -30px;}
#cookies-notice-close span{}
