#help-sidebar.affix {
top: 0em;   
}

#help-sidebar {
padding: 1em;
margin-left: -1em;  
}
#help-sidebar li {
margin: 0;
}

#help-sidebar .nav>li>a {
color: #264C6F;
padding: 4px 10px;
}
#help-sidebar li a .glyphicon {
margin-right: 8px;
}
#help-sidebar li.active {
background-color: #f5f5f5;
}     
#help-sidebar li.active a {
background-color: #264C6F;
color: #fff;
border-radius: 0;
}    
#help-sidebar li:hover a {
border-radius: 0;
}

.help-header {
  margin: 1em 0;
  padding: 0 1em;
  border-bottom: thin solid #eee;
}

.page-nav ul {
padding-left: 0;
list-style: none;
}
.page-nav  li {
padding: 0.5em 1em 0.5em 3em;
margin: 0;
color: #264C6F;       
}    
.page-nav li:hover {
background-color: #eee;
cursor: pointer;
}

#help-content {
    background-color: #fff;
    min-height: 1000px;
    padding-bottom: 2em;
    padding-left: 30px;
}

#help-content h1 {
    border-bottom: 1px solid #ddd;
    font-size: 26px;
    font-weight: normal;
    text-transform: none;
    margin: 26px 0px 28px;
    padding-bottom: 8px;
}

#help-content h2 {
    background-color: #f1f1f1;
    font-size: 20px;
    font-weight: normal;
    padding: 8px;
    text-transform: none;
}

#help-content h3 {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    padding: 8px;
    text-transform: none;
}

#help-content h4 {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    padding: 8px;
    text-transform: none;
}

#help-content section {
    margin-bottom: 1.5em;
}

.content-sheet {
    padding-bottom: 0px;
}

.content-sheet>.header {
    margin-bottom: 0px;
}

.main-content {
    overflow: auto;
    width: 100%;
    font-size: 14px;
    background-color: #f5f5f5;
}
