#maincara {
			padding-bottom: 90px;
		}
		
		/* Define a custom CSS class for the table */
.custom-table {
  border-collapse: collapse; /* Ensure that borders collapse for a consistent look */
}

.custom-table th, .custom-table td {
  border: 1px solid #000; /* You can adjust the color and thickness here */
  padding: 8px; /* Add padding for better spacing */
}