.upload_table {
    border: black 2px dotted;
}

.upload_share_table_button {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.table_holder {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 1100px) {
    .table_holder {
        flex-direction: column;
        align-items: center;
    }

    .uploads_buttons {
        order: 1;
    }

    .uploads_links {
        order: 2;
    }

    .uploads_files {
        order: 3;
    }
}

button, input, select {
    font-family: inherit;
}
