body {
	/*background-color: #EEE;*/
}

p {
	text-align: justify;
}

#container {
	margin:  10px;
	position: absolute;
}

#content {
	margin-left: 330px;
	margin-right: 30px;
	margin-bottom: 150px;
}

ul.sidenav {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 60px;
	width: 300px;
	background-color: #EFEFEE;
	padding-start: 0;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 0px;
	border-right: solid 1px #009ebb;
}

blockquote {
	font-size: 15px;
	font-style: italic;
}

a {
	color: #205a9c;
}
a:hover {
	color: #4478dd;
	text-decoration: none;
}

ul.sidenav li {
	display: block;
}

ul.sidenav li a {
	display: block;
	padding: 5px 8px;
}

ul.sidenav li.item {
	padding-left: 10px;
}

ul.sidenav li.item:hover {
	background-color: #FFF;
	border-radius: 7px;
}

ul.sidenav li.group a {
	color: #FFF;
}

ul.sidenav li.group {
	background-color: #398D9D;
	font-weight: bold;
	border: solid 1px none;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 7px;
}

.http-method.compact {
	padding: 0px;
}
.http-method.compact:before {
	margin-left: 3px;
	margin-right: 3px;
}

.http-method:before {
	content: attr(data-method);
	color: white;
	padding: 4px 1ex;
	margin-left: 1ex;
	margin-right: 1ex;
	border-radius: 6px;
	line-height: 110%;
	text-transform: uppercase;
}

.http-method {
	padding: 8px;
}

.http-method[data-method="get"]:before {
	background-color: #3a4;
}

.http-method[data-method="post"]:before {
	background-color: #45f;
}

.http-method[data-method="patch"]:before {
	background-color: #a55;
}

.http-method[data-method="put"]:before {
	background-color: #f80;
}

.http-method[data-method="delete"]:before {
	background-color: #d44;
}

.endpoint {
	position: absolute;
}

h1 {
	color: #444;
}

h2 {
	color: #444;
	padding-bottom: 4px;
	border-bottom: solid 3px #333;
}

h3 {
	color: #444;
	padding-bottom: 3px;
	border-bottom: solid 2px #555;
}

h4 {
	padding-bottom: 2px;
	border-bottom: solid 1px #DEDEDD;
}

#copyright div {
	position: absolute;
	  top: 50%;
	    left: 50%;
		  transform: translate(-50%, -50%);
	text-align: center;
}

#copyright {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	background-color: #DEDEDD;
	color: #444;
	font-weight: bold;
	border-top: solid 1px #009ebb;
}

*[data-marker]:before {
	box-sizing: border-box;
	color: white;
	display: inline-block;
	padding: 4px 1ex;
	border-radius: 4px;
	margin-right: 4px;
	min-width: 1.6em;
	text-align: center;
}

*[data-marker="required"]:before {
	content: "!";
	background-color: #d44;
}

*[data-marker="path"]:before {
	content: "P";
	background-color: #45f;
}

*[data-marker="query"]:before {
	content: "Q";
	background-color: #3a4;
}

*[data-marker="header"]:before {
	content: "H";
	background-color: #d5d;
}

*[data-marker="body"]:before {
	content: "B";
	background-color: #f80;
}

td p:last-child {
	margin-bottom: 0px;
}
