/* Paris Island Pride.css                                            */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {background: darkkhaki;}
hr {color: darkred;}
h1 {color: darkred; font-weight: bold;}
a:link {color: black; text-decoration: underline;}

/* general style classes */
.section-heading {font-weight: bold;}
.question-heading {font-weight: bold;}
.question-text {}
.choice-text {}
.list-anchor {font-weight: bold;}
.text-block {font-weight: bold;}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {}
.anchor-row {background: darkred;}
.choice-row {font-weight: bold; color: darkred;}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {font-weight: bold;}
.odd-row {}
.even-row {color: darkkhaki; background: darkred;}
.topic-text {}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: darkred;}
.uncompleted-cell {background: black;}
