tab-view {
	display: block;
	text-align: center;
}

tab-view tab-header {
	display: block;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 0.7em;
	margin-bottom: 0.3em;
	text-align: left;
}

tab-view tab-header tab-title {
	display: inline-block;
	padding: 0.6em;
	border-radius: 0.34em;
}

tab-view tab-header tab-title:not(:first-child) {
	margin-left: 0.2em;
}

tab-view tab-header tab-title:active {
	background-color: rgba(0, 0, 0, 0.08);
}

tab-view tab-header tab-title.selected {
	background-color: #FFFFFF;
	font-weight: bold;
}

tab-view tab-header tabs-container {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.08);
	border-radius: 0.5em;
	padding: 0.24em;
}

tab-view tab {
	display: inline-block;
	padding: 0.7em;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}