.section-tabs ul.tabs {
	list-style: none;
	margin:0;
	padding:0;
}

.section-tabs ul.tabs li {
	display: inline-block;
    color: #858585;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    padding: 1rem 2rem;
    font-weight: 500;
	transition: color 0.2s ease;
}

.section-tabs ul.tabs li:hover {
	background-color: #ECF3F4;
}
	
.section-tabs ul.tabs li.active {
	color:#202124;
	background-color: #fff;
	border-bottom: none;
}

.section-tabs ul.tabs li.active:hover {
	background-color: #f5f5f5;
}

.section-tabs ul.tabs li .count {
	color: #888;
	padding-left: 0.5em;
}

.section-tabs .box {
	display: none;
	padding: 0;
	margin-top: 14px;
}

.section-tabs .box.active {
	display: block;
}

.lang-en #tab_acts, .lang-de #tab_acts, .lang-zh #tab_acts, .lang-en #tab_orders, .lang-de #tab_orders, .lang-zh #tab_orders, .lang-en .section-tabs .box.active#box_acts, .lang-de .section-tabs .box.active#box_acts, .lang-zh .section-tabs .box.active#box_acts {
    display: none !important;
}

.section-tabs .box h2 {
	margin: 0 0 1.5rem 0;
	font-size: 1.3em;
}
