<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpstb-block-wrap {
	display: none;
	top: 0;
	right: 0;
	left: 0;
	z-index: 110;
}

.wpstb-block {
	position: relative;
	display: table;
	padding: 10px 10px 0 10px;

	margin: 0 auto;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 0 0 10px 10px;
}

.wpstb-block__close {
    position: absolute;
    right: -40px;
	top: 0px;
	z-index: 10;
	
	display: inline-block;
    transition: all .3s ease-out;
    cursor: pointer;
	font-size: 30px;
}

.wpstb-block-conten {
	
}</pre></body></html>