.gdpr_checkbox
{
    margin: 10px 0;
}
.gdpr_more_link
{
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}
.gdpr_more_link:hover
{
    text-decoration: none;
}
.form-gdpr-main input[type='submit']
{
    padding: 0px 10px 0px 10px;
    background: url(../images/btn.png) repeat-x;
    height: 30px;
    border: 1px solid #dbdbdb;
    color: #4D4D4D;
}
#gdpr_submit:disabled
{
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
    background: url(../images/btn-disabled.png) repeat-x;
}