/*удаляет карму и ранг*/
#usertabl table table tr td:nth-of-type(10), 
#usertabl table table tr td:nth-of-type(4) {
	display: none;
}
/*удаляет минус репутации в сообщениях*/
.bad_post{
	display: none;
}
/*желаемый размер картинки*/
USERPOST img, .usermsg .imgpost, .USERPOST object, .USERPOST iframe {
	max-height: 100vh;
	max-width: 100% !important;
}
#usertabl>table>tbody>tr>td>.font1>tbody>.font1>td {
	color: #000000;
	font-size: 15px;
	line-height: 20px;
}
}
#usertabl table table tr td:nth-of-type(4) {
	display: none;
}
#usertabl table table tr td:nth-of-type(10) {
	display: none;
}
div.toolboxcontent{
	width:100%;
	FONT: 20px 'Lucida Grande', Verdana, sans-serif;
	LINE-HEIGHT: normal;
	FONT-VARIANT: normal;
	font-weight: 1200px;
}
.imgpost[src*="qip.ru"] {
	display: none;
}
.gallery {
position: relative;
display: inline-block;
}
.gallery::before {
content: "\1F50D"; /* значок лупы 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; }