
/* Remove margin below the Estimator tab only when active */
#estimator-tab.nav-link.active {
    margin-bottom: 0 !important;
}
/* Remove top margin from estimator tab content area */
#estimator.tab-pane {
    margin-top: -1.5rem !important;
}
