/* Adjust the overall table width */ .we-re-open-table { width: 100%; /* Change to a specific px value like 400px if preferred */ max-width: 600px; margin: 0 auto; /* Centers the table */ border-collapse: collapse; } /* Style the Left Column (Days of the Week) */ .we-re-open-table td:first-child, .we-re-open-table th:first-child { font-family: "Baskerville", "Libre Baskerville", serif; font-weight: bold; text-align: left; padding: 8px; } /* Style the Right Column (Times) */ .we-re-open-table td:last-child, .we-re-open-table th:last-child { font-family: "Helvetica", "Arial", sans-serif; text-align: right; padding: 8px; }