<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabs_default .tabcontainer {
	border: 1px solid #d9c1a1;
	padding: 20px;
	clear: both;
	margin-bottom: 20px;
}

.tabs_default .tab {
	list-style: none;
	padding: 0;
}

.tabs_default .tab li {
	display: inline;
	z-index: 0;
}

.tabs_default .tab li a {
	color: #80725e;
	float: left;
	display: block;
	padding: 8px 16px;
	position: relative;
	border-top: 1px solid #d9c1a1;
	border-left: 1px solid #d9c1a1;
	border-right: 1px solid #d9c1a1;
	margin-left: -1px;
	left: 1px;
	background-color: #ffffff;
	text-decoration: none;

	outline: none;
}

.tabs_default .tab li a.tabselected {
	background-color: #faf8f4;
	color: #80725e;
	border-top-color: #d9c1a1;
	border-left-color: #d9c1a1;
	border-right-color: #d9c1a1;
	z-index: 1;
}

.tabs_default .tab li a:hover {
	background-color: #faf8f4;
	color: #80725e;
	border-top-color: #d9c1a1;
	border-left-color: #d9c1a1;
	border-right-color: #d9c1a1;
	z-index: 2;
}

.tabs_default .tabareaclosed {
	display: none;
}

@media screen and (max-width: 1023px) {
	.tabcontainer {
		border-width: 1px 0 1px 0;
	}
	.tabcontainer {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.tabs_default .tabcontainer {
		border-left: 0;
		border-right: 0;
	}
}</pre></body></html>