#brna-mobile {
	display: none;
}

#brna-desktop {
	display: table;
}


.path-brna .table {
	font-size: 13px;
	border-collapse: collapse;
}

.table--brna {
	width: 100%;
	table-layout: fixed;
	font-weight: 600;
}

.table--brna td:nth-child(2), .table--brna td:nth-child(7) {
	color: #DD3943;
}

.table--brna td {
	/*white-space:nowrap*/;
	padding: 10px;
}

.table--brna th {
	color: #6C6D6F;
	border-right: 0;
}

.trackTitle {
	padding-top: 50px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.dateTitle {
	padding-top: 25px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.path-brna .tableHeader {
	text-align: left;
}

.path-brna .titleLocation {
	font-size: 15px;
}

.path-brna .column--main {
	width: 100% !important;
}

.path-brna .container {
	max-width: 1600px !important;
	min-width: 1000px !important;
}

@media ( max-width : 980px) {
	#brna-desktop {
		display: none;
	}
	
	#brna-mobile {
		display: table;
	}

	.path-brna .container {
		min-width: 100% !important;
	}

	.path-brna  .title-bar .title-bar-dropdowns {
		display: block !important;
	}
	
	.table--brna {
		text-align: center;
	}
	
	.table--brna:nth-child(2) {
		color: black;
	}
	
	.table--brna td {
		border-left: 1px solid rgba(151, 163, 174, 0.3);
		color: black !important;
	}
}