div.stationWidget div.info-station > div {
    margin-bottom: 10px;
    padding-left: 20px;
}

div.stationWidget div.value {
    font-size: 25px;
}

div.stationWidget div.thresholds {
    font-size: 16;
}

div.stationWidget div.info-station > div.value, div.info-station > div.thresholds > div  {
    display: grid;
    grid-template: 1fr / 70% 30%;
}

div.stationWidget div.info-station > div.value, div.event > div > div.event-date{
    font-weight: bold;
}

div.stationWidget div.info-station > div.event {
    padding-top: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    display: grid;
    grid-template: 1fr / 80% 20%;

}
div.stationWidget div.option-select {
    margin: 5px 0px;
}
div.stationWidget div.option {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

div.stationWidget div.chart {
    height: 100%;
    width: 100%;
}

div.stationWidget div.option div.button-date {
    display: flex;
}
div.stationWidget div.option div.button-date > button.button {
    color: white;
    background-color: #161832;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
    border: none
}
div.stationWidget div.option div.button-date > button.button:hover, div.stationWidget div.option div.button-date > button.button-focus {
    background-color: #f6f6f6;
    color: #161832;
}
div.stationWidget div.echarts-for-react {
    height: 0px;
}

div.stationWidget div.thresholds, div.stationWidget div.event-comment {
    font-size: 14px;
}