.station-prop-row {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.station-prop-row > div {
    flex: 1;
    justify-content: space-between;
}
.station-prop-row > div > span {
    font-size: 14px;
}
.station-prop-row > div > span:first-child {
    font-weight: bold;
}
h4.map-block-subtitle {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 10px;
}
p.map-block-info-text {
    font-size: 14px;
    text-align: center;
}
.flex-1 {
    flex: 1
}
.d-flex.device-info-container {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.device-info-box {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}
.device-info-box span {
    font-size: 14px;
}
.device-info-box span:first-child {
    font-weight: bold;
    width: 100px;
}
.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
