/* NB always targetting .campl-content first, as a proxy for
   "viewing the page normally (with Project Light)" vs "node
    edit or add form", so as to only style the former */

.campl-content .field-name-field-faq-answer {
 display: none;
 padding-left: 1.5em;
}

.campl-content .field-name-field-faq-question {
 cursor: pointer; 
 background-repeat: no-repeat;
 background-size: 1.2em;
 background-position:  left center;
 padding-left: 1.5em;  /* width of the image plus a little extra padding */
}

.campl-content .chemistry-faqs-toggle-all {
 cursor: pointer;
 text-decoration: underline;
}
