<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SITE5 WORDPRESS THEME TABS */
ul.tabs {
	margin: 0px !important;
	padding: 0px !important;
	float: left;
	list-style: none;
	height: 31px;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	background: #EFEFEF !important;
	padding:0 !important;
	overflow: hidden;
	position: relative;
	border: 1px solid #EFEFEF;
	border-radius:  0;
    border-bottom: none;
	margin-right: 2px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #FFFFFF;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #FFFFFF !important;
}

.tab_container {
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: 0;
	background:#FFFFFF;
}
.tab_content {
    padding: 20px;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #FFFFFF;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}</pre></body></html>