table.coh2_table {
	font-family: Tahoma,Arial,Sans-Serif;
	border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    width: 100%;
}
	table.coh2_table tr
	{
		padding: 3px;
    	text-align: center;
	}
	table.coh2_table td
	{
		height: 26px;
	}
	table.coh2_table th
	{
		border-bottom: 1px solid grey;
	    border-top: 1px solid grey;
	    font-weight: bold;
	    padding: 4px;
	    text-align: center;
	}
		table.coh2_table th:first-child {
		 	border-left: 1px solid grey;
		}
		table.coh2_table th:last-child {
			border-right: 1px solid grey;
		}

.pager
{ 
	margin: 20px 0 20px 0 !important;
	display: block !important;
}
