.c-flight-status-table {
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #999;
	width: 100%;
	font-size: 8pt;
	font-family: Arial, Verdana, sans-serif;
}

.c-flight-status-table td,
.c-flight-status-table th {
	padding: 0.3em 0.7em;
	border-bottom: 1px solid #999;
}

.c-flight-status-table td:not(:first-child),
.c-flight-status-table th:not(:first-child) {
	border-left: 1px solid #999;
}

.c-flight-status-table th {
	text-align: left;
}

.c-flight-status-table__status--warning {
	color: rgb(192, 0, 0);
}

.c-flight-status-table tbody td[data-label='Terminal'], td[data-label='Scheduled'], td[data-label='Revised'] {
	text-align: center;
}

	.c-flight-status-table tbody td[data-label='From'], td[data-label='To'], td[data-label='Scheduled'] {
	font-weight: bold;	
}

@media (max-width: 767px) {
	
	
	.c-flight-status-table td,
	.c-flight-status-table th {
	border-bottom: none;
	border-top: none;
	}
	
	.c-flight-status-table tbody td[data-label='From'], td[data-label='To'], td[data-label='Scheduled'] {
	font-weight: bold;
	font-size: 11pt;
	
}

	.c-flight-status-table {
		display: block;
		border: 0;
		font-size: 10pt;
	}

	.c-flight-status-table thead {
		display: none;
	}

	.c-flight-status-table tbody {
		display: block;
		width: 100%;
	}

	.c-flight-status-table tbody tr {
		display: block;
		border: 1px solid #C3BEBB;
	}

	.c-flight-status-table tbody tr:not(:last-child) {
		margin-bottom: 1.5em;
	}

	.c-flight-status-table tbody td {
		display: block;
		width: 100%;
		border-right: 0 !important;
		border-left: 0 !important;
		text-align: left !important;
	}

	.c-flight-status-table tbody td:before {
		font-weight: 700;
		content: attr(data-label) ": ";
	}
}
