table.hosting {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #2B353C;
}

table.hosting th,
table.hosting td {
	text-align: left;
	border-color: #2B353C;
	padding: 7px 10px;
}

table.hosting th.col2 {
	width: 170px;
	text-align: center;
}

table.hosting td.col2 {
	text-align: center;
}

table.hosting .summary td {
	font-weight: bold;
	background: #2B353C;
	border: none;
}

td.yes {
	text-indent: -9000px;
	background: transparent url(../gfx/ico/tick.png) no-repeat center center;
}