﻿
table.review-table
{
	margin-left: auto;
	margin-right: auto;
}

table.review-table body
{
	line-height: 1.6em;
}

table.review-table
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 3px;
	width: auto;
	text-align: center;
	border-collapse: collapse;
}

table.review-table th
{
	font-size: 14px;
	font-weight: bold;
	padding: 3px 3px;
	border: solid 1px #a8a8a8;
	color: #fff;
	background: #B56D09;
}

table.review-table td
{
	padding: 8px 15px;
	border: solid 1px #a8a8a8;
	color: #000;
	line-height: 1.5em;
	font-size: 12px;
}
