<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

*:focus {outline: none;}
/* fade */
.jbox-fade{background-color:#000000;}
/* drag */
.jbox-drag{border:1px dashed #0097d4;}
/* jbox */
div.jbox {padding:0px;border:none;font-size:12px;}

div.jbox .jbox-container{background-color:rgba(0,0,0,0.8);border-radius: 4px}

div.jbox .jbox-content{min-height:24px;line-height:18px;color:#ffffff;}

div.jbox span.jbox-icon:before{
	content: '!';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #E6A23C;
	text-align: center;
	line-height: 20px;
	position: relative;
	top: 5px;
	left: 5px;
	font-size: 16px;
}</pre></body></html>