
#header {
	background-image: url(images/title_bg.jpg);
}

#header #title {
	background-color: #4ebec8;
}

div.question {
	background-color: #4ebec8;
	color: white;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

div.question  h2 {
text-align: left;
padding-left: 10px;
font-size: 17px;
}

div.answer {
	background-color: white;
	padding: 10px 0px 15px 0px;
	border-radius: 5px;
	margin-bottom: 30px;
}

div.question div.qa, 
div.answer  div.qa {
display: table-cell;
font-size: 19px;
padding: 0px 20px 0px 25px; 
font-weight: 600;
color: #ea7d7d;
}

div.question div.qa {
color: white;
padding: 0px 5px 0px 25px; 
}

div.question div.text,
div.answer  div.text {
display: table-cell;
padding-right: 30px;
font-size: 15px;
}