body {
	font-family: 'Be Vietnam Pro', sans-serif;
	margin: 16px 32px 80px;
	max-width: 8in;
}

header {
	display: flex;
	align-items: center;
}

header img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin-right: 16px;
}

h1 {
	margin: 4px 0 4px 0;
	font-size: 24px;
}

h3 {
	margin: 24px 0 8px;
	font-size: 18px;
}

h4 {
	color: #2f86a6;
	margin: 16px 0 0 0;
	font-weight: 500;
}

section {
	margin-left: 16px;
}

section p {
	margin-top: 0;
	margin-bottom: 8px;
}

p.note {
	color: #888;
}

a {
	color: #1c6dd0;
	font-size: 14px;
}

.button {
	color: #1c6dd0;
	font-size: 16px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.button:hover {
	text-decoration: underline;
}

.button.active {
	color: #222;
	text-decoration: none;
}

.page-break {
	page-break-after: always;
}

@media print {
	.no-print {
		display: none !important;
	}
}

@media not print {
	.no-screen {
		display: none !important;
	}
}

.horz {
	display: flex;
	align-items: center;
}

.horz img {
	margin-right: 4px;
	width: 16px;
}

.horz.gap-md > * {
	margin-right: 4px;
}

.mt-md {
	margin-top: 4px;
}

.muted {
	color: #999;
}

button {
	background-color: #7367f0;
	color: #fff;
	font-size: 14px;
	padding: 8px 16px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
