﻿.colorSelect {
    display: none;
}

.timeseriesNr {
    display: none;
}

.stationSelect {
    width: 150px;
}

.datasetSelect {
    width: 150px;
}

.revisionSelect {
    width: 150px;
}

.substanceSelect {
    display: none;
}

.btnDeleteDataset {
    width: 200px;
    margin-top: 20px;
}


#MessageContainer {
    position: fixed;
    top: 30px;
    opacity: 0.9;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
}
