.abupload .abupload-dragndrop {
    cursor: pointer;
    border: 2px dashed #aaa;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
    position: relative;
	max-width: 300px;
}

.abupload .abupload-dragndrop.dragover {
    border: 2px dashed #F3A430;
}

.abupload .abupload-file-add {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file_list .file-entry {
}

.file_list .file-entry .file-preview {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.file_list .file-entry .file-input {
    display: none;
}

.file_list .file-entry .file-remove {
    cursor: pointer;
    font-weight: bold;
    color: #aaa;
}

.file_list .file-entry .file-remove:hover {
    color: #faa;
}