Utilizing the d-none and d-md-block classes on a responsive table to hide certain columns at smaller screen sizes has been successful overall. However, there is one issue - the hidden columns seem to be slightly misaligned with the rest of the table. Despite inspecting the columns closely, no conflicting styles have been identified.
It appears that there may be a slight difference in padding or margin for these hidden columns compared to the others, although all values are supposedly equal. An example of the problem can be seen here: https://i.sstatic.net/rz65j.png
To view the code firsthand, visit and navigate to the "Trades/Add Trade" section.