
table {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.schedule-table,
.general-table {
	margin-bottom: 20px;
	text-align: left;
}
.schedule-table a,
.general-table a {
	font-weight: 700;
}
.schedule-table tr:nth-child(odd),
.general-table tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, .05);
}
.schedule-table th,
.schedule-table td,
.general-table th,
.general-table td {
	padding: 10px 0 10px 15px;
	line-height: 20px;
}
.schedule-table th,
.general-table th {
	font-weight: bold;
	background: #c15727;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}
.schedule-table td,
.general-table td {
	font-size: 13px;
}
.schedule-table th h2,
.general-table th h2 {
	color: #fff;
}
.schedule-table {
	vertical-align: middle;
}
.general-table td {
	text-align: left !important;
}
@media (max-width: 767px) {
	.schedule-table thead,
	.general-table thead {
		display: none;
	}
	.schedule-table tr,
	.general-table tr {
		display: block;
	}
	.schedule-table td,
	.general-table td {
		display: block;
		text-align: right;
		font-size: 16px;
	}
	.schedule-table th,
	.schedule-table td,
	.general-table th,
	.general-table td {
		padding: 10px;
	}
	.schedule-table td:before,
	.general-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
}
@media (max-width: 550px) {
	.schedule-table td:before,
	.general-table td:before {
		width: 100%;
		font-size: 18px;
		padding-bottom: 5px;
	}
	.schedule-table td,
	.general-table td {
		text-align: center;
	}
	.schedule-table tr,
	.general-table tr {
		padding: 20px 0;
	}
}