/**
 * [[Category:Template style pages]]
 */
.template-tabs {
	margin: 1em 0;
	overflow: hidden;
}
.template-tabs-tab {
	display: inline-block;
	margin-right: 1em;
}
.template-tabs-tab a,
.template-tabs-tab span {
	color: inherit;
	border-bottom: 7px solid #a2a9b1;
	cursor: pointer;
	display: inline-block;
	font-size: larger;
	opacity: .5;
	padding: .5em;
	text-decoration: none;
}
.template-tabs-tab .selflink,
.template-tabs-tab .active {
	font-weight: normal;
	opacity: 1;
}
.template-tabs-content {
	margin: 1em 0;
}
.template-tabs-content ~ .template-tabs-content {
	display: none;
}

@media print {
	.template-tabs-tab {
		display: none;
	}
	.template-tabs-content ~ .template-tabs-content {
		border-top: 7px solid #a2a9b1;
		display: block;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.