table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

th, td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

th {
	background: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}