.tab-section .tab-button .button-description {
	display: none;
}

.tab-display-container {
	overflow: hidden;
}

.tab-display-container .details {
	margin-left: -200%;
	width: 100%;
	padding: 20px;
}

.tab-section .tab-button {
	float: left;
}

.tab-section .tab-button .button-name {
	padding: 10px 15px;
	cursor: pointer;
}

.button-name.tab-active {
}

.tab-section .tab-button .button-name p {
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
	font-family: 'Oswald';
	font-weight: 400;
}

.tab-section .tab-display-container {
	width: 100%;
	height: auto;
	min-height: 2px;

	position: relative;
	top:-2px;
	z-index: -1;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}