table{
	border: 1px solid #d0c9c9;
	width: 100%;
	font-size: 124%;
}

th,td{
	padding: 10px;
	line-height: 1.5;
	text-align: left;
}

th{
	background-color: #def4fc;
	border-left: 1px solid #d0c9c9;
	border-bottom: 1px solid #d0c9c9;
	font-weight: normal;
}
td{
	border-left: 1px solid #d0c9c9;
	border-bottom: 1px solid #d0c9c9;
	background-color: #fff;
	font-size: 85%;
}