#cookie-consent-banner {
	position: fixed;
    bottom: 0;
	left:0;
    width: calc(100% - 20px);
    background-color: #252525;
    text-align: center;
    padding: 10px;
    z-index: 9999;
}

#cookie-consent-banner p {
    margin: 0;
    font-size: 13px;
    color: #b7b7b7;
    font-family: sans-serif;
}

#cookie-consent-banner a {
    color: #fff;
    margin: 0 10px;
    text-decoration: underline;
    cursor: pointer;
}
