body > html .clearfix{
	overflow: hidden;
}
#layerCookies {
    background: #D8D8D8;
    color: #003E8B;
    line-height: 28px;
    margin: 0;
    min-height: 28px;
    padding: 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index:2;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7); 
}
#layerCookies .close, #layerCookies a, #layerCookies em {
    display: inline-block;
    float: center;
}
#layerCookies p {
    margin: 0 auto;
    max-height: 23px;
    overflow: hidden;
    padding: 2px 0 0;
}
#layerCookies em {
    font-size: 13px;
    font-style: normal;
    line-height: 23px;
    color: #000000;
}

#layerCookies a {
    color: #0477B8;
    text-decoration: none; 
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    padding-left: 3px;
}

#layerCookies .close {
	margin:0 20px;
	line-height:14px;
	background:#45AE52;
	border:none;
	color: #dddddd;
	padding:4px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}