body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/*# Outras confugurações feitas por Chagas */
/*# Cor da Barra */
.navbar{
	background-color: #193CA3;
}

tr:hover td{
	background-color: #fdfab4;
}
/*# Cor dos menus */
.nav {
	background-color: #193CA3;
}
.navbar-inverse .navbar-nav>li>a {
    color: #35fc35;x
}