.cc_dialog.simple {
    right: 20px !important;
    bottom: 20px !important;
    max-width: 530px !important;
    position: fixed !important;
    border-radius: 9px;
	background-color: #f2f2f2 !important;
	padding: 35px !important;
}
.cc_dialog .cc_dialog_headline{
	font-family: 'Ropa Sans';
	font-size: 21px !important;
    font-weight: normal !important;
    text-transform: uppercase;
	color: #111 !important;
}
.cc_dialog button.cc_b_ok:active, .cc_dialog button.cc_b_ok, .dark.cc_dialog button.cc_b_ok {
    background: #4caf50 !important;
	color: white !important;
	font-family: 'Ropa Sans';
	font-weight: normal;
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background: #4caf50 !important;
}
.cc_dialog button.cc_b_cp{
	font-family: 'Ropa Sans';
	font-weight: normal;
}
.cc_dialog .cc_dialog_text {
    font-size: 14px !important;
	font-family: 'Roboto';
	color: #111 !important;
}
