﻿.template-table
{
	width: 100%;
	border-bottom: 1px solid #73768D;
	margin: 5px 0px;
}

.template-table td
{
	border-left: 1px solid #E4E4E9;
	padding: 7px 5px;
}

.template-table td:first-child
{
	border-left: 0px;
}

.template-table th
{
	background: #E4E4E9;
	border-bottom: 1px solid #73768D;
	padding: 5px 0px;
}

.template-table th.table-title
{
	background: #ADCFF1;
	border-bottom: #004D9A;
	padding: 5px;
	font-size: 16px;
}

.template-table tr.alternating td
{
	background: #F2F2F4;
}



