@charset "utf-8";
/* CSS Document */
/* This CSS is used for the Show/Hide functionality. */
#more {
  display: none;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }
a {
  text-decoration: none;
  color: #ffffff;
}
.q_and_a_heading {
	padding-left: 0px;
	text-align: left;
	color: #FCEE21;
	font-size: 38px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}
.q_and_a_questions {
	margin-bottom: 0px;
	text-align: left;
	color: #FCEE21;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
    text-decoration: underline;
	cursor: pointer;
}
.q_and_a_answer {
	text-align: justify;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	display: none;
}
.open_answer {
	display : block!important;
}
.q_and_a_answers_highlight {
	color: #FCEE21;
	font-size: 14px;
	font-weight: bold;
}