html {
	margin: 0;
}
#container-cookie {
    background: #fff;
	position: fixed;
    bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    left: 0;
    z-index: 9999;
    display: block !important;
	text-align: center;
	font-weight: normal;
	color: #000;
}
#banner-cookies {
    margin: auto;
	max-width: 900px;
    padding:10px;
	text-align: left;
}
#banner-cookies span {
    color:#ed1c24;
    font-weight:bold;
}
#banner-cookies a {
    color:#ed1c24;
    font-weight:bold;
}
#banner-cookies-text {
    float:left;
    line-height:15px;
    padding-bottom:10px;
    color: #000 !important;
}
#banner-cookies-close {
    float: right;
    right:10px;
    top:0;
    cursor: pointer;
}
#container-info-cookie {
	display: block;
	position: absolute;
	z-index: 99999999999999;
	background: #fff;
	width: 100%;
	top: 200px;
	padding: 10px;
	display: none;
	overflow: auto;
	font-weight: normal;
	color: #000;
}
#container-info-cookie-close {
	float: right;
	margin: 0px 0px 5px 5px;
	cursor: pointer;
}
