.nav-tabs {
	border: 0 none;
	position: relative;
	z-index: 1;
	margin-top: 16px;
}

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

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

.nav-tabs li {
	border-bottom: 0 none;
}

.nav-tabs li.active {
	border-bottom: 0 none;
	border-radius: 0;
}

.nav-tabs > li > a {
	margin: 0;
	padding: 8px 16px;
	border: 0 none;
	border-radius: 0;
}

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

.tab-contents {
	position: relative;
}

.nav > li:not(.active) > a:hover {
	text-decoration: underline;
	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 16px;
}