.d4p-gdpn-widget label {
    line-height: 24px;
    height: 24px;
    display: block;
}

.d4p-gdpn-widget select {
    width: 100%;
    background-color: #FFF;
}

.d4p-gdpn-widget input[type=text] {
    background-color: #FFF;
    padding: 4px;
    height: 27px;
}

.d4p-gdpn-widget h4 {
    margin: 10px 0 5px;
    text-decoration: underline;
    padding: 5px 0 0;
    border-top: 1px solid #888;
    font-size: 1.1em;
}

.d4p-gdpn-widget em {
    display: block;
    padding-left: 15px;
    font-size: 11px;
}

.d4p-gdpn-widget table {
    width: 100%;
}

.d4p-gdpn-widget table td {
    vertical-align: top;
}

.d4p-gdpn-widget table td.left {
    width: 49%;
}

.d4p-gdpn-widget table .splitter {
    width: 2%;
}

.d4p-gdpn-widget table td.right {
    width: 49%;
}

.d4p-gdpn-widget .copyright {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    font-size: 11px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}

.editor-styles-wrapper .d4p-gdpn-widget table {
    margin: 0 0 10px !important;
    border: 0 !important;
}

.editor-styles-wrapper .d4p-gdpn-widget table td {
    border: 0 !important;
}

.editor-styles-wrapper .d4p-gdpn-widget h4 {
    margin: 10px 0 0;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    border: 0 !important;
}