/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.
*/

.productTable{
	width:93%;
}
.productTable td{
	border-top:1px solid #dddddd;
	padding:6px;
	text-align:left;
}
.productTreatment{
	font-weight:bold;
}
.productDuration{
	width:100px;
	font-weight:bold;
}
.productPrice{
	width:50px;
	font-weight:bold;
}
.hoursTable td{
	padding:0px;
	text-align:left;
}

.productTable2 td{
	padding:6px;
	text-align:left;
}



