@charset "utf-8";
/* CSS Document */

.nav nav-tabs{
}

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

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	margin:2px;
	border-radius:0;
	border:2px solid #bdc3c7;
	color:#1F2329;
	font-weight:700;
	text-transform:uppercase
}

.nav-tabs > li > a {
   margin:2px;
	border-radius:0;
	border:2px solid #bdc3c7;
	color:#1F2329;
	font-weight:700;
	text-transform:uppercase
}
.nav-tabs>li>a {
	margin-right:0px;
	line-height:1.428571429;
	border:none
}

.nav-tabs>li>a:hover {
	border:none;
	background-color:white;
}