/* Tabs */

.tabsapi .tabsapiheader ul {
	display: flex;
	justify-content: center;
}

.tabsapi .tabsapiheader ul li:first-child a {
	border-left: #d2d2d2 1px solid;
}

.tabsapi .tabsapiheader ul li a {
	background: #fff;
	border-top: #d2d2d2 1px solid;
	border-right: #d2d2d2 1px solid;
	border-bottom: #d2d2d2 1px solid;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.tabsapi .tabsapiheader ul li.active a {
	background: #dddddd;
}

.tabsapi .tabsapicontent {
	clear: both; 
	padding: 15px 0 0 0;
}