

table.price_table
{
	width:100%;
	border-collapse: collapse;
}

table.price_table thead
{
	background-color: #307891;
	color:#fff;
	font-weight: 400;
	text-align: center;
}

table.price_table tbody tr:nth-child(even) {
    background-color: #eee;
}

table.price_table tbody tr td
{
	text-align: center;
	border-bottom: 1px solid #000000;
}

table.price_table tbody tr td.period
{
	text-align: left;
}



form.enquiry label
{
	font-weight: bold;
}