.wctr_banner{
	position: relative;
	border: 2px dashed #c8c8c8;
	padding: 10px;
}
.wctr_banner ul{
	text-align:left;
	list-style:disc inside;
}
.wctr_banner_title{
	font-weight:bold;
	font-size:large;
	color:red;
}
.wctr_banner_watermark{
	position:absolute;
	right:5px;
	top:50%;
	opacity: 0.1;
	transform: rotate(330deg);
	-webkit-transform: rotate(330deg);
	-moz-transform: rotate(330deg);
	font-size:50px;
	color:#000000;
	font-family: fantasy;
	font-weight: bold;
	user-select: none; /* Non-prefixed version for chorme, opera and*/
	-ms-user-select: none; /* Internet Explorer, Edge */
	-moz-user-select: none; /* Firefox */
	-khtml-user-select: none; /* Konqueror HTML */
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
}
.pro{
	display: flex;
}
.pro:before {
	margin-right: 10px;
	width: 35px;
	height: 16px;
	content: "";
	background-image: url("../pro-badge-small.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.prolink{
	color: green;
	display: flex;
	background: none !important;
	border: none !important;
	float: right;
}
.prolink:hover{
	color: red;
}
.prolink::before {
	margin-right: 5px;
	width: 24px;
	height: 24px;
	content: "";
	background-image: url("../star.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.prolink::after {
	float: none;
}