/* Schedule
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content h2 {
	margin-bottom: 0;
}

.content .columns + h2 {
	margin-top: 52px;
}

.content > span {
	position: relative;
	display: inline-block;
	left: -2px;
	margin-top: 6px;
	padding: 1px 5px 1px 6px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 2px;
	color: #fff;
	background: #7bb241;
}

.content > span span {
	/*font-weight: 700;*/
}

.content div.columns {
	margin-top: 24px;
	columns: 2 300px;
	column-gap: 30px;
}

.content span + .columns {
	margin-top: 29px;
}

.content table {
	width: 100%;
	margin-top: -1px;
	border-collapse: collapse;
  	line-height: 1.4;
  	break-inside: avoid;
}

.content table:first-child {
	margin-top: 0;
}

/*.content .columns table tr.registration {
	background: rgba(0,0,0,0.05);
}*/

.content table tr td {
	padding: 14px 30px 16px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e6e6e6; /* 0.1 */
}

.content table tr td:first-child {
	padding-left: 2px;
}

.content table tr td:last-child {
	padding-right: 2px;
}

/*.content table tr.registration td {
	padding-top: 8px;
	padding-bottom: 10px;
}*/

.content table tr td a {
	border-bottom-color: #d9d9d9; /* 0.15 */
	color: inherit;
}

.content table tr td.time {
	width: 60px;
}

.content table tr td.time span {
	display: block;
	width: 41px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 13px;
	line-height: 0.8;
	color: rgba(0,0,0,0.25);
}

.content table tr td.title {
	font-weight: 700;
}

.content table tr td.title a + span {
	margin-top: 1px;
}

.content table tr td.title span {
	display: block;
	font-weight: 400;
	font-style: italic;
}

.content table tr td.title em {
	position: relative;
	display: inline-block;
	top: -1px;
	margin-left: 3px;
	padding: 0px 7px 0;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.45;
	border-radius: 12px;
	color: #fff;
	background: #f1c100;
}

.content table tr td.title em.blue {
	background: #33a4e5;
}

.content table tr td.title em.red {
	background: #d9203f;
}

@media (max-width: 580px) {
	.content table {
		width: 100vw !important;
		margin-left: -20px;
	}

	.content table tr td:first-child {
		padding-left: 20px;
	}

	.content table tr td:last-child {
		padding-right: 20px;
	}

	.content table tr td.time {
		width: 40px;
	}
}