.jqueryCookieModal {
    position: fixed;
    z-index: 99999999999;
    bottom: 0;
    width: 100%;
    background: #141414;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 16px;
    font-family: Arial, serif;
}

.jqueryCookieModal span {
    padding-right: 2%;
}

.jqueryCookieModal * {
    margin: 0;
}

.jqueryCookieModal .agree, .jqueryCookieModal .disagree {
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid;
    text-decoration: none !important;
    color: white;
}

.jqueryCookieModal a:hover {
    opacity: 0.8;
}

.jqueryCookieModal a {
    color: grey;
}

.jqueryCookieModal > div {
    line-height: 1.2;
    padding-right: 10px;
}

@media only screen and (max-width: 992px) {
    .jqueryCookieModal {
        flex-direction: column;
    }

    .jqueryCookieModal > div {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .jqueryCookieModal > div {
        padding-right: 0;
    }

    .jqueryCookieModal p {
        text-align: center;
        margin-bottom: 10px;
        padding-right: 5%;
    }

    .jqueryCookieModal span {
        padding-right: 5%;
    }
}
