
span.wiki_moderation {
    float: right;
}
.wiki_moderation a i {
    color: #606060;
    display: inline-block;
    margin-right: 5px;
}

span.wiki_moderation img {
    max-height: 1.3em;
    width: auto;
}
span.wiki_content {
	clear: both;
    margin: 5% 10% 2% 10%;
    display: block;
}

span.wiki_content img {
	max-width: 100%;
	height: auto;
}

span.wiki_content hr {
	margin: 0;
	padding: 0;
}

span.boxwrap_content {
	display: inline-block;
	width: 99%;
}

/* list menu */
ul.listmenu {
    list-style: none;
 }

.listmenu li {
    margin: 0;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    height: auto;
    width: auto;
}


ul#wikihistory i {
    color: #606060;
    margin-left: 6px;
}

.wiki_page .btn { margin: 2px;}
.wiki_page .btn a {text-decoration: none;}

/* code syntax highlight  */
pre.prettyprint span {
    display: inline-block;
    float: left;
}
pre.prettyprint {
    display: block;
    background-color: #232425 !important;
    border: 1px solid #161616;
}

.darkmode .whitebox {
    background: #2d2e2f;
    margin: 0;
    border: 1px solid #404040;
    padding: 5px;
}