/*
 * Privacy-policy style for iss template.
 */

/* Privacy-policy style */
section {
    padding: 7.4em 2% 0 2%;
    width: 96%;
    color: #000000;
}

section h1 {
    font-size: 2.25em;
}

section p {
	margin: 1em 0 1em 0;
}

section ul {
    list-style-type: disc;
    padding: 0 3em 1em 3em;
}

section li {
    margin-bottom: 1em;
}

section a {
	text-decoration: underline;
	color: #000000;
}