.tab-container {
	margin-left:20px;
	margin-right:20px;
}

.tab-container .etabs {
	right:92px;
	top:110px;
	position:relative;
}

.tab-container .etabs .tab {
	background:#eb7f26;
	border:none;
	box-shadow:inset 0 -5px rgba(0,0,0,0.5);
	border-radius: 0;
	width:350px;
	height:120px;
	position:absolute;
}

.tab-container .etabs .tab:active {
	box-shadow:none;
	height:115px;
	margin-top:5px;
}

.tab-container .etabs .tab.active {
	background:#f39c11;
	height:120px;
	padding:0;
	top:0;
	bottom:0;
	z-index: 10;
}

.tab-container .etabs .tab.active:active {
	box-shadow:none;
	height:115px;
	margin-top:5px;
}

.tab-container .etabs .tab a {
	text-decoration: none !important;
	color:#FFF;
}

.tab-container .panel-container {
	border:none;
	background:#2d3e50;
	border-radius:0;
	position: absolute;
	padding:0;
	top:205px;
	right:50px;
}