/* Styling for Tabs. See also ../js/module-tabs.js
*/
/* Container: */
.m-tabs {
	
}

/* Actual tabs: */
.tabs {
	
}
.no-js .tabs {
	display: none;
	visibility: hidden;
}

/* Container for all "content" sections: */
.tabs-content-group {}
.tabs-content-group .tab-current {
	display: block;
}

/* Individual tab "content" section: */
.tab-content {
	display: none;
}
.no-js .tab-content {
	display: block;
	margin-bottom: 1em; /* or whatever */
}