2025 Performance Schedule

// Remove sidebar remove_action( 'genesis_sidebar', 'genesis_do_sidebar' ); /* Adjust column widths as needed */ th, td { padding: 8px; text-align: center; } /* Optional: Adjust specific column widths */ th:nth-child(1), td:nth-child(1) { width: 20%; } th:nth-child(2), td:nth-child(2) { width: 30%; } th:nth-child(3), td:nth-child(3) { width: 50%; }