<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">
<br><br><br><br><br><br>
<div class="col-md-12">
<h4 align="center">Listagem de Empresas</h4>
<div class="table-responsive">
<button type="button" class="btn btn-primary">Cadastrar Empresa</button><br><br>
<table id="mytable" class="table table-bordred table-striped">
<thead>
<th>Número Ordem</th>
<th>Razão Social</th>
<th>Visualizar</th>
<th>Excluir</th>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Empresa X</td>
<td><p><button class="btn btn-primary btn-xs" data-title="Edit" data-toggle="modal" data-target="#edit" data-placement="top" rel="tooltip"><span class="glyphicon glyphicon-eye-open"></span></button></p></td>
<td><p><button class="btn btn-danger btn-xs" data-title="Delete" data-toggle="modal" data-target="#delete" data-placement="top" rel="tooltip"><span class="glyphicon glyphicon-trash"></span></button></p></td>
</tr>