﻿#commentsForm
{
	font-family: Arial;
	font-size: 15px;
}

#commentsForm table
{
	width: 100%;
}

#commentsForm table td
{
	padding: 4px;
	margin: 0px;
	border: 0;
}

#step1 > table > tbody > tr:first-child
{
	font-weight: bold;
	font-size: 25px;
}

#step2
{
	font-weight: bold;
}

#step2 table
{
}

#step3 
{
	font-weight: bold;
}

#locations
{
	font-size: 13px;
	font-weight: normal;
}

#step4 
{
	text-align: center;
}

#step4 > table
{
	text-align: left;
	width: 600px;
}

#step4 > table td
{
	padding: 2px;
}

#step4 > table > tbody > tr :first-child
{
	/*text-align: right;*/
}

#step4 > table > tbody :last-child :first-child
{
	text-align: left;
}

#step5 > table
{
	width: auto;
}

#step5 > table td
{
	text-align: center;
	padding: 1px;
}

#step5 > table > tbody > tr :first-child
{
	text-align: right;
}

#step5 > table tbody :last-child :first-child
{
	text-align: left;
}

#dateOfVisit
{
	width: 75px;
}