#uploaded_files li {
    margin-right:5px;
    display:inline-block;
    vertical-align:top;
}
.file_box {
    position:relative;
}
.img-thumbnail {
    max-width:200px;
}
.remove_file {
    position:absolute;
    color:red;
    cursor:pointer;
    font-size:16px;
    top:4px;
    left:4px;
    width: 1rem;
    height: 1rem;
}
#matter_processes {
    margin-bottom:20px;
}
#matter_processes li {
    padding-top:20px;
}
#matter_processes li:first-child {
    padding-top:0;
}
#matter_processes li, .my-handle {
    cursor:move;
}
#upload_label, #upload_element {
    display:none;
}
