/* HTML to PDF Converter — settings page layout */

.html2pdf-settings .html2pdf-section {
    max-width: 900px;
    margin: 20px 0;
    padding: 4px 24px 20px;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.html2pdf-settings .html2pdf-section > h2 {
    margin: 0 -24px 8px;
    padding: 16px 24px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
}

.html2pdf-settings .html2pdf-section > .section-intro {
    margin-top: 12px;
    color: #646970;
}

.html2pdf-settings .form-table th {
    width: 180px;
}

.html2pdf-settings .html2pdf-margins label {
    width: 60px;
    display: inline-block;
}

.html2pdf-settings .html2pdf-margins > div {
    margin-bottom: 6px;
}

.html2pdf-settings .html2pdf-checkbox-list label {
    display: inline-block;
    margin: 0 16px 4px 0;
}

.html2pdf-settings #html2pdf_test_result {
    margin-left: 8px;
    font-weight: 600;
}

.html2pdf-settings .html2pdf-code {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 12px;
    overflow: auto;
}

.html2pdf-settings .html2pdf-help p {
    margin: 12px 0;
    font-size: 14px;
}

.html2pdf-settings .html2pdf-credit {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e0e0e0;
    color: #646970;
    font-size: 13px;
}
