<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2.tabsh2 {
 text-align: center;
 margin: -20px 0 40px 0;
 color: #333333;	
}

ul.tabs {
	list-style: none;
}

ul.tabs li {
	cursor: pointer;
}

.tab_last { }

.thumbhm {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.thumbhm img {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumbhm:hover .thumb_overlay {
  opacity: 1;
  background: rgba(142, 41, 52, 0.8);
}

ul.tabs li.active {
	/*display: block;*/
}

.tab_container {
	overflow: auto;
}

.tab_content {
	display: none;
}

.tab_drawer_heading { display: none; }

/*@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
	}
}*/</pre></body></html>