#cookiesPanel #cookies_custom,
#cookiesPanel #AcceptCustom {
    display: none
}

#cookiesPanel {
    z-index: 9999;
    font-size: 14px;
    line-height: 1.3em;
    left: 0px;
    text-align: center;
    width: 100%;
    clear: both;
	background: url(bg.png) repeat center;
    z-index: 99999999999;
}

#cookiesPanel .ck_table {
    width: 100%;
}
#cookiesPanel .closebutton, #cookiesPanel .closebuttonPers, #cookiesPanel .closebuttonCustom {
    cursor: pointer;
    text-indent: 0;
    display: inline-block;
    text-align: center;
    padding: 0px 30px;
    opacity: 1;
}
#cookiesPanel .closebutton {
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-transform: uppercase;
}

#cookiesPanel .closebuttonCustom:hover,
#cookiesPanel .closebuttonPers:hover { text-decoration: underline }

#cookiesPanel .more_info_href {
    text-decoration: underline;
}

#cookiesPanelContent {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 100%;
    display: block;
}

#cookiesPanel .closebutton:active, #cookiesPanel .closebuttonPers:active, #cookiesPanel .closebuttonCustom:active {
    position: relative;
    top: 1px;
}

#cookiesPanel p {
    margin: 0;
    padding: 0;
}

#cookiesPanel .ck_table td.first {
    text-align: center;
}

#cookiesPanel .ck_table td.second {
    width: auto;
    vertical-align: middle;
    padding-right: 20px;
    text-align: left;
}

#cookiesPanel #cookies_custom label {
    font-weight: normal;
    cursor: pointer;
}


}

@media (min-width: 801px) {
    #cookiesPanel .closebutton, #cookiesPanel .closebuttonCustom {
        min-width: 250px;
    }
}

@media (max-width: 800px) {
    #cookiesPanel .ck_table td.first {
        display: flex;
        /* font-size: 1.2rem; */
    }

    #cookiesPanel #cookies_custom label {
        text-align: left;
    }

    #cookiesPanel .ck_table td.second {
        display: inline-block;
        text-align: center;
    }

    #cookiesPanel #AcceptAll {
        margin-bottom: 10px;
    }
}