#vueContextStationDetails {
    margin-top: 100px;
}

.material-icons {
    font-size: 20px !important;
}

.green {
    color: green;
}

.image-container {
    margin-bottom: 16px;
}

.flex-align {
    display: flex;
}

.company-note {
    text-align: start;
    font-style: oblique;
    font-size: 11px;
    color: #ff0000;
    padding: 0 0px;
    display: flex;
    line-height: 15px;
    align-items: center;
}

.row-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.images-container {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
}

.image {
    max-width: 350px;
}

.header-row {
    margin-bottom: 42px;
}

.title {
    font-size: 30px; /* 34 */
    font-weight: 250; /* 300 */
	font-family: arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	line-height: 120% !important;
}

.customer-logo {
    height: fit-content;
    object-fit: contain;
    max-width: 250px;
    min-width: 200px;
    position: relative !important;
}

.column-background-dark {
    background: #D5E5F4;
}

.column-background-bright {
    background: white;
}

.cell-name, .cell-value {
    padding: 6px 8px;
}

.cell-name {
    border-right: solid 6px white !important;
    flex: 0.4;
    font-weight: bold;
    font-size: 15px;
}

.cell-value {
    flex: 0.6;
	font-size: 14px;
}

.divrow1{
	font-size: 14px;
}

.hidden {
    visibility: hidden;
}

@media all and (max-width: 767px) {
    #vueContextStationDetails {
        margin-top: 60px;
    }
}

@media all and (max-width: 600px) {
    #vueContextStationDetails {
        margin-top: 0;
    }
    .company-note {
    }
}