body{
	padding-top: 80px;
}

.jumbotron{
  background-image: url(../img/company.png);
  background-position: center center;
  background-size: cover;
  }

  h3 {
  background-color: rgb(12, 95, 139);
  color: white;
  padding: 5px;
    font-size: 1.3em;
}

.media-heading {
  font-weight: bold;
}

.row{
  margin-bottom: 21px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #dddddd;
}
.info{
  font-size: 90%;
}