#legal-page-create-selector .wpautoterms-legal-page {
    font-weight: 600;
}

#legal-page-container {
    background: none;
    padding: 0;
    margin: 0;
}

#legal-page-container .legal-page-inner {
    padding: 20px;
    border-radius: 4px;
}

#legal-page-container h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    padding: 0 0 29px 0;
}

.legal-pages-form-section,
.wpautoterms-form-group {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 26px;
}
.legal-pages-form-section h2,
.wpautoterms-form-group h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.legal-pages-form-section p,
.wpautoterms-form-group p {
    font-size: 16px;
    line-height: 26px;
}

.legal-pages-form-section p.input-note,
.wpautoterms-form-group p.input-note {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 5px;
}
.legal-pages-form-section p.text-small,
.wpautoterms-form-group p.text-small {
    font-size: 14px;
    line-height: 20px;
}
.legal-pages-form-section p.text-muted,
.wpautoterms-form-group p.text-muted {
    color: #666;
}
.legal-pages-form-section p.text-note,
.wpautoterms-form-group p.text-note {
    margin-top: 5px;
}

.legal-pages-form-section input,
.wpautoterms-form-group input {
    padding: 15px;
}

.legal-pages-form-section input.form-control,
.wpautoterms-form-group input.form-control {
    width: 75%;
}

.wpautoterms-notice-permanent-hide {
    float: right;
    margin: 0.5em 0;
    padding: 2px 0;
}
