#wgc-payment-gateway label {
    font-weight: 400;
    display: inline;
}

#wgc-payment-gateway .save-for-later-use {
    margin-left: 25px;
    margin-top: 5px;
}

#wgc-payment-gateway #wgc-payment-gateway-fields{
    padding-bottom: 1em;
}

#wgc-payment-gateway #wgc-payment-gateway-fields div > input {
    margin: 0 8px 0 0;
}

#wgc-payment-gateway .save-for-later-use-message {
    margin-top: 5px;
}

#wgc-payment-gateway .red{
    color: red;
}

#wc-elavon-converge-gateway-cc-form{
    display: none;
}

table.woocommerce_subscriptions_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

table.woocommerce_subscriptions_table th, table.woocommerce_subscriptions_table td{
    padding: 1em;
}

table.woocommerce_subscriptions_table td{
    border-top: 1px solid rgba(0, 0, 0, .1);
    line-height: 1.5em;
}