.isube-schedule-mobile {
	display: none;
}

@media (max-width: 767px) {
	body.isube-meeting-mobile-schedule,
	body.isube-meeting-mobile-schedule .wp-site-blocks,
	body.isube-meeting-mobile-schedule main,
	body.isube-meeting-mobile-schedule .entry-content,
	body.isube-meeting-mobile-schedule .meeting-schedule-page {
		background: #fff;
	}

	body.isube-meeting-mobile-schedule .meeting-schedule-page {
		box-sizing: border-box;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 680px !important;
		padding: 34px 14px 54px !important;
		width: 100%;
	}

	body.isube-meeting-schedule-ready .schedule-placeholder-frame {
		display: none;
	}

	body.isube-meeting-schedule-ready .isube-schedule-mobile {
		display: block;
	}

	.isube-schedule-mobile > h1 {
		color: #153f5c;
		font-size: 31px !important;
		font-weight: 750;
		letter-spacing: 0;
		line-height: 1.18 !important;
		margin: 0 58px 24px 0;
	}

	.isube-schedule-mobile__day {
		border: 1px solid #d8e3eb;
		border-radius: 8px;
		overflow: hidden;
	}

	.isube-schedule-mobile__day + .isube-schedule-mobile__day {
		margin-top: 16px;
	}

	.isube-schedule-mobile__day h2 {
		background: #214a99;
		color: #fff;
		font-size: 16px !important;
		font-weight: 750;
		letter-spacing: 0;
		line-height: 1.4 !important;
		margin: 0;
		padding: 13px 14px;
	}

	.isube-schedule-mobile table {
		border-collapse: collapse;
		font-size: 13px;
		line-height: 1.45;
		margin: 0;
		table-layout: fixed;
		width: 100%;
	}

	.isube-schedule-mobile th,
	.isube-schedule-mobile td {
		border: 0;
		box-sizing: border-box;
		padding: 12px 8px;
		text-align: left;
		vertical-align: middle;
		word-break: normal;
	}

	.isube-schedule-mobile th {
		background: #fff;
		border-bottom: 2px solid #214a99;
		color: #2d3d4a;
		font-weight: 750;
	}

	.isube-schedule-mobile tbody tr:nth-child(odd) {
		background: #f3f5fa;
	}

	.isube-schedule-mobile tbody tr:nth-child(even) {
		background: #fff;
	}

	.isube-schedule-mobile th:first-child,
	.isube-schedule-mobile td:first-child {
		text-align: center;
		width: 48px;
	}

	.isube-schedule-mobile th:nth-child(2),
	.isube-schedule-mobile td:nth-child(2) {
		width: 86px;
	}

	.isube-schedule-mobile td {
		color: #334f63;
	}
}
