/****************************************************************************************/
h1 {
	line-height: 4rem;
}

img {
	max-width: 100%;
}
/****************************************************************************************/
*:not(span).emphasize {
	font-weight: bold;
}

span.emphasize {
	color: #c7000b;
}
.button {
	padding: 4px 10px 3px 10px;
	color: white;
	background-color: #c7000b;
	border-radius: 3px;
	display: inline-block;
}
/****************************************************************************************/
.text,
.help-list .body {
	line-height: 2.7rem;
}

.text p:not(:first-child) {
	margin-top: 20px;
}
/****************************************************************************************/
*:not(:first-child) > .help-list {
	margin-top: 50px;
}

.help-list > li:not(:first-child) {
	margin-top: 50px;
}

.help-list .header {
	padding-bottom: 8px;
	font-size: 2rem;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.help-list .body > * {
	margin-top: 15px;
}

.paragraph,
.help-list .body p:not(:first-child) {
	margin-top: 20px;
}

.help-list .body .sub {
	padding: 20px;
}
.help-list .body .sub ul {
	margin-left: 19px;
	list-style: disc;
}
.help-list .body .sub li:not(:first-child) {
	margin-top: 5px;
}
/****************************************************************************************/
