.coockie-notification-block {
    align-items: center;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    color: rgb(131, 131, 145);
    background-color: rgb(237, 239, 245);
    opacity: 1;
    transition: opacity 1s ease;
    left: 0;
    right: 0;
    bottom: 0;
}

.coockie-notification-button-wrapper {
    display: flex;
    align-items: center;
    align-content: space-between;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#coockie-notification-button {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    flex: 1;
    min-width: 140px;
    color: rgb(255, 255, 255);
    background-color: rgb(75, 129, 232);
    border-color: transparent;
    touch-action: manipulation;
}

#coockie-notification-desc {
    flex: 1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
