#cookie-law {
	width:100%;
    background:#555; 
	position:fixed;
	bottom:0;
	z-index:9999;
}
 
#cookie-law p { 
	padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #dadada;
    margin: 0;
}

button.btn.btn-primary.close-cookie-banner {
    margin: 0 0 0 10px;
}

span.iubendabox {
    position: relative;
    top: 7px;
    left: 4px;
    margin: 0 6px;
}