.ddoccontent {
	height: calc( 100% - 40px); /* 100% - h7 */
}

h1, h2, h3 {
	font-family: 'Roboto Condensed', sans-serif;
}

h1, h2 {
	margin-left: 50px;
	margin-right: 50px;
}

h3 {
	margin-bottom: 10px;
}

h3, p, table, ul, ol {
	margin-left: 100px;
	margin-right: 100px;
}

p {
	margin-bottom: 16px;
	text-indent: 50px;
	text-align: justify;
}

p + p {
	margin-top: -10px;
}
