#drop-area {
    height: 50px;
    text-align: center;
    border: 2px dashed #000000;
    padding: 10px;
    margin-bottom: 2em;
}

#drop-area .drop-instructions {
    display: block;
    height: 30px;
}

#drop-area .drop-over {
    display: none;
    font-size: 25px;
    height: 30px;
}

#drop-area.over {
    background: #ffffa2;
    border: 2px dashed #000000;
}

#drop-area.over .drop-instructions {
    display: none;
}

#drop-area.over .drop-over {
    display: block;
}

#drop-area.over .drop-over {
    display: block;
    font-size: 25px;
}


#file-list {
    list-style: none;
    margin-bottom: 3em;
}

#file-list li {
    border-bottom: 1px solid #000000;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

#file-list li.no-items {
    border-bottom: none;
}

#file-list div {
    margin-bottom: 0.5em;
}

#file-list li img {
    max-width: 400px;
}

#file-list .progress-bar-container {
    width: 400px;
    height: 10px;
    border: 1px solid #555;
    margin-bottom: 20px;
}

#file-list .progress-bar-container.uploaded {
    height: auto;
    border: none;
}

#file-list .progress-bar {
    width: 0;
    height: 10px;
    font-weight: bold;
    background: #6787e3;
}

#file-list .progress-bar-container.uploaded .progress-bar{
    display: inline-block;
    width: auto;
    color: #6db508;
    background: transparent;
}

hr.separator {
color: #000000;
background-color: #000000;
height: 2px;
}