table.slim-files-group .slim {
    width: 200px;
    max-height: 120px;
}

table.slim-files-group textarea {
    width: 100%;
}
table.slim-files-group {

}

table.slim-files-group .input-field {
    min-width: 400px;
}

table.slim-files-group td {
    padding-left: 1em;
    padding-right: 1em;
}

table.slim-files-group tr:last-child {
    border-bottom: none;
}

table.slim-files-group .reorder-handle{
    cursor: move;
    cursor: -webkit-grabbing;
}

.slim-files-group-label {
    display: block;
}

.slim-files-group-wrapper {
    margin-top: 1em;
    position: relative;
}
.slim-files-group-wrapper .file-field .btn-small{
    height: 32.4px;
    line-height: 32.4px;
    font-size: 13px;
}
.slim-files-group-wrapper > table + .file-field > .file-path-wrapper{
    /*display: none;*/
}
.slim-files-group-wrapper .template-row{
    display: none;
}

.template-input-files {
    display: none;
}

.slim-files-group-wrapper > .file-field:not(:last-of-type){
    display: none;
}