@media print {
	body {
		font-family: "Times New Roman", serif;
		font-size: 12pt;
		background: #fff;
		color: #000;
	}
	h2 {
		text-align: center;
		font-size: 22pt;
		margin: 0 0 10px 0;
	}

	.text-start { text-align: left !important; }
	.text-end { text-align: right !important; }

	/* Hide any elements you don't want printed */
	.no-print, nav, footer {
		display: none !important;
	}
	.fixture-card-title {
		font-size: 22px !important;
	}
	/* Smaller table text */
	.fixture-card-table {
		table-layout: auto;
		font-size: 0.75rem !important;
	}
   .fixture-card-table th:first-child,
   .fixture-card-table td:first-child {
       width: 100px;
       white-space: nowrap;
   }
	/* Reduce cell padding */
	.fixture-card-table th,
	.fixture-card-table td {
		padding: 0.15rem 0.3rem;
	}
}