if opts[:next] && opts[:next].type == :tfoot
          result << border(opts[:column_widths], :mid)
        else
          result << border(opts[:column_widths], :bottom)
        end