/* Boston Sportsman.css                                              */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {background: white;}
hr {color: orangered;}
h1 {color: orangered; font-weight: bold;}

/* general style classes */
.section-heading {font-weight: bold; color: blue; font-size: large;}
.text-block {font-weight: bold;}
.question-heading {font-weight: bold; color: blue;}
.question-text {color: blue; font-size: medium;}
.choice-text {font-size: medium;}
.list-anchor {font-weight: bold;}
.response-set {margin: 15pt 30pt 0pt 30pt;}
.submit-button {}

/* table row styles for scale-definition questions */
.category-row {}
.anchor-row {color: lightblue;}
.choice-row {font-size: medium;}
.coded-choice {}

/* table text styles for scale-definition questions */
.total-row {font-weight: bold;}
.odd-row {font-size: medium;}
.even-row {font-size: medium; background: skyblue;}
.topic-text {font-size: medium;  color: blue;}

/* table and cell styles for multi-page progress indicator */
.progress-table {}
.completed-cell {background: blue;}
.uncompleted-cell {background: orangered;}
