#main {
	padding-top: 10px;
	padding-bottom: 5em;
}

#content {
	overflow: hidden;
	line-height: 1.9;
	xmax-width: 40em;
}

#content h2 {
	font-size: 22px;
	font-weight: 300;
	margin-top: 1.2em;
}

#content h3 {
	font-size: 17px;
	font-weight: 600;
}

#content ul li {
	margin: 1em 0;
}

#content ol li {
	margin: 0.3em 0;
}

#content a {
	text-decoration: underline;
}

#content img {
	border: 1px solid rgba(0,0,0,0.1);
	margin-left: 50%;
	transform: translateX(-50%);
	margin-bottom: 2em;
	margin-top: 1em;
	max-width: 100%;
}

table.parameters th {
	padding: 10px 25px 10px 0;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 90%;
	color: #aaa;
	text-align: left;
}

table.parameters td {
	padding: 10px 25px 10px 0;
	border-bottom: 1px solid #ddd;
}

table.parameters td:first-child {
	font-family: monospace;
}

table.parameters tr:last-child td {
	border: none;
}

pre {
	margin-top: 8px;
}

code {
	border: 1px solid #e5e5e5;
	display: block;
	background: white !important;
	border-radius: 1px;
	padding: 3px 6px;
	font-size: 12px;
}

code.parameter {
	display: inline-block;
	padding: 0px 6px;
}

/*----------------------------------------------*/

#help-toolbar {
	padding: 20px 0;
	background: rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#help-toolbar input,
#help-toolbar button {
	height: 40px;
	box-sizing: border-box;
	outline: none;
	vertical-align: top;
}

#help-toolbar input {
	padding: 5px 10px;
	width: 80%;
	border: 1px solid #ccc;
}

#help-toolbar input:focus {
	border: 1px solid #aaa; 
}

#help-toolbar button {
	width: 20%;
}

/*----------------------------------------------*/

#main h1 {
	margin-bottom: 0;
	line-height: 1.4;
}

/*----------------------------------------------*/

#categories {
	float: left;
	margin: 25px 65px 0 -10px;
	line-height: 2.4;
	border-right: 1px solid #e8e8e8;
}

#categories a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	position: relative;
	outline: none;
	padding: 0 42px 0 12px;
	box-sizing: border-box;
}

#categories a:hover {
	color: rgb(45, 113, 164);
}

#categories > li:not(.page_item_has_children) {
	display: none;
}

#categories > li > a {
	font-size: 16px;
	font-weight: 700;
	color: #555;
	margin-bottom: 5px;
	display: inline-block;
	pointer-events: none;
	border-bottom: 1px solid #e8e8e8;
}

#categories .children .children li a {
    padding-left: 24px;
    padding-left: 24px;
    font-size: 12px;
    color: #777;
}

#categories ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#categories li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#categories li > a:hover {
	background: rgba(0,0,0,0.03);
	color: rgb(45, 113, 164);
}

#categories li.current_page_item > a {
	background: rgb(45, 113, 164) !important;
	color: white !important;
}

/*----------------------------------------------*/

#content .crayon-theme-github {
	margin-bottom: 50px !important;
}

#content .crayon-theme-github .crayon-pre {
	padding: 10px 8px !important;
}

/*----------------------------------------------*/

@media (max-width: 991px) {
	#main {
		display: flex;
		flex-direction: column;
	}

	#categories {
		order: 2;
		margin-top: 3em;
		border-right: none;
		margin: 3em 0 0 0;
	}
}

/*----------------------------------------------*/

#help-front {
	text-align: center;
	padding-top: 3em;
}

#help-front h2 {
	font-size: 20px;
	color: rgba(0,0,0,0.7);
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 30px;
}

#platforms .platform {
	display: inline-block;
	width: 180px;
	box-sizing: border-box;
	margin: 25px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	padding: 30px 0;
	border-radius: 3px;
}

#platforms .platform:hover {
   background: rgba(0,0,0,0.7);
}

#platforms a.platform {
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: white;
}

#platforms .platform img {
	height: 60px;
}

#platforms .platform label {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	cursor: inherit;
}

/*----------------------------------------------*/

#breadcrumbs {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#breadcrumbs .breadcrumb {
	color: #888;
}

#breadcrumbs .breadcrumb:last-child {
	color: #333;
}

#breadcrumbs .separator {
	margin: 0 2px;
	color: #666;
}

/*----------------------------------------------*/

.search-results {
	
}

.search-result h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.search-result hr {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.search-result:first-child hr {
	display: none;
}