table { width: 100%; table-layout: fixed; border-collapse: collapse; th { text-align: left; } th, td { vertical-align: middle; } } %table { tr, thead, tbody, tfoot { border-bottom: 1px solid; &:last-child { border-bottom: 0; } } th, td { padding: .5em; &:first-child { padding-left: 0; } &:last-child { padding-right: 0; } } }