#cookie-notice {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    /* max-width:450px; */
    margin: auto;
    /*border: 1px solid #eee;*/
    background-color: rgba(50,50,58,1);
    box-shadow: 0 0 .25rem rgba(0,0,0,.05);
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    color: #fff
}

.cookie-notice-text {
  padding: 0.8rem 2rem;
}

.cookie-notice-buttons {
  margin: 0 0 15px;
}

.cookie-notice-button {
    background-color: #00a99d;
    letter-spacing: .25px;
    margin: 0 0 0 5px;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
}

.cookie-notice-button:hover {
    background-color: #00a99d;
    letter-spacing: .25px;
    margin: 0 0 0 5px;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
}

.cookie-notice-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    outline: 0;
    cursor: pointer
}

.cookie-notice-close:hover {
    opacity: 1
}

.cookie-notice-close:after,.cookie-notice-close:before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: grey
}

.cookie-notice-close:before {
    transform: rotate(45deg)
}

.cookie-notice-close:after {
    transform: rotate(-45deg)
}
