.ln-tabs {
	position: relative;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
	color: #333;
	border-radius: 0px;
	background-color: #ffffff;
	border: 0px solid #d0d0d0;
	padding: 0px;
}

.ln-tabs-header {
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	min-height: 0;
	font-weight: bold;
	border-radius: 0px;
	border: 0px;
	color: #ffffff;
	margin: 0;
	padding: 0.2em 0.2em 0;
	background-color: #ffffff;
	border-bottom: 1px solid #c0c0c0;
}

.ln-tabs-header::before {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ln-tabs-header::after {
	content: "";
	display: table;
	border-collapse: collapse;
	clear: both;
}

.ln-tabs-header-item {
	cursor: pointer;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 0.2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ln-tabs-header-item:hover {
	border: 1px solid #fbcb09;
	background-color: #fdf5ce;
	font-weight: bold;
	color: #c77405;
	border-bottom-width: 0;
}

.ln-tabs-header-item.active {
	background-color: #3F85F7;
	background-image: none;
	border-color: #1B52DC;
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ln-tabs-header-item-name {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.ln-tabs-header-item.active .ln-tabs-header-item-name {
	color: #ffffff;
}

.ln-tabs-body-item {
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ln-tabs-body-item:not(.active) { display: none; }