[data-rend~="underline"] {
	text-decoration: underline;
}
[data-rend~="underline-x2"] {
	text-decoration: underline;
	text-decoration-style: double;
}

[data-rend~="strikethrough"] {
	text-decoration: line-through;
}

[data-rend~="sup"] {
	vertical-align: super;
	font-size: .64em;
}

[data-rend~="subscript"] {
	vertical-align: sub;
}

[data-rend~="none"] {
	display: none;
}

[data-rend~="left"] {
	text-align: left;
}
[data-rend~="right"] {
	text-align: right;
}
[data-rend~="center"] {
	text-align: center;
}

[data-rend~="indent"] {
	padding-left: 2em;
}
[data-rend~="noindent"] {
	text-indent: 0 !important;
	padding-left: 0 !important;
}

[data-rend~="space_before"] {
	margin-bottom: 1em !important;
}
[data-rend~="space_after"] {
	margin-top: 1em !important;
}

[data-rend~="small"] {
	font-size: .8em !important;
}
[data-rend~="smaller"] {
	font-size: .64em !important;
}

[data-rend~="big"] {
	font-size: 2em !important;
}
[data-rend~="bigger"] {
	font-size: 2.5em !important;
}

[data-rend~="sc"] {
	font-variant: small-caps !important;
}

[data-rend~="no_space_before"] {
	margin-top: 0 !important;
}
[data-rend~="no_space_after"] {
	margin-bottom: 0 !important;
}
