/*удаляет карму и ранг*/
#usertabl table table tr td:nth-of-type(10), 
#usertabl table table tr td:nth-of-type(4) {
	display: none;
}
/*удаляет минус репутации в сообщениях*/
.bad_post{
	display: none;
}
div.toolboxcontent{
	width:100%;
	FONT: 20px 'Lucida Grande', Verdana, sans-serif;
	LINE-HEIGHT: normal;
	FONT-VARIANT: normal;
	font-weight: 1200px;
}
.gallery {
	position: relative;
	display: inline-block;
}
.gallery::before {
	content: "\1a1aae";
	/* значок лупы U+1F50D взято отсюда https://unicode-table.com/ru/blocks/miscellaneous-symbols-and-pictographs/ */
	position: absolute;
	display: block;
	bottom: 10px;
	right: 6px;
	font-size: 18px;
	color: rgba(255,255,255,0.75);
	border-radius: 100px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	filter: invert(0.2);
	-webkit-filter: invert(0.2);
}
.gallery:hover::before {
	color: rgba(255,255,255,0.9);
	transition: 0.2s;
}.wrapper>.editor.ace_editor{font-size: 16px; line-height: 20px; }