
.template .block {
	margin-bottom: 20px !important;
}
.template .table {
	margin-bottom: 20px !important;
}
.template .table tbody > tr > td,
.template .table thead > tr > th {
	font-weight: normal !important;
	padding: 10px 15px !important;
}
.template .table th > a,
.template .table th > a:hover,
.template .table th > a:focus,
.template .table th > a:active,
.template .table td > a,
.template .table td > a:hover,
.template .table td > a:focus,
.template .table td > a:active {
	text-decoration: underline dotted;
	color: #333;
}
.template pre.prettyprint {
	border: 1px solid #ddd !important;
	border-radius: 0px !important;
	tab-size: 50px !important;
	padding: 10px !important;
}
.template .well {
	border-radius: 0px !important;
	background: #fff !important;
	box-shadow: none !important;
}
.template .block .well {
	padding: 10px 20px 10px 20px !important;
	border: 1px solid #eee !important;
}
.template .fa-angle-right {
	margin-right: 5px;
}
.template #affix.nav {
	border: 1px solid #eee !important;
	border-bottom: none !important;
}
.template #affix.nav .nav {
	display: none;
}
.template #affix.nav > .active > .nav {
	display: block;
}
.template #affix.nav > .active > .nav > .active > .nav {
	display: block;
}
.template #affix li a {
	font-family: 'Roboto', sans-serif !important;
	color: #333;
}
.template #affix li.active > a {
	font-weight: 500;
}
.template #affix li li a {
	padding-left: 30px !important;
}
.template #affix li li li a {
	padding-left: 45px !important;
}
.template #affix.affix,
.template #affix.affix-top {
	position: static;
}
@media (min-width: 979px) {
	.template #affix.affix-top {
		position: static;
		margin-top: 0px;
		width: 275px;
	}

	.template #affix.affix {
		position: fixed;
		top: 20px;
		width: 275px;
	}
}
.template .nav-pills > li > a {
	border-bottom: 1px solid #eee !important;
	border-radius: 0px !important;
}
.template .nav-pills > li.active > a,
.template .nav-pills > li.active > a:hover,
.template .nav-pills > li.active > a:focus {
	background-color: #fff !important;
	color: #333 !important;
}
.template .nav-pills > li {
	float: none;
}
.template .nav-pills > li + li {
	margin: 0px !important;
}