


main > h6{
    color: var(--green);
    
    display: block;
}
#help-content h4{
    clear: both;
    margin-top: 0.5rem;
    color: var(--green)
}
#help-content > div:not(:first-child){
    margin-top: 2rem;
}

.help-img{
    padding: 0.4rem 1rem 1rem 0;
    float: left;
    width: 50%;
    /* transition: width 0.25s; */
}
.help-img:hover{
    /* width: 100%; */
}

#help-main{

}
#help-nav{

}

strong{
    font-weight: 600;
}

#help-nav button{
    margin-bottom: 0.5rem;
}
#help-content{
    position: relative;
    top: 0;
    height: calc( 100vh - 120px);
    overflow-y: scroll;    
}




.inline-img{
    width: 1rem;
}
.c-btn.active{
    background-color: var(--lighter-green);
}