/* .tabs */
/*.ggo-tabs{
	padding: 10px;
	margin: 0px;
	background-color: #eee;
	position: fixed;
	width:  100%;
	z-index: 100001;
	border-top: thin solid #ddd;
}*/

.ggo-tabs{
	display: -webkit-flex;
	display: flex;
	position: relative;
	background-color: #eee;
	left: -45px;
	bottom: -6px;
	width: calc(100% + 50px);
	margin:  0px;
}

.ggo-tabs >
.ggo-tab{
	/* display: flex; */
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.ggo-tabs >
.ggo-tab:hover{
	background-color: #ddd;
}

.ggo-tabs >
.ggo-tab >
a{
	/* padding: 10px; */
	margin: 0px;
	color: #333;
	text-decoration: none;
	/* height: 40px; */
	/* line-height: 40px; */
	display: block;
	/* flex: 1 1 auto; */
	text-align: center;
	font-weight: 700;
}

.ggo-tabs >
.ggo-tab >
a.active{
box-shadow: -4px 0px #2ECC71 inset;

color: #2ECC71;

box-sizing: border-box;
}

/* .tab-target */
.ggo-tab-target{
	display: none;
	position: relative;
	width: 99%;
	/*margin-top: 10px;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 55px;
}
