@media (min-width: 670px) {
    .cky-consent-container {
        left: 50% !important;
        right: inherit !important;
        margin-left: -220px !important;
        bottom: inherit !important;
        top: 50% !important;
        margin-top: -100px;
    }
}
.cky-overlay{
    z-index:9999!important
}
/* TABLE DESIGN */
.cky-cookie-audit-table th {
    background-color: #efece8!important;
    border: 1px solid #e0e2e6!important;
}

.cky-cookie-audit-table td {
    border: 1px solid #e0e2e6!important;
}
.cky-cookie-audit-table tr:nth-child(2n + 1) td {
    background: #efece83b!important;
}