body.woocommerce_page_wc-settings .nav-tab-wrapper a {
    font-weight: bold !important;
}

.wc-deposits-options-form a {
    text-decoration: none;
}

.wc-deposits-options-form table.form-table th {
    width: 350px;
}

.wc-deposits-options-form .wcdp-payment-plans {
    line-height: 28px;
}

.wc-deposits-options-form .deposit-options {
    border-radius: 8px;
}

.wc-deposits-options-form .switch-toggle {
    height: 36px;
}

.wc-deposits-options-form .switch-toggle label {
    line-height: 32px;
}

.wc-deposits-options-form table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0 0 1px;
    font-size: .9em;
    text-indent: initial;
    margin-block-end: 15px;
    width: 100%;
}

.wc-deposits-options-form table tr:first-child th {
    font-size: 1em;
    border: 1px solid hsla(0, 0%, 50%, .502);
    border-block-start: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
}

.wc-deposits-options-form table td,
.wc-deposits-options-form table th {
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 12px !important;
    vertical-align: top;
}

.wc-deposits-options-form table tbody > tr:nth-child(odd) > td,
.wc-deposits-options-form table tbody > tr:nth-child(odd) > th {
    background-color: hsla(0, 0%, 50%, .071);
}