#shaim_cks_main {
    width: 100%;
    display: block;
}

#shaim_cks_eu {
    width: 600px;
    height: fit-content;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#shaim_cks_eu .ck_table td.first {
    text-align: center;
    display: block;
}

#shaim_cks_eu .ck_table td.second {
    display: block;
    text-align: center;
    margin-top: 15px;
}

#shaim_cks_eu #shaim_cks_custom {
    margin-top: 30px;
}



@media (max-width: 768px) {
    #shaim_cks_eu {
        width: 100%;
    }

    .cookies_span_checkbox {
        display: block;
    }

}
