[class*=tn-col-]
  float left
  box-sizing border-box

for i in 1..24
  .tn-col-{i}
    width (100 / 24 * i)%
