<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<div class="panel panel-primary">
<div class="panel-heading">
<div class="panel-title">
Add Legs to Flight
</div>
</div>
<div class="panel-body">
<div class="row clearfix">
<div class="col-md-12 column">
<table class="table table-bordered table-hover" id="tab_logic">
<thead>
<tr >
<th>
Leg
</th>
<th>
Origin
</th>
<th>
Planned Departure Time
</th>
<th>
Actual Departure Time
</th>
<th>
Destination
</th>
<th>Planned Arrival Time</th>
<th>Actual Arrival Time</th>