.preview {
    background-size: cover !important;
    width: 150px;
    height: 150px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}

.upload-area {
    width: 70%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file {
    display: none;
}

/* Thumbnail */

.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size {
    font-size: 12px;
}

/* Image reorder */

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    float: left;
    border: 0;
    background: none;
}


.users-list > li img {
    border: 1px solid black;
}