.pause-button, .resume-button {
    height: 34px;
    padding: 7px !important;
    display: none;
    float: left;
    margin-right: 2px;
    margin-top: 0;
    margin-left: 0;
}

.bar-container {
    height: 33px;
    display: flex;
    margin-top: 2px;
}

.progress-bar-text {
    color: black;
    width: 800px;
    margin-top: 3px;
    margin-left: 10px;
}

.progress-bar-container {
    width: 100%;
    border: 1px solid slategray;
    /*border-radius: .25rem;*/
    height: 39px;
}

.progress-bar {
    text-align: left !important;
    height: 100%;
    background-color: #c5530f38;
    width: 0;
    display: inline-block;
}


.product-download-button {
    height: 40px;
}

.product-verify-button {
    height: 40px;
}

.product-download-start-button {
    height: 40px;
    /*display: none;*/
}

.product-download-dir-select {
    height: 40px;
}

.product-download-stop-button {
    height: 40px;
    display: none;
}

.product-download-resume-button {
    height: 40px;
}

.file-list-container {
    margin: 15px;
}

.product-download-container {

}

.align-center {
    align-items: center;
    display: flex;
}

.progress-margin {
    margin: 10px 0;
}