ul,
li {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	border-radius: 8px 8px 0 0;
}

.abgne_tab {
	clear: left;
    width: 96%;
	margin: 2% auto 2% auto;
	font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
	/* border: 1px solid #000; */
}

ul.tabs {
	width: 100%;
	height: 52px;
	margin-bottom: -3px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	display: block;
	box-sizing: border-box;
}

ul.tabs li {
	width: calc(50% + 1px);
	float: left;
	height: 51px;
	line-height: 51px;
	overflow: hidden;
	position: relative;
	margin-left: -1px;
	border: 1px solid #999;
	background: #e1e1e1;
    box-sizing: border-box;
}

ul.tabs li a {
	display: block;
	padding: 0 20px;
	font-size: 1.2em;
	color: #000;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
}

ul.tabs li a:hover {
	background: #ccc;
}

ul.tabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabs li.active a:hover {
	background: #fff;
}

div.tab_container {
	width: 100%;
	padding: 24px 0 24px 0;
	/* margin-bottom: 96px; */
	clear: left;
	border: 1px solid #999;
	border-top: none;
	background: #fff;
	border-radius: 0 0 8px 8px;
	position: relative;
	display: block;
	box-sizing: border-box;
}

div.tab_container .tab_content {
}

div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}