.wpdigi-stes-dashboard-wrap div {
	box-sizing: border-box;
}
.wpdigi-stes-dashboard-header:after, .wpdigi-stes-dashboard-content::after {
	content: "";
	clear: both;
	display: table;
}


.wpdigi-stes-dashboard-content-left {
	border: 1px solid #CCC;
	border-radius: 5px;
	height: 100%;
	width: 19%;
	float: left;
}
.wpdigi-stes-dashboard-content-right {
	height: 100%;
	width: 80%;
	float: right;
}