@charset "utf-8";
/* CSS Document */
.wrap {
	margin: 20px;
}
#sg {
	line-height: 1.5;
	padding: 10px;
	margin: 0px 5px 0px 5px;
	width: 90%;
	margin: auto;
	font-size: 20px;
}
#faq {
	line-height: 1.5;
}
#faqHeader {
	margin-bottom: -20px;
}
.answer {
	margin-left: 20px;
	clear: none;
}
.top {
	text-align: right;
	font-weight: bold;
}
#contact {
	background: white;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	width: 300px;
	padding: 15px;
	margin: auto;
}
#contact h2,
#contact h3 {
	font-size: 15px;
}
.border {
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	clear: both;
}
#faq li {
	font-size: 20px;
	font-weight: 500;
}
#continue_to_questions_and_answers {
	display: block;
	text-align: center;
	padding: 5px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	color: #3269c3;
}
.wrap a:hover {
	text-decoration: underline;
}
.wrap a:visted {
	color: #000;
}
.wrap a {
	text-decoration: none;
	color: inherit;
}
.top a {
	color: #3269c3;
}
@media screen and (min-width: 1160px) {
	#contact {
		float: right;
		margin-top: -210px;
		margin-right: 5px;
		margin-bottom: 20px;
	}
	#continue_to_questions_and_answers {
		margin-right: 470px;
		margin-left: 470px;
	}
}
