/* default.css                                                       */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {background: white;}
hr {color: blue;}
h1 {color: blue; font-weight: bold;}

/* general style classes */
.section-heading {font-weight: bold;}
.question-heading {font-weight: bold;}
.question-text {}
.perseus-link {font-size: x-small;}
.text-block {}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* choose one/many question styles */
/* list-anchor is the class used for the labels for choice groups */
.choice-text {}
.list-anchor {font-weight: bold;} 	

/* table styles */
.category-row {}
.anchor-row {}
.choice-row {}
.coded-choice {}
.total-row {font-weight: bold;}
.odd-row {}
.even-row {background: lightblue;}

/* text styles for table and fillin questions */
.topic-text {}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: blue;}
.uncompleted-cell {background: gray;}