Inquiries & Test Trials

<div class="fb-compare-wrap">
  <style>
    .fb-compare-wrap {
      margin: 32px 0;
      overflow-x: auto;
    }

    .fb-compare {
      width: 100%;
      min-width: 820px;
      border-collapse: collapse;
      table-layout: fixed;
      font-size: 14px;
      line-height: 1.45;
      background: #fff;
    }

    .fb-compare th,
    .fb-compare td {
      padding: 12px;
      text-align: left;
      vertical-align: top;
      border: 1px solid #e6e6e6;
      overflow-wrap: break-word;
      word-wrap: break-word;
    }

    .fb-compare thead th {
      background: #0f5c5c;
      color: #fff;
      font-weight: 700;
    }

    .fb-compare tbody tr:nth-child(even) {
      background: #f8f8f8;
    }

    .fb-compare .highlight-row {
      background: #eef8f6;
    }

    .fb-compare .highlight-row td:first-child {
      font-weight: 700;
    }

    @media screen and (max-width: 768px) {
      .fb-compare {
        min-width: 720px;
        font-size: 13px;
      }

      .fb-compare th,
      .fb-compare td {
        padding: 10px;
      }
    }
  </style>

  <table class="fb-compare">
    <colgroup>
      <col style="width: 12%;">
      <col style="width: 10%;">
      <col style="width: 12%;">
      <col style="width: 10%;">
      <col style="width: 11%;">
      <col style="width: 14%;">
      <col style="width: 15%;">
      <col style="width: 16%;">
    </colgroup>

    <thead>
      <tr>
        <th>Boat Style</th>
        <th>Price</th>
        <th>Stability</th>
        <th>Launch</th>
        <th>Comfort</th>
        <th>Ongoing Costs</th>
        <th>Transport</th>
        <th>Best For</th>
      </tr>
    </thead>

    <tbody>
      <tr class="highlight-row">
        <td>Float Boat</td>
        <td>Mid-range</td>
        <td>Very high</td>
        <td>Fast</td>
        <td>High</td>
        <td>Low</td>
        <td>Fits smaller vehicles more easily</td>
        <td>Fishing, relaxing, families</td>
      </tr>
      <tr>
        <td>Standard Kayak</td>
        <td>Low to mid</td>
        <td>Good but narrower</td>
        <td>Fast</td>
        <td>Moderate</td>
        <td>Usually low, accessories extra</td>
        <td>Usually needs roof racks and straps</td>
        <td>Solo paddling, budget entry</td>
      </tr>
      <tr>
        <td>Inflatable Boat</td>
        <td>Budget to mid</td>
        <td>Good buoyancy</td>
        <td>Medium</td>
        <td>Moderate</td>
        <td>Pump, repairs, possible rego if powered</td>
        <td>Packs into boot or cupboard</td>
        <td>Portable boating, compact storage</td>
      </tr>
      <tr>
        <td>Pedal Kayak</td>
        <td>Mid to premium</td>
        <td>Very good</td>
        <td>Fast</td>
        <td>High</td>
        <td>High upfront, add-ons extra</td>
        <td>Often needs roof racks, ute or trailer</td>
        <td>Serious fishing, hands-free control</td>
      </tr>
      <tr>
        <td>Aluminium Tinny</td>
        <td>Mid to high</td>
        <td>Good overall</td>
        <td>Medium</td>
        <td>Moderate</td>
        <td>Boat rego, trailer rego, fuel, servicing</td>
        <td>Usually needs trailer and tow vehicle</td>
        <td>Powered boating, estuary and bay fishing</td>
      </tr>
      <tr>
        <td>Small Tender</td>
        <td>Budget to high</td>
        <td>Generally stable</td>
        <td>Medium</td>
        <td>Moderate</td>
        <td>Registration, fuel, maintenance, storage</td>
        <td>Rigid models need roof carry or trailer; inflatable models pack down</td>
        <td>Short trips, tender use</td>
      </tr>
    </tbody>
  </table>
</div>