table {
	width: 100%;
	border-collapse: collapse;
}

<br />
        th, td {
	border: 2px solid #000;
	padding: 8px;
	text-align: left;
}

<br />
        thead {
	background-color: #f2f2f2;
}