.structs {
	float: left;
	margin-right: 0px;
	margin-bottom: 25px;
	width: 56%;
}
.struct_wrapper {
	margin-left: 0px;
	padding-left: 10px;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
}
.struct_label {
	padding-top: 15px;
	margin-left: 0px;
	margin-bottom: 25px;
	font-style: italic;
	font-size: 1.2em;
}
.struct_desc{
	padding-left: 50px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: hsla(0,0%,40%,1);
	font-size: 1.2em;
}
.hkb-article__content .ci-sidebar {
	width: 40%;
	margin-left: 4%;
	margin-bottom: 10px;
	overflow: hidden;
	float: right;
	border: #2f6291;
	border-style: solid;
	border-width: 2px;
	padding-left: 10px;
	padding-top: 10px;
	background: #f5f8fa;
	color: #1a1a1a;
}
@media screen and (max-width: 720px) {
	.hkb-article__content .ci-sidebar, .hkb-article__content .structs {
		width: 100% ;
		margin-left: 0px;
		float: none ;
		clear: both;
	}
	.hkb-article__content .ci-sidebar {
		margin-bottom: 25px;
	}
}
.hkb-article__content .ci-sidebar .ci-list {
	margin-left: 0px;
	padding: 0px;
}
.hkb-article__content .ci-sidebar .ci-list .ci-item {
	list-style: none !important;
	margin-left: 0px;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block  {
	list-style: none;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 25px !important;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-block-item  {
	list-style: none;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-section {
	list-style: none;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 25px !important;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-section .ci-section-item {
	list-style: none;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-section .ci-section-label {
	text-decoration: none;
	font-weight: bold;
}
.hkb-article__content .ci-sidebar .ci-list .ci-item .ci-label {
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-block-item .ci-block-label  {
	font-weight: bold;
	text-decoration: underline;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-block-item .ci-block-desc {
	margin-left: 5px;
	font-weight: normal;
	text-decoration: none;
}
.keyboard-shortcut-image {
	display: inline;
	vertical-align: middle;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-block-item .keyboard-shortcut {
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}
.hkb-article__content .ci-sidebar .ci-list .ci-block .ci-block-item > img {
	display: inline;
	vertical-align: middle;
}
a.create:after {
	color: #32a3cb;
	content: "\f040";
	margin-left: 3px;
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: super;
}
a.newlink {
	color: red !important;
	text-decoration: none;
	font-style: normal !important;
}
a.newlink:hover {
	text-decoration: underline;
}
a.wikilink {
	color: blue;
	text-decoration: none;
	font-style: normal !important;
}
a.wikilink:hover {
	text-decoration: underline;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(tablesorter\themes\blue\bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(tablesorter\themes\blue\asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(tablesorter\themes\blue\desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
	.mch {
		list-style: none;
		margin: 2px 0 0 !important;
		padding: 0 !important;
		font-size: 11px;
		line-height: 1;
	}
	.mch  li {
		float: left;
		margin: 0 0 0 5px;
		background: #ededed;
		padding: 5px 5px;
		border-radius: 3px;
		
	}
	.mch  li:first-child {
		margin-left: 0;
	}
	.mch .mch-usefulness {
		background: #9cc051;
		color: #fff;
	}
	.mch .mch-usefulness:before {
		display: inline-block;
		font-family: FontAwesome;
		margin-right: 3px;
	}
	.mch .mch-usefulness.mch-usefulness-good:before {
		content: "\f164";
		color: #fff;
	}
	.mch .mch-usefulness.mch-usefulness-bad {
		background: #d26a40;
	}
	.mch .mch-usefulness.mch-usefulness-bad:before {
		content: "\f165";
		color: #fff;
	}
	.version_box .version_text {
		margin-left: 10px;
	}
	.version_box {
		padding-bottom: 5px;
		margin-bottom: 15px;
		border-bottom: solid #dfe4e6 1px;
	}
	.entry-header {
		margin-bottom: 10px !important;
	}