.pth-monthly-table {
	width: 100%;
	max-width: var(--wp--style--global--content-size, 1340px);
	margin: 0 auto;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #314c57;
	font-family: "Source Sans 3", sans-serif;
	box-sizing: border-box;
}

.pth-monthly-table__heading {
	margin-bottom: 12px;
}

.pth-monthly-table__title {
	font-family: ct_font_trajan_pro3, sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pth-monthly-table__subtitle {
	font-family: ct_font_trajan_pro3, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.01em;
	display: block;
	margin-top: 4px;
	line-height: 1.2;
	color: #314c57;
	opacity: 1;
	visibility: visible;
}
.pth-monthly-table__subtitle-sep.is-hidden {
	display: none;
}

.pth-monthly-table__scroller {
	overflow-x: auto;
}

.pth-monthly-table__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 760px;
}

.pth-monthly-table__table th,
.pth-monthly-table__table td {
	padding: 6px 12px;
	text-align: left;
	font-size: 20px;
	line-height: 1.2;
	white-space: nowrap;
}

.pth-monthly-table__table th {
	font-family: ct_font_trajan_pro3, sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 12px;
}

.pth-monthly-table__table tbody tr.is-today {
	background: #304a56;
	color: #ffffff;
}

@media (max-width: 900px) {
	.pth-monthly-table {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pth-monthly-table__title {
		font-size: 20px;
	}

	.pth-monthly-table__subtitle {
		font-size: 14px;
	}

	.pth-monthly-table__table th,
	.pth-monthly-table__table td {
		font-size: 14px;
		padding: 6px 8px;
	}

	.pth-monthly-table__table th {
		font-size: 12px;
	}
}
