.nav-tabs {
	border: 0 none;
	position: relative;
	padding: 0 15px;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #eee;
}

.nav-tabs > li {
	margin: 0;
}

.tab-content {
	border-top: 1px solid #eee;
	padding-bottom: 30px;
}

.nav-tabs li {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.nav-tabs li.active {
	border-bottom: 3px solid #222;
}

.nav-tabs > li > a {
	margin: 0;
	padding: 13px 28px;
	border: 0 none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	border: 0 none;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	height: 48px;
	line-height: normal;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border: 0 none;}

.tab-contents {
	position: relative;
	margin-top: -1px;
}

.nav > li:not(.active) > a:hover {
	background-color: transparent;
}

.nav > li > a:focus {
	background-color: transparent;
}

.guest .tab-content {
	background-color: white;
}

.tab-content.tab-no-tabs {
	border-radius: 2px;
}

.tab-content.tab-no-background {
	background-color: transparent;
}

.tab-block {
	padding: 0 15px;
}