#privacy {
	padding: 5px;
	line-height: 1.5;
	color: #333333;
	background-color: #edeef1;
	text-align: left;
}
#privacy p {
	font-size: 70%;
}
#detail {
	padding: 5px;
	line-height: 1.5;
	background-color: #ffffff;
	font-size: 70%;
}
#detail h2 {
	color: #303d96;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#detail p {
    padding: 0 5px;
}
#detail ul {
    margin-left: 10px;
}
#detail ul li {
    list-style-type: disc;
    list-style-position: inside;
}
