/*static toolbar offset*/
body { padding-top: 50px; }

a {

    color: #777;
}
/*
Keep the anchors below the static header.
*/
*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}

#sidebar-wrapper {
    padding-top: 20px;
    padding-bottom: 80px;
}

pre {
	margin-left: 2em;
	border: 1px solid #D9D9D9;
	padding:1em;
	background: #F7F7F7		
}

td {
    padding: 1em;
}

table {
    margin-bottom: 3em;
}

h2 a:hover {
	text-decoration: none;
}

.col-md-3{
    width:23%;
}

#colnudge-0{
    margin-left:60px;
}

.navbar .container {
    margin-left: 0px; 
    padding-left: 10px; 
}

#sidebar-nav {
    padding-left:10px;
}

#sidebar-nav .section {
	color: white;
    font-weight: bold;
}


#sidebar-nav a {
    color: #a4aab0;
}

#sidebar-nav li {
	list-style-type: none;
	margin-bottom: .5em;
}


#toc {
    padding-top:10px;
}

.toc ul {
	 padding-left: 0px; 
}

.toc li {
	list-style-type: none;
	margin-bottom: .5em;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #33373B;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 0px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
    #colnudge-0{
        margin-left:30px;
    }

    .colnudge{
        margin-left:30px;
    }
}

