.updated-privacy-policy-container {
	font-family: 'Roboto', 'Verdana', 'Arial', sans-serif;
	color: #333;
	padding: 0 20px;
	font-size: var(--fdfw-font-size-base, 16px);
}

.updated-privacy-policy-container h1 {
	font-size: 28px;
	font-weight: bold;
}

.updated-privacy-policy-container h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 3px;
}
.updated-privacy-policy-container h3 {
	font-size: var(--fdfw-font-size-base, 16px);
	margin-left: 1em;
}

.updated-privacy-policy-container .updated-privacy-policy-header {
	display: inline-block;
	border-bottom: 1px solid rgb(211, 211, 211);
	width: 100%;
	margin-bottom: 15px;
}

.updated-privacy-policy-container ul {
	list-style-type: none !important;
}

.updated-privacy-policy-container p {
	margin-top: 0px;
}
.updated-privacy-policy-container p a {
	text-decoration: underline;
}

.updated-privacy-policy-container p a:focus {
	outline: 2px solid var(--fdfw-c-primary-green, #4fa157);
}

.updated-privacy-policy-container .updated-privacy-policy-header-title {
	float: left;
}
.updated-privacy-policy-container .updated-privacy-policy-header-print {
	float: right;
	margin: 14px;
}