.stationfeed-container {
    /*max-height: 290px;*/
    overflow: auto;

}

.stationfeed-row {
    justify-content: center;
    display: flex;
    padding: 0 16px 16px 16px;
}

.stationfeed-data-column {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.container a {
    color: #0046ad !important;
}