.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
    padding: 1em;
    display: flex;
    color: #222;
    justify-content: space-between;
    z-index: 200;
    opacity: 0.95;
    transition: opacity 0.75s ease-out;
    align-items: center;
    flex-direction: column;
}
.accepted {
    opacity: 0;
}

.cookie-alert-notice {
    display: flex;
    /* align-items: center; */
    margin: 0.5em 0;
}

.cookie-notive-link {
    /* margin: 0 .5em; */
    display: inline-block;
    white-space: nowrap;
}

.cookie-notice-button {
    min-width: 100px;
    margin: 0 0 0 1em;
}
#error_message {
    color: red;
}