﻿.privacyText {
    border: 1px solid var(--TableBorderColor);
    border-radius: .25em;
    padding: .5em;
	font-family: 'Segoe_UI', sans-serif;
	font-size: small;
	max-height: 10em;
	overflow-y: auto;
	text-align: left;
}

.privacyText > h1, .privacyText h1,
.privacyText > h2, .privacyText h2,
.privacyText > h3, .privacyText h3,
.privacyText > h4, .privacyText h4,
.privacyText > h5, .privacyText h5 {
	font-family: 'Segoe_UI', sans-serif;
	font-size: medium;
	margin-top: inherit !important;
	color: inherit;
	border: unset;
	padding: unset;	
}