.bots-name {
	font-size:14px;
	line-height:14px;
}
.bots-forum {
	font-weight: bold;
}
.bots-agent {
	font-size:11px;
	line-height:12px;
}
.bots-visits {
	position: absolute;
	right:6px;
	font-size: 24px;
	margin: -2px 4px 0 0;
	padding: 0;
}
#stoker-botspage ul.forums li.row dl.bots-item {
	display: flex;
	align-items: center;
}
#stoker-botspage li.header dt {
	margin-right: -300px; overflow:hidden;
}
#stoker-botspage li.header dt .list-inner {
	margin-right: 300px; overflow:hidden;
	width:100%;
}
#stoker-botspage ul.topiclist dt {
	margin-right: -300px; overflow:hidden;
}
#stoker-botspage ul.topiclist dt .list-inner {
	margin-right: 300px; overflow:hidden;
	width:100%;
}
.botsnothing {
	font-size:20px;line-height:26px;
}
.bots-pagination {
	margin-bottom: 4px;
}
dl.bots-item {
	background-repeat: no-repeat;
}
dl.bots-item:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-style:solid;
	font-size:36px;
	content: "\f17b";
	background-image: linear-gradient(360deg, violet, indigo, blue, green, yellow, orange, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 12px;
}