.jumbotron {
	margin-bottom: 30px;
}

.jumbotron .subtitle {
	font-size: 120%;
}

.jumbotron .labels {
	display: none;
}

.anchor-wrapper {
	position: relative;
}

.anchor {
	position: absolute;
	top: -190px;
	display: block;
}

.address {
	display: none;
}

.chapter-number, .chapter-title {
	display: table-cell;
}

.index {
	margin-left: 0;
}

.table-of-content h1 {
	background: #333;
	color: #fff;
	margin-bottom: 3px;
	text-shadow: none;
	padding: 3px 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.table-of-content .chapter-number {
	width: 45px;
}

.table-of-content ol {
	padding: 0;
	margin: 0 0 0 0;
}
.table-of-content ol ol {
	padding: 0;
	margin: 0 0 0 45px;
}

.table-of-content li {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.table-of-content li li { 
	margin: 5px 0 0 0;
}

.table-of-content li li li { 
	margin: 2px 0 0 0;
}

.table-of-content a {
	text-decoration: none;
	color: #000;
	display: inline-block;
}

.table-of-content a:hover,
.table-of-content a:focus {
	color: #cd0000;
}

.table-of-content li.level-1 > a {
	font-weight: bold;
}

.table-of-content .level-1 span.chapter-title {
	margin: 0 0 0 24px;
}

.table-of-content .level-2 span.chapter-title {
	margin: 0 0 0 20px;
}

.table-of-content .level-3 span.chapter-title {
	margin: 0 0 0 10px;
}
.table-of-content .level-4{
	display:none
}
.table-of-content .level-5{
	display:none
}

#footer {
	display: none;
}

.main-content {
	margin-left: 100px;
}

.main-content .chapter-number {
	width: 70px;
}

.main-content h1,
.main-content h2,
.main-content h3 {
	margin: 30px 0 20px;
	margin-left: -70px !important;
}

.main-content h1:first-child {
	margin-top: 0;
}

.main-content .header {
	margin-bottom: 10px;
}

.content-object {
	margin: 30px 0;
}

.caption {
	margin: 10px 0 0 10px;
}

.caption .label {
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-shadow: none;
	background-color: transparent;
	border-radius: 0;
	white-space: normal;
}

.main-content p {
	text-align: justify;
	hyphens: auto;
}

.content-object img {
	width: 100%;
}

.highlight {
	margin: 20px 0;
	padding: 15px 30px 10px 15px;
	border-left: 5px solid #eee;
}

.highlight-danger {
	background-color: #fcf2f2;
	border-color: #dFb5b4;
}

.highlight-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}

.highlight-warning {
	background-color: #fefbed;
	border-color: #f1e7bc;
}

.highlight .header {
	font-size: 130%;
}

.demo-data-set {
	width: 100%;
}

.method-label {
	font-weight: bold;
	margin: 6px 0 0 0;
}

.demo-data-set table  {
	border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.demo-data-table {
	width: 100%;
}

.demo-data-set table td {
	padding: 2px 0 6px 0;
}

.group-label {
	width: 35%;
	vertical-align: top;
}

.group-data {
	width: 65%;
}

.data-pair-label {
	width: 40%;
	display: inline-block;
}

.data-pair-value {
	width: 60%;
	display: inline-block;
}

.image img {
	display:block;
	margin: 5px 0 5px 0;
}

.caption .caption-number {
	font-weight: bold;
}

