#page {
	padding-top: 50px;
}

#navigation > img {
	max-height: 80px;
	max-width: 100%;
}

/*#page > .col-group > nav, #page > .col-group > div {
	height: 100%;
	overflow-y: scroll;
}*/

#docs-content {
	margin-left: 250px;
	padding-left: 25px;
	padding-right: 10px;
}

#navigation {
	position: fixed;
	width: 250px;
	padding: 50px 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
}

#navigation ul {
	list-style: none;
	list-style-position: outside;
}

#navigation > ul {
	margin-top: 20px;
}

#navigation > ul > li {
	display: block;
	border: solid 1px rgb(230, 230, 230);
	border-radius: 5px;
	background: rgb(240, 240, 240);
	margin-bottom: 10px;
}

#navigation > ul > li > a {
	display: block;
	padding: 10px 10px;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}

#navigation > ul > li > ul {
	display: none;
	background: rgb(250, 250, 250);
}

#navigation > ul > li > ul > li {
	border-top: solid 1px rgb(240, 240, 240);
}

#navigation > ul > li > ul > li:first-child {
	border-top: none;
}

#navigation > ul > li > ul > li > a {
	display: block;
	padding: 5px 10px;
	color: inherit;
	text-decoration: none;
	line-height: 2;
	outline: none;
}

.section {
	border: solid 1px rgb(230, 230, 230);
	background: rgb(255, 255, 255);
	border-radius: 10px;
	margin-bottom: 25px;
}

h2 {
	font-weight: normal;
}

h3, h4 {
	margin-top: 1.75rem;
}

h3:first-child, h4:first-child {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	font-size: 1.1rem;
}

h4 {
	font-weight: bold;
	font-size: 0.9rem;
}

a {
	color: inherit;
	text-decoration: underline;
	hyphens: none;
}

a:hover {
	text-decoration: none;
}

a.see {
	color: rgb(200, 40, 40);
	text-decoration: none;
}

a.see:hover {
	text-decoration: underline;
}

.section > h2:first-child {
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: rgb(240, 240, 240);
	padding: 10px 20px;
}

.section > div.content, .subsection > div.content, .subsection > pre {
	padding: 20px;
}

pre {
	font-family: Courier, "Courier New", "sans-serif", monospace;
	font-size: 0.875rem;
}

.subsection {
	margin-top: 5px;
	border: solid 1px rgb(230, 230, 230);
	background: rgb(250, 250, 250);
	border-radius: 10px;
}

.section > .content > p, .subsection > .content {
	font-size: 0.875rem;
}

.subsection > .content pre {
	border: solid 1px rgb(220, 220, 220);
	background: rgb(255, 255, 255);
	padding: 5px 10px;
}

.subsection-title {
	margin: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: rgb(240, 240, 240);
	padding: 10px 20px;
}

.subsection-title > strong {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 25px;
	border: solid 1px rgb(200, 200, 200);
	padding: 10px;
	color: rgb(255, 255, 255);
	border-radius: 5px;
	background: rgb(175, 175, 175);
	font-weight: bold;
	font-size: 0.9rem;
}

.subsection-title > .api-endpoint {
	border: solid 1px rgb(200, 200, 200);
	background: rgb(250, 250, 250);
	padding: 5px 10px;
	font-family: Courier, "Courier New", "sans-serif", monospace;
	font-size: 0.875rem;
}

.content p > .api-endpoint {
	border: solid 1px rgb(220, 220, 220);
	background: rgb(255, 255, 255);
	padding: 5px 10px;
	font-family: Courier, "Courier New", "sans-serif", monospace;
	font-size: 0.875rem;
}

.subsection.get {
	border-color: rgb(217, 242, 255);
}

.subsection.get > .subsection-title {
	background: rgb(217, 242, 255);
}

.subsection.get > .subsection-title > strong {
	background: rgb(65, 173, 252);
	border-color: rgb(217, 255, 220);
}

.subsection.post {
	border-color: rgb(214, 255, 210);
}

.subsection.post > .subsection-title {
	background: rgb(214, 255, 210);
}

.subsection.post > .subsection-title > strong {
	background: rgb(54, 176, 64);
	border-color: rgb(214, 255, 210);
}

.subsection.put {
	border-color: rgb(255, 250, 228);
}

.subsection.put > .subsection-title {
	background: rgb(255, 250, 228);
}

.subsection.put > .subsection-title > strong {
	background: rgb(255, 202, 49);
	border-color: rgb(255, 250, 228);
}

.subsection.delete {
	border-color: rgb(255, 236, 234);
}

.subsection.delete > .subsection-title {
	background: rgb(255, 236, 234);
}

.subsection.delete > .subsection-title > strong {
	background: rgb(255, 95, 43);
	border-color: rgb(255, 236, 234);
}

ul.parameters {
	list-style: none;
	padding-left: 15px;
	font-size: 0.875rem;
}

ul.parameters > li {
	margin-bottom: 15px;
}

ul.parameters > li.indent {
	padding-left: 20px;
}

ul.parameters > li.indent-2 {
	padding-left: 40px;
}

ul.parameters > li > p > label {
	display: inline-block;
	font-weight: bold;
	width: 125px;
	margin-right: 10px;
	hyphens: none;
	word-wrap: break-word;
}

ul.parameters > li > p {
	padding-left: 135px;
	margin-top: 0.5rem;
}

ul.parameters > li > p:first-child {
	padding-left: 0;
	margin-top: 0;
}

ul.parameters.noindent > li > p {
	padding-left: 0;
}

ul.parameters > li > p > .api-endpoint {
	padding: 3px;
}

a[data-switch] {
	float: right;
	display: inline-block;
	color: rgb(14, 136, 240);
	text-decoration: none;
	font-weight: normal;
}
a[data-switch]:before {
	content: '[';
}
a[data-switch]:after {
	content: ']';
}

[data-toggle] {
	display: none;
}

[data-toggle] > p:first-child {
	margin-top: 1rem;
}