table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

th {
	background-color: #f2f2f2;
}

.rounded-image {
	border-radius: 50%;
	max-width: 50px;
	max-height: 50px;
}