body {
	position: relative;
	padding-top: 40px;
}

.body-spacer {
	padding-top:40px;
}

section > .page-header {
	color: #5a5a5a;
}

.clear-navbar {
	margin-top: 40px;
}

.btn:focus {
	outline: none;
}

.spacer {
	height: 1em;
}

.page-header {
	margin: 0;
}

.description {
	padding-bottom: 9px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
}

.api-list-container {
	border-color: #d3d3d3;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.nav-collapse .nav {
    padding: 5px 0px;
}

.nav-header {
	text-transform: none;
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
	background-color: #d3d3d3;
}

.textarea-code {
	resize: vertical;
	padding: 9.5px 2.5px 9.5px 9.5px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.valuesRow {
    width:90%;
    margin-left:20px;
}

div.valuesRow div{
    border: 1px solid grey;
}

.indentfour {
    text-indent:50px;
}

.indentfive {
    text-indent:80px;
}

.indentsix {
    text-indent:100px;
}

.indentseven {
    text-indent:120px;
}

.indenteight {
    text-indent:120px;
}

.indentten {
    text-indent:180px;
}

.indenteleven {
    text-indent:240px;
}