/* This stylesheet supports the Expandable Heading and Section Widget */

.contentMain  h1.hs-collapsibleheading {
    margin-left: 0px;   
    cursor: pointer;
    cursor: hand;
}

.contentMain  img.toggle {
    padding: 0px 10px 0px 0px !important;
    margin: 0px;       
}

.contentMain div.section h1, div.section h2, div.section h3 {   
    position: relative;    
} 

.contentMain #toggleExpandedAll {
    color: #000;
}

/* So that design time shows the elements with no clipping */

.contentMain div#pagebody div.InnovaContentWidget img.toggle {
    margin-top: 5px;
}
