<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =============================================================
Simple:Press
Policy Doc Plugin CSS
============================================================= */
#spPolicyDocReg .spLabel {
	font-weight: bold;
	line-height: 2.0em;
	text-decoration: underline;
}

#spPolicyDocReg p,
#spPolicyDocRegister p,
#spPolicyDocPrivacy p,
#spPolicyDocReg p.spLabel,
#spPolicyDocRegister p.spLabel,
#spPolicyDocPrivacy p.spLabel {
	margin-bottom: 20px;
}

#spPolicyDocReg h3,
#spPolicyDocRegister h3,
#spPolicyDocPrivacy h3,
#spPolicyDocReg h4,
#spPolicyDocRegister h4,
#spPolicyDocPrivacy h4 {
	font-weight: bold;
	margin-bottom: 20px;
}

#spMainContainer #spPolicyDoc,
#spMainContainer #spPrivacyDoc {
	padding: 0 15px;
	font-size: 85%;
    display: inline;
}

.spRegistrationPolicy, .spPrivacyPolicy {
    height: 600px;
}

#spMainContainer #spPolicyDoc .spIcon,
#spMainContainer #spPrivacyDoc .spIcon, 
#spMainContainer #spAck .spIcon {
	margin: 0px 3px 1px 3px;	
}

@media screen and (max-width: 640px) {
    #spMainContainer #spPolicyDoc,
    #spMainContainer #spPrivacyDoc {
    	padding: 0 0px;
    }
	
	#spMainContainer .spFootContainer .spPlainSection.spCenter {
		display: flex;
		justify-content: center;
	}
	#spMainContainer #spAck,
	#spMainContainer #spPolicyDoc a:link, 
	#spMainContainer #spPrivacyDoc a:link {
		margin: 0 5px;
	}
	
}
</pre></body></html>