<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.display-toggle{
	display: none;
}

.stk_display{
	padding: 0;
	min-height: 170px;
	max-height: 250px;
	width: 655px;
	border: 1px solid #DDD;
	background-color: #FFF;
	margin: 15px auto 0 auto;
	line-height: 0;
}

.stk_display .stk_body{
	border-top:1px solid #DDD;
	/*width: 100%;*/
}

.stk_display .stk_head{
    box-sizing: border-box;
}

.stk_display .stk_head&gt;ul&gt;li{
	float: left;
	position: static;
	background: #e9ebee;
}

.stk_display&gt;.stk_head&gt;ul&gt;li.sticker_icon{
	display:inline-block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #EEE;
	line-height: 40px;
	color: #A0A0A0;
}

.stk_display&gt;.stk_head&gt;ul&gt;li:nth-child(n+2){
	border-left: 1px solid #bababa;
}

.stk_display&gt;.stk_head&gt;ul&gt;li.sticker_icon a{
	text-decoration: none;
	color: #A0A0A0;
}

.stk_cmt .sticker_pack, .stk_cmt_reply .sticker_pack{
	padding: 0;
	margin: 0;
	display: inline-block;
}
.sticker_pack&gt;li{
	display: inline;
}

.sticker_pack div&gt;img{
	width:40px;
	height:40px;
	object-fit: cover;
}

.stk_display&gt;.stk_body{
	padding: 3px;
}

.stk_display&gt;.stk_body&gt;ul{
	overflow-y:auto;
	min-height: 160px;
	max-height: 200px;
}

.stk_display&gt;.stk_body&gt;ul&gt;li{
	display: inline;
}
.stk_display&gt;.stk_body&gt;ul&gt;li&gt;a{
	display: inline-block;
	background-size: cover;
	background-position: 50% 50%;
	width: 90px;
	height: 90px;
	margin: 3px;
	border-radius:3px;
}
</pre></body></html>