﻿.thresh-container {
    /*background-color: #d1d1d1;*/
    height: 70%;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;

}

.spread {
    width: 100%;
}

.thresh-download {
    min-height: 250px;
    height: 25%;
    width: 75%
}

.thresh-upload {
    min-height: 250px;
    height: 25%;
    width: 75%;
}

#uploadResultsMessage {
    height: 10%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25%;
}