#shaim_cks {
    z-index: 9999;
    font-size: 14px;
    line-height: 1.3em;
    font-family: "Arial";
    left: 0px;
    text-align: center;
    width: 100%;
    clear: both;
}

#shaim_cks .ck_table {
    width: 100%;
}

#shaim_cks .closebutton {
    cursor: pointer;
    text-indent: 0;
    display: inline-block;
    font-family: "Arial";
    font-size: 15px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    padding: 0px 30px;
    opacity: 1;
}

#shaim_cks .more_info_href {
    text-decoration: underline;
}

#shaim_cksContent {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 100%;
    display: block;
}

#shaim_cks .closebutton:active {
    position: relative;
    top: 1px;
}

#shaim_cks p {
    margin: 0;
    padding: 0;
}

#shaim_cks .ck_table td.first {
    text-align: center;
}

#shaim_cks .ck_table td.second {
    /* width: 80px; */
    width: auto;
    vertical-align: middle;
    padding-right: 20px;
}

@media (max-width: 800px) {
    #shaim_cks .ck_table td.first {
        display: block;
    }

    #shaim_cks .ck_table td.second {
        display: inline;
    }
}