.dropzone .dz-message {
    border: 1px dashed#aaa;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}
.dropzone .dz-preview {
    width: 100%;
    margin: 5px 0;
}
.dropzone .dz-size strong {
    font-weight: normal;
}
.dropzone .progress {
    height: 10px;
}

.dropzone .dz-preview .dz-error-mark {
    display: none;
}
.dropzone .dz-preview .dz-success-mark {
    display: none;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    display: inline;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    display: inline;
}
.dropzone .dz-preview.dz-complete .dz-progress-mark {
    display: none;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    display: none;
}