/*!
 * Documentation CSS 
 */

body {
    padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
#docs-main.container {
    padding: 100px 30px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}
.brand-inner {
    font-size: 11px;
}
.navbar-brand {
  float: right;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
  padding: 5px 15px;
}
.navbar ul {
    padding-left: 20px;
}
.lead {
    font-size: 18px;
    font-weight: normal;
    padding-left: 3px;
}
.list-group-item {
    background-color: #fff;
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    display: block;
    padding: 10px 15px;
    position: relative;
    margin-bottom : 0px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
}
.tab-content li {
    padding: 5px;
}
.tab-content a {
    color: #30418c;
}

.box.intro pre.code {
    background: #fcfbfa none repeat scroll 0 0;
    border: 1px solid #efeeed;
}
.box.intro {
    margin-top: 10px;
}
.method.item {
    background: #fcfbfa none repeat scroll 0 0;
    border: 1px solid #efeeed;
    border-radius: 5px;
    padding: 10px;
}
.navbar-header.col-lg-3 {
  padding-bottom: 8px;
  padding-top: 8px;
}
footer {
  bottom: 0;
  margin: 0;
  position: fixed;
  width: 100%;
}