body.wp-cookie-consent-cookie_consent_settings_page-php input[type="text"], 
body.wp-cookie-consent-cookie_consent_settings_page-php textarea {
    padding: 1em;
    width: 50%;
}
body.wp-cookie-consent-cookie_consent_settings_page-php textarea {
    height: 200px;
}
body.wp-cookie-consent-cookie_consent_settings_page-php label {
    line-height: 3em;
    padding: 1em;
}
.ccfd-instructions {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    margin: 20px 0;
    padding: 1.5em;
    width: 54.3%;
}
.ccfd-instructions h3 {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.ccfd-instructions h3.last {
    margin: 20px 0 10px 0;
}