/* style-FAQ-nojavascript.css */

/* This css file contains the css style info for the FAQ page when the browser  */
/* has javascript disabled or common styles that are independent of javascript. */ 

/* hide  the show & hide all answers buttons when javascript is disabled */
#buttons_top, #buttons_bottom  {position:absolute; visibility: hidden;}

/* zero DDs and DTs padding and margins */
#FAQ-dl dd,#FAQ-dl dt {margin:0px; padding:0px;}

/* margins for the DT questions */
#FAQ-dl dt {margin:16px 20px 16px 0px;}

/* format for the DT questions when javascript is disabled */
#FAQ-dl dt {font-weight:bold; padding-left: 20px;}
 
/* format for the DD answers */
#FAQ-dl dd {margin:-8px 20px 20px 30px; padding:3px 10px; color: var(--faq-answers-color);}