/* This stylesheet is included only in online output and sets all exandable sections 
     to invisible, and Show All link to visible */
     
.contentMain .hs-collapsed {
    display: none;
}

.contentMain .hs-expanded {
    margin-left: 14px;
}

.contentMain div#HSShowAll {
    display: block;
}

.contentMain div#HSHideAll {
    display: none;  
}
