.terms-list {
    list-style-type: disc;
    margin-top: 0;
}

/* Links in terms content - same color as text, bold, underline on hover */
.privacy-container a,
.privacy-container a:link,
.privacy-container a:visited {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.privacy-container a:hover {
    text-decoration: underline;
}