﻿.pgcontent table
{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	background: #dedede;
	font-size:small;
}

.pgcontent table th
{
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
	border: 2px #fff solid;
}

.pgcontent table td
{
	vertical-align: middle;	
	background: #cccccc;
	border: 2px #fff solid;
}

