
#privacy h3 {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
	font-weight: bold;
}
#privacy p {
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
	margin-top: 4px;
}
#privacy .row+.row {
	margin-top: 16px;
}
#privacy ol {
	list-style: decimal;
	margin: 8px 1em 0 1.4em;
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
	color: #777;
}

@media screen and (min-width: 768px)
{
	#privacy h3 {
		font-size: 20px; font-size: 2.0rem;
		line-height: 28px; line-height: 2.8rem;
	}
	#privacy p {
		font-size: 14px; font-size: 1.4rem;
		line-height: 24px; line-height: 2.4rem;
		margin-top: 4px;
	}
	#privacy .row+.row {
		margin-top: 24px;
	}
	#privacy ol {
		margin: 8px 0 0 1.4em;
		font-size: 14px; font-size: 1.4rem;
		line-height: 24px; line-height: 2.4rem;
	}
}
