table {
	width: 100%;
	border-width: thin;
	border-style: solid;
	border-collapse: collapse;
}
td {
	border-width: thin;
	border-style: solid;
	border-color: #b7b7b7;
	padding: 3px;
}

.centered_tr {
	text-align: center;
}