div.tabbed {
	width:100%;
}

div.tabbed .tab-legend {
	display:flex;
	flex-wrap:nowrap;
}

div.tabbed .tab-legend > div {
	text-align:center;
	border-bottom:solid 4px #aab9c1;
}

div.tabbed .tab-legend > div.active {
	border-color:#007dc3;
}

div.tabbed .tab-legend.two > div {
	width:50%;
}

div.tabbed .tab-legend.three > div {
	width:33.3%;
}

div.tabbed .tab-legend.four > div {
	width:25%;
}

div.tabbed .tab-legend > div.active {
	
}

div.tabbed .tab-content {

}

div.tabbed .tab-content > div {
	display:none;
}
div.tabbed .tab-content > div.active {
	display:block;
}