div.simpleWidgetStyle {	

}

div.simpleWidgetStyle .w-header {
	display:table;
	margin:10px 0 10px 0 ;
	width: 100%;
	height: 30px;
	overflow:hidden;	

}
div.simpleWidgetStyle .w-header h4 {
	font-weight:600;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

div.simpleWidgetStyle .w-header .w-title {
	display:table-cell;
}

div.simpleWidgetStyle .w-header .w-moreWrap {
	text-align:right;
	display:table-cell;
	vertical-align:bottom;}

div.simpleWidgetStyle .w-header .w-moreWrap a {
	font-weight:500;
	color:#16cad1;
	line-height: 30px;
	letter-spacing:-1px;
	font-size: 14px;
}
div.simpleWidgetStyle .w-header .w-moreWrap a:hover {
	text-decoration:underline;
}