body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	background: #fff;
	color: #333;
}

h1 {
	 font-size: 16px;
}

ul.features {
	padding: 0;
	list-style: none;
}

.feature h2 {
	font-size: 14px;
	margin: 0 0 1em 0;
}

.feature p {
	margin: 0 0 1em 0;
}

.feature {
	padding: 1em 1em 0 1em;
	color: #2c79b4;
	background: #e1f6fe;
	border: 1px solid #bee1ff;
}

.warning {
	text-align: center;
	color: #f91615;
	background: #ffb1bb;
	border-color: #ff8494;
}

.warning a {
	color: #ff4242;
}

li.feature {
	margin-bottom: 1em;
}

.feature ul {
	margin-bottom: 1em;
	padding-left: 2em;
	list-style-type: disc;
}