div#cookie-notice {
    min-width: 340px;

    max-width: 24em;
    left: 10px;
    bottom: 10px;
}

div#cookie-notice .cookie-notice-container {
    padding: 2em !important;
}

span#cn-notice-buttons {
    width: 100%;
    background-color: #003476 !important;
    padding: 10px 0;
    margin-top: 10px;
}

span#cn-notice-text .cookie-notice-container span#cn-notice-buttons a {
    color: #fff !important;
}

span#cn-notice-text {
    margin-bottom: 1em !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: left;
}

span#cn-close-notice {
    display: none !important;
}

a#cn-accept-cookie {
    color: #fff !important;
}