.nv-file-over {
    background-color: #FFBEA3;
}
.other-drop-zone {
    border: 2px dashed burlywood;
    padding: 4px;
    height: 100px;
}
.other-over-zone {
    background-color: moccasin;
}
.my-drop-zone {
    border: dotted 2px lightgray;
    height: 80px;
}
.nv-file-over {
    border: dotted 2px blue;
}
.another-file-over-class {
    border: dotted 2px blue;
}
.bg {
    background-color: lightgreen;
}
.over-zone {
    border: 2px dashed lavender;
    height: 100px;
    padding: 4px;
}
.item-progress-box {
    height: 20px;
    margin-top: -20px;
    margin-left: 60px;
    margin-right: 10px;
}
.item-progress {
    background-color: #90B8DA;
    height: 100%;
    width: 0;
}
.total-progress-box {
    height: 20px;
    margin-top: -20px;
    margin-left: 90px;
    margin-right: 10px;
}
.total-progress {
    background-color: #90B8DA;
    height: 100%;
    width: 0;
}

.box {
    margin: 20px;
}

.progress {
    background-color: mediumpurple;
    height: 20px;
}

.uploaded {
    background-color: lightgreen;
    height: 20px;
    width: 100px;
}

ul > li:nth-child(odd) {
    background-color: #f5f5f5;
    margin: 2px;
}

.zone {
    width: 49%;
}