﻿
#content {
	margin: 15px auto ;
}

table {
	overflow: hidden;
	border: 1px solid #d3d3d3;
	background: #fefefe;
	width: 40%;
	border-radius: 5px;
	margin: 0 auto;
}

td {
	padding: 8px 10px 8px;
	text-align:center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

th {
	text-align: center;
	padding: 10px 15px;
	background: #e8eaeb;
	border-right: 1px solid #ccc;
}
