.module-table
{
	width: 100%;
	table-layout: fixed;
}
td
{
	padding: 0.3em;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 105, 150);
	width: 50%;
	vertical-align: top;
	text-align: left;
}
.module-header
{
	color: rgb(255, 255, 255);
	background-color: rgb(0, 105, 150);
}
.title
{
	text-align: center;
	color: rgb(0, 105, 150);
}
.module-features
{
	list-style: none;
	margin-left: -1em;
}
li:before
{
	content: "•";
	color: rgb(0, 105, 150);
	margin-right: 0.5em;
}