.mtmv-wnba-quarter-table {
	border-collapse: collapse;
	border: 1px solid #d6d9df;
	font-size: 0.95rem;
	margin: 1rem 0 1.25rem;
	max-width: 680px;
	width: 100%;
}

.mtmv-wnba-quarter-table th,
.mtmv-wnba-quarter-table td {
	border: 1px solid #d6d9df;
	padding: 0.55rem 0.7rem;
	text-align: center;
}

.mtmv-wnba-quarter-table thead th {
	background: #111827;
	color: #ffffff;
	font-weight: 800;
}

.mtmv-wnba-quarter-table tbody th {
	background: #f3f4f6;
	color: #111827;
	font-weight: 800;
	text-align: left;
}

.mtmv-wnba-quarter-table tbody td:last-child {
	background: #f9fafb;
	font-weight: 800;
}

@media (max-width: 640px) {
	.mtmv-wnba-quarter-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
