.files {
    display: flex;
    flex-wrap: wrap;
}

.files button {
    background: #fff;
    border: 2px dashed rgb(0, 119, 170);
    padding: 5px 10px;
    color: rgb(0, 119, 170);
    text-decoration: none;
    display: block;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.files button:hover {
    border-style: solid;
}

.download-all {
    position: absolute;
    bottom: 0;
}

.dropzone {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    display: block;
}
