@import "layout"; @import "fm"; .file-upload-table { @media (max-width: 550px) { > thead > tr > th:nth-child(3), > tbody > tr > td:nth-child(3) { display: none; } } @media (max-width: 785px) { > thead > tr > th:nth-child(4), > tbody > tr > td:nth-child(4) { display: none; } } }