﻿.ServicesLeftColumn
{
	float: left;
	width: 405px;
}

.ServicesRightColumn
{
	float: right;
	width: 405px;
}

table
{
	table-layout: fixed;
	border-collapse: separate;
	font-size: 14px;
	margin: 2px 0 0;
}

th, td
{
	padding: 3px 10px;
	vertical-align: top;
}

th
{
	font-weight: normal;
	background: #636466;
	color: #fff;
}

.Name
{
	width: 200px;
}

.Capacity
{
	width: 150px;
}

.Unit
{
	width: 40px;
	text-align: center;
}

tr.Odd td
{
	background: #a5c4db;
}

tr.Even td
{
	background: #c9d8e4;
}

.Featured tr.Odd td
{
	background: #cacecd;
}

.Featured tr.Even td
{
	background: #d8dad9;
}

