span#cn-notice-text {
    font-family: "Akkurat-Light";
    font-weight: normal;
}

.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: 100%;
}

#cn-accept-cookie {
    margin-left: 10px;
    position: absolute;
    right: 10px;
    bottom: 2px;
    background-color: #ef3340;
    padding: 7px 14px;
    border-radius: 20px;
}


.cn-notice-text a {
    color: #fff;
    text-decoration: underline;
}