final StyleSet oneOptionalSpaceNoLine = StyleSet.withImmutableStyles(//
styles.oneSpace(), styles.noLineBreak());
final StyleSet oneSpaceOneOptionalLine = StyleSet.withImmutableStyles(//
styles.oneSpace(), styles.lineBreaks(0, 0, 1, true, true));
DomCSS css = super.get();
css.addRules(
// RESOURCE
// Resource expression with single titled body, should allow body to have title on same line
// so, no line break, but one space here
Select.and(inASingleBodiesResourceWithTitle, Select.whitespaceAfter(resourceLeftCurlyBracket)) //
.withStyles( //