/* a policy is long-form reading, so it gets more measure than the default page shell */
#pageWrap {
    max-width: 900px;
}

/* the recipient column names a company and should not wrap mid-name */
.privacyPolicyTableRecipient {
    white-space: nowrap;
}
