/* default.css                                                       */
/*      a basic stylesheet template for questionnaires               */

/* block-level and inline elements */
body {background: white;}
hr {color: #004c73;}
h1 {color: blue; font-weight: bold;}


/* general style classes */
.section-heading {
	font-weight: bold;
	font-size: 14pt;
}
.question-heading {
	font-weight: bold;
}
.question-text {
	font-weight: bold;
}
.perseus-link {font-size: x-small;}
.text-block {}
.response-set {
	margin: 5pt 30pt 15pt 15pt;
}
.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: #e4e4e4;}

/* 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;}
