@media (max-width: 767px) {
	body {
		padding: 0;
	}
	.tabbable.responsive .nav-pills {
		font-size: 16px;
	}
	.tabbable.responsive .nav-pills ul {
		margin: 0;
	}
	.tabbable.responsive .nav-pills li {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box; 
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
				box-sizing: border-box; 
		display: inline-block; 
		width: 100%; 
		height: 44px;
		line-height: 44px; 
		padding: 0 15px;
		border: 1px solid #ddd;
		overflow: hidden;
	}
	.tabbable.responsive .nav-pills > li > a {
		border-style: none;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.tabbable.responsive .nav-pills > li > a:hover {
		border-style: none; 
		background-color: transparent;
	}
	.tabbable.responsive .nav-pills > li > a:active,
	.tabbable.responsive .nav-pills > .active > a,
	.tabbable.responsive .nav-pills > .active > a:hover {
		border-style: none;
	}
}

.tabbable.responsive .nav-pills > li > a.tab-control,
.tabbable.responsive .nav-pills > li > span.tab-control-spacer {
	float: left;
	width: 36px;
	height: 36px;
	margin-top: 4px;
	font-size: 56px;
	font-weight: 100;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background: #444;
		-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
				border-radius: 18px;
	}
.tabbable.responsive .nav-pills > li > a.tab-control.right,
.tabbable.responsive .nav-pills > li > span.tab-control-spacer.right {
	float: right;
}
.tabbable.responsive .nav-pills > li > a.tab-control:hover {
	color: white;
	background: #333;
}
.tabbable.responsive .nav-pills > li > span.tab-control-spacer {
	line-height: 28px;
	color: transparent;
	background: transparent;
}