<html>
  <head>
    <link href="bootstrap.css" media="all" rel="stylesheet" type="text/css" />
    <style>
      .table td {
        font-size: 20px;
        line-height: 30px;
      }
    </style>
  </head>
  <body>
    <table class="table table-striped table-bordered condensed">
      <tbody>
        <tr><td>1 Foo data</td><td>Bar data</td></tr>
        <tr><td>2 Foo data</td><td>Bar data</td></tr>
        <tr><td>3 Foo data</td><td>Bar data</td></tr>
        <tr><td>4 Foo data</td><td>Bar data</td></tr>
        <tr><td>5 Foo data</td><td>Bar data</td></tr>
      </tbody>
    </table>
  </body>
</html>