/* Section divider size modification */
.captionOuterContainer .captionContainer .fieldBody h4 {
    font-size: 17px;
}

/* CSS code to remove "Recurring Payments" text in application gadget */
.levelRecurring {
display:none;
}