.panel-append{
	background:transparent !important;
}
.tab-content{
	background:#fff;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}	
.nav-tabs > .active > a{
	background:#fff !important;
	border:2px solid #fff;
	margin-bottom:-2px;
	border-color:#fff;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.nav-tabs > li > a{
	background:rgba(255,255,255,.6);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.xs-full-height {
	height:130% !important;
}
.nav-tab-append{
	margin-right:10px;
}
