table {
	width: 80%;
	font-size:14px;
	margin-left: auto;
	margin-right: auto;
}

table tr {
	padding-left:30px;
}

table th {
	color: #333333;
	font-size: 1.2em;
	padding: 15px 20px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #CCCCCC;
	text-align: right;
}

table td {
	color: #333333;
	font-size: 1.2em;
	padding: 15px 20px;
	text-align: left;
	border-bottom:1px solid #CCCCCC;
}