body {
    font-size:14px;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.drop-box.dragover {
    border: 5px dashed blue;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

.box-height {
    min-height: 500px;
}

.white-block {
    background: #FFF;
    margin-top:20px;
    margin-bottom:20px;
    padding: 20px;
    text-align: center;
}

header {
    margin:10px 0 20px 0;
}

h1, h2 {
    margin:20px 0 20px 0;
}

.bg-secondary h2 {
    color: #FFF;
    margin: 20px 0 20px 0;
}

h5 {
    font-weight: bold;
}