.tab-content>.tab-pane, .pill-content>.pill-pane {
	display: block !important;
	/* undo display:none */
	height: 0 !important;
	/* height:0 is also invisible */
	overflow: hidden !important;
	/* no-overflow */
}

.tab-content>.active, .pill-content>.active {
	height: auto !important;
	/* let the content decide it */
}
