body {
  padding-top: 70px;
}

.navbar-mydough {
  background-color: #14233c;
}

.navbar-mydough .navbar-brand, .navbar-mydough .navbar-nav>li>a {
  color: #fff;
}

.navbar-mydough .navbar-nav>li>a:focus, .navbar-mydough .navbar-nav>li>a:hover {
  background: #080D17;
}

.navbar-mydough .navbar-brand:focus, .navbar-mydough .navbar-brand:hover, .navbar-mydough .navbar-nav>li>a:focus, .navbar-mydough .navbar-nav>li>a:hover {
  color: #ddd;
}

.navbar-mydough .navbar-nav>.active>a, .navbar-mydough .navbar-nav>.active>a:focus, .navbar-mydough .navbar-nav>.active>a:hover {
  background-color: #00a4db;
  color: #fff;
  font-weight: bold;
}

#sql {
  width: 100%;
  height: 100px;
}

#searchButton {
  display: block;
  margin: 0 auto 10px;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border:1px solid #000;
}

th, td {
  padding: 5px;
}

th {
  text-align: center;
}