
/*** T3SB identifier: tabs_wcag_css */

/* Hide all tab panels by default - manual activation only */
.tab-pane {
	display: none !important;
}

.tab-pane.active.show.tab-open {
	display: block !important;
}


