body {
	background-color: #fff;
	font-family: 'archivo', sans-serif;
	color: #000;
	line-height: 1.5;
	margin: 20px 0;
	padding: 40px;
}

.wd_standard-detail {
	display: flex;
	flex-wrap: wrap;
}
.wd_standard-detail .wd_imagetable {
	flex-basis: 25%;
	margin: 0 20px 0 0!important;
}
.wd_standard-detail .wd_imagetable img {
	width: 100%;
}
.wd_standard-detail .wd_inner {
	flex-basis: calc(70% - 40px);
}
.wd_standard-detail .wd_toolbar {
	flex-basis: 100%;
	clear: both;
}