.wst.widgetstyle {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 0.5rem;
}

.wst.widgetstyle .wst.title {
	position: relative;

	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0 15px;
	
	line-height: 45px;
	vertical-align: middle;
	
	background: #F8F8F8;
	border-bottom: 1px solid #E8E8E8;
}

.wst.widgetstyle .wst.title span {
	font-size: 14px;
	font-weight: 600;
}

.wst.widgetstyle .wst.title ion-icon {
	position: relative;
	top: -1px;

	margin-right: 5px;
}

.wst.widgetstyle  .wst.title .wst.more {
	position: absolute;
	top: 8px;
	right: 8px;

	display: inline-block;
	box-sizing: border-box;
	width: auto;
	padding: 8px 12px;

	background:  #5F7567;
	border-radius: 0.25rem;

	color: #FFF;
	font-size: 12px;
	font-weight: 500;

	line-height: 1;
	text-decoration: none;
}

.wst.widgetstyle .content {
	box-sizing: border-box;
	width: 100%;
}
