* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: 500;
    line-height=1.1;
}
a {
    color: #477A26;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}
    

h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;;
}
h3 {
    font-size: 2em;
}
h4, h5, h6 {
    font-size: 1.5em;
}
.backquotes {
    font-weight: bold;
}
.figure {
  width: 460px;
  padding: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  /* default centered */
  display: block;
  margin: 10px auto 20px;
  text-align: center;
}
pre {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 0.5em;
    background: none repeat scroll 0% 0% #F0F0F0;
}

.doc-container {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-nav-container {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.sidebar-nav {
    font-size: 0.8125em;
}
.sidebar-nav .toc dd {
    margin-left: 1em;
}

.sidebar-nav dl .section {
    margin-bottom: 2em;
}
.sidebar-nav dl .toc dt {
    font-size: 1.2em;
}
.sidebar-nav dl {
    margin-bottom: 1em;
} 
.sidebar-nav dt {
    line-height: 1.5;
}

.prev-nav {
    float: left !important;
}
.next-nav {
    float: right !important;
}
.toc dt {
    font-weight: bold;
}
.toc dd a {
    font-weight: normal;
}
.top-nav-row {
    text-align: center;
    padding:9px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    border-radius:3px
 }

pre .inline {
    display: inline;
}

.well{
    min-height:20px;
    padding:9px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    border-radius:3px
}

