.station-status-removed .infobox__data {
background-color: #e73d3d !important;
}
.station-status-not-in-operation .infobox__data {
background-color: #fc7208 !important;
}
.station-status-closed .infobox__data {
background-color: #e73d3d !important;
}
.station-status-in-operation .infobox__data {
background-color: green !important;
}
.station-status-removed .infobox__data,
.station-status-not-in-operation .infobox__data,
.station-status-closed .infobox__data,
.station-status-in-operation .infobox__data {
color: white !important;
}