body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.navbar-inverse {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#3c3c3c),to(#222));
    background-image: -webkit-linear-gradient(top,#141B4D 0,#141B4D 100%);
    background-image: -moz-linear-gradient(top,#141B4D 0,#141B4D 100%);
    background-image: linear-gradient(to bottom,#141B4D 0,#141B4D 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.navbar-inverse .navbar-nav>.active>a {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#141B4D),to(#141B4D));
    background-image: -webkit-linear-gradient(top,#141B4D 0,#141B4D 100%);
    background-image: -moz-linear-gradient(top,#141B4D 0,#141B4D 100%);
    background-image: linear-gradient(to bottom,#141B4D 0,#141B4D 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.25)
}