ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
  transform: translateY(1px);
}

ul.tabs li {
	float: left;
	margin: 0 2px 0 0;
	cursor: pointer;
	padding: 0.5rem 1rem;
	line-height: 1;
  border: 1px solid #E9E9E9;
	background-color: #E9E9E9;

	overflow: hidden;
	position: relative;
}

.tab_last {

}

ul.tabs li:hover {
	background-color: #E0E0E0;
}

ul.tabs li.active {
	background-color: #FCFCFC;
  border-top: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #FCFCFC;
}

.tab_container {
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
  border: 1px solid #E9E9E9;
  background-color: #FCFCFC;
}

.tab_content {
	padding: 1rem;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {

		background-color: #E9E9E9;
		margin: 0;
		padding: 0.5rem 1rem;
		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 {
		background-color: #FCFCFC;
	}
}
