table{ tr{ td{ &:nth-child(1){ width: 150px; } &:nth-child(3){ width: 150px; } &:last-child{ width: 40px; } } } }