.sticky-footer-cookie-info {
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 1;
    color: #999;
    font-size: 16px;
    background-color: #ffffff;
    padding: 1em 1.8em;
    width: 100%;
    z-index: 10000000000;
    line-height: 30px;
    border: 2px solid #000;
}

.sticky-footer-cookie-info a {
    color: #000000;
    font-size: 16px;
}

.sticky-footer-cookie-info .cookie-info-button {
    padding: 9px 30px;
    color: #000000 !important;
    font-size: 16px;
    background-color: #ffffff;
    float: right;
    line-height: 12px;
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 0;
}
