﻿table { 
	margin: 0; 
	padding: 0; 
	border: 1px solid #ccc; 
	margin-bottom: 15px;
} 
table th, table td { 
	padding: 10px 10px; 
	text-align: left; 
	border: 1px solid #cccccc; 
} 
table th { 
	color: #000000; 
	font-size: 14px; 
	font-weight: bold;
	background: #DFE5EC;
} 
table td { 
	color: #333333; 
} 
table  tr:last-child th, table tr:last-child td { 
	border-bottom: none; 
} 
