/* centre recaptcha */
.ginput_recaptcha > div {
margin: 20px auto 0 !important;
}
/*background*/
#cookie-notice {
background-color: #222 !important;
}
/*message colour*/
.cookie-notice-container {
color: #fff !important;
}
/*button*/
#cookie-notice .cn-button.wp-default {
color: #000 !important;
background-color: #fff !important;	
text-transform: uppercase !important;
margin-left: 20px;
}
.cn-close-icon {
display: none;
}