.green {
	color: #00CC00
}

table.host_chart {
	font-size: 84%;
	width: 99%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.host_chart tr.odd {
	background-color: #eee;
}
table.host_chart tr.even {
	background-color: #fff;
}

table.host_chart a {
	text-decoration: none;
}
table.host_chart a:hover {
	text-decoration: underline;
}

table.host_chart th {
	background-color: #ccc;
	padding: 1ex 2px;
	border-right: 1px solid #e0e0e0;
}
table.host_chart th.last {
	border-right: none;
}

table.host_chart td {
	white-space: nowrap;
	text-align: center;
	border-right: 1px solid #ccc;
	vertical-align: top;
	padding: 11px 3px 0;
}

table.host_chart td.host_logo {
	width: 164px;
	border-left: 1px solid #ccc;
	padding: 0;
}
td.host_logo img {
	margin: 1px;
	border: 1px solid #000;
}

table.host_chart td.host_name {
	text-align: left;
}
table.host_chart td.host_name,
table.host_chart td.price {
	font-size: 112%;
	padding-top: 9px;
}
td.price a {
	color: #f00;
}
td.price a.coupon {
	border: 1px solid #f7f7f7;
}
td.price a.coupon:hover {
	background-color: #149F00;
	border: 1px solid #149F00;
}
td.price img {
	margin-top: 2px;
	vertical-align: bottom;
}

table.host_chart td.domain,
table.host_chart td.b2evo_support {
	padding-top: 8px;
}

table.host_chart td.disk_space,
table.host_chart td.transfer {
	text-align: right;
	padding-right: 5px;
}

table.host_chart td.review {
	color: #f00;
	padding-top: 8px;
}
table.host_chart p {
	margin: 3px 0 0;
	padding: 0;
}