﻿table
{
	width: 100%;
}

table td
{
	padding: 8px 0px 8px 0px;
	width: 15%;
}


table td:first-child
{
	font-weight: bold;
	width: 15%;
}


table td:last-child
{
	width: 70%;
}