.cookie-dialog-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.cookie-dialog-wrapper.hidden {
    display: none;
}

.cookie-dialog {
    width: 100%;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    padding: 30px 20px 20px 20px;
    opacity: 0.8;
}

.cookie-dialog * {
    color: white;
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 13.2px
}

.cookie-dialog-content {
    text-align: center;
    font-size: larger;
}

.cookie-dialog-actions {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

/* BUTTONS */

.cookie-dialog-ok, .cookie-dialog-cancel {
    cursor: pointer;
    background: green;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 0;
    font-family: "Eurostile LT W04 Demi1459094";
    line-height: 16px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 150px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    -moz-user-select: none;
    box-sizing: border-box;
    border: 0;
}

.cookie-dialog-ok {
    background: green;
}

.cookie-dialog-cancel {
    background: rgb(0, 86, 219);
}

.tdLabel {
    display: none;
}

.tdInput {
    float: left;
}

.footer {
    bottom: 1em;
    height: 1em;
    padding-left: 20%;
    padding-right: 1%;
    padding-top: 30px;
    clear: both;
    position: relative;
    left: 0px;
    right: 0px;
}
