/* Styles for quizes in the Symposium section */
#quizcontent {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

#topic_title {
  font-weight: bold;
  font-size: 10pt;
}

.emphasis {
  font-weight: bold;
  text-decoration: underline;
}

.text {
  font-size: 8pt;
}


.questionTable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.questionTable td {
  padding: 5;
}


.questionString {
  font-size: 8pt;
}

.questionNum {
  font-weight: bold;
  vertical-align: top;
}

.optionString {
  font-size: 8pt;
}

#submitInfo {
  text-align: center;
}

.truefalse {
  font-size: 8pt;
  text-align: right;
  white-space: nowrap;
}


#explanations {
  margin-top: 1em;
  padding: 3px;
}


#explanations td {
  vertical-align: top;
  font-size: 10pt;
}

.explanations_col1 { font-weight: bold; font-size: 10pt; vertical-align: top; }

.explanations_col2 { font-size: 10pt; }


#no_answers{ font-size: 10pt; color: red; text-align: center; }
