body .alert-cookie {
    background: none repeat scroll 0 0 #e5e9e9;
    border-bottom: 1px solid #c1c6c6;
}
.alert-cookie-inner {
	position: relative;
	padding: 10px 35px 10px 10px;
	text-align: center;
}
.alert-cookie-inner p { margin: 0; }
.alert-cookie .alert-cookie-inner span:first-child a {
    color: #005FAF;
    }
.alert-cookie #close-headband-cookie.close {
    background: none repeat scroll 0 0 #005faf;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    opacity: 1;
    padding: 4px;
    right: 12px;
    text-align: right;
    text-decoration: none;
    }
