#index-content ul {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}

#index-content ul li a {
	font-size: 13px !important;
	padding: 3px 5px;
	position: relative;
	display: block
}

.subItem {
	padding-left: 15px;
}

h2, h3 {
	margin: 0;
	padding-top: 50px;
	padding-bottom: 10px;
}

.help-content h1:before {
	content: "\A";
	width: 1px;
	height: 20px;
	display: block
}

.help-content h2:before {
	content: "\A";
	width: 1px;
	height: 14px;
	display: block
}

.help-content h3:before {
	content: "\A";
	width: 1px;
	height: 8px;
	display: block
}

.help-content h4:before {
	content: "\A";
	width: 1px;
	height: 5px;
	display: block
}

#index-content {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 42px;
	padding-top: 10px;
	max-height: 100vh;
	overflow-y: scroll;
	padding-bottom: 100px;
	z-index: 1;
}

#index-content-inner {
	background-color: white;
	padding: 10px;
}

#index-content.smallscreen {
	padding: 0;
}

#help-content {
	overflow-x: scroll;
}

#help-content blockquote {
	margin: 0 7px 0 5px;
	padding: 5px;
	background: rgba(127, 127, 127, 0.1);
	border-color: rgba(0, 122, 204, 0.5);
}