/* Enter Your Custom CSS Here */

.stations-table table {
  	table-layout: fixed;
		width: 100%;
}

.stations-column-1 table tr td {
		width: 25% !important;
}

.stations-column-2 table tr td {
		width: 50% !important;
}

.stations-column-3 table tr td {
}


