
.subdocument {
	margin-bottom: 2em;
	border-top: 4px solid #eee;
}

.subdocument h3 {
	margin-top: 0.5em;
}

.subdocument-with-image img {
	float: left;
}

.subdocument .subdocument-description {
	padding-right: 10px;	
	padding-bottom: 10px;
}

.subdocument-without-image .subdocument-description {
	padding-left: 10px;
}

.subdocument-with-image .subdocument-description {
	float: right;
	width: 255px;
}

.subdocswidecontent .subdocument {
	display: flex;
}

.subdocswidecontent .subdocument-with-image img {
	order: 1;
	width: calc(100%/3);
}

.subdocswidecontent .subdocument-with-image .subdocument-description {
	margin-left: 30px;
	order: 2;
	width: calc(100%/3 * 2);
}