.ab-cookie-advice {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: black;
    transition: all 0.5s ease-in;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: white;
    transform: translate(0,120%);
    width: 100%;
    z-index:9999999;
}


#ab-cookie-required, #ab-cookie-optional {
    margin-top: 1px !important;
}
.ab-cookie-advice-link {
    text-decoration: underline;
    color: black !important;
}

.ab-cookie-advice-accept-link {
    border: 1px solid #ffffff;
    padding: 5px;
    background-color: #00a300;
    font-weight:bold;
    color: #ffffff!important;
}

.ab-cookie-advice-show {
    display: block;
    transform: translate(0,0);
}

.ab-cookie-advice-hide {
    display: none;
}

.ab-cookie-advice-display-area {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ab-cookie-advice-welcome-text {
    max-width: 550px;
    margin: auto;
}

.ab-cookie-advice-explanation-text {
    border: 1px solid black;
    padding: 10px;
    max-width: 550px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-height: 250px;
    overflow-y: auto;
}

.ab-cookie-advice-options-table {
    padding: 0;
    font-size: 12px;
}

    .ab-cookie-advice-options-table tr td {
        padding-right: 10px;
    }

.ab-cookie-advice-welcome-text-title {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.ab-cookie-advice-welcome-options-area {
    padding: 10px;
    background-color: #bdbdbd;
    margin-top: 10px;
}

.ab-cookie-advice-invisible {
    display: none;
}

@media (max-width: 550px) {
    .ab-cookie-advice-welcome-text {
        padding: 10px;
    }

    .ab-cookie-advice-visible {
        display: none;
    }

    .ab-cookie-advice-invisible {
        display: block;
    }

    .ab-cookie-advice-accept-link {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .ab-cookie-advice-options-table {
        margin-bottom: 5px;
    }
}