.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
 }
.clearfix:after{
clear: both;
}

.tabs_kit_container > section {
	padding: 1em 0;
	font-size: 1.25em;
	min-height: 100%;
}

@media screen and (max-width: 30em) {
	.tabs_kit_container > section {
		padding: 2em 0;
	}
	
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:active {
  outline: 0;
}