/* Betaalmodule - Openstaande betalingen */
table[data-name="section_summary"] td.cell {
    padding-bottom: 0;
}

table[data-name="section_summary"] .cell input[type=text] {
    float: left;
    text-align: right;
    width: 80px;
}

table[data-name="section_summary"] .cell label {
    padding: 6px 0;
}

table[data-name="section_summary"] tr:last-child td.cell:first-child div {
    border-top: 1px solid black;
}

table[data-name="section_summary"] td .control::before {
    float: left;
    padding: 6px 0;
}

table[data-name="section_summary"] td.crmquickform-cell .control::before {
    content: '';
}

.ccp_paymenturl {
    display: none;
}

.ccp_paymenturl input {
    display: none;
}

.child-navigation {
    display: none;
}

table.section.totalamount-class div {
    float: left;
}

table.section.totalamount-class div.control {
    clear: none;
}

table.section.totalamount-class div.info {
    width: 200px;
}
/* End Openstaande betalingen */