.table2 {
	text-decoration: none !important;
	color: #333 !important;
}


#FAQTitle {
	width: 100%;
	height: 120px;
	float: left;
	margin: 80px 0 0 0;
	border-bottom: 2px solid #FFB646;
}
#FAQTitle h1 {
	margin: 30px 5% 0 20px;
}
#questions {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
#questions h2 {
	font-size: 26px;
	margin: 50px 2% 0 50px;
}
#questions p {
	font-size: 18px;
	margin: 20px 3% 0 80px;
}
#questions a {
	text-decoration: underline;
	color: blue;
}

span {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
#table {
	width: 98%;
	margin: 30px 0 0 0;
	display: none;
	float: left;
}




/*/////////////////////////////////////        MEDIA QUERIES      //////////////////////////*/

@media only screen and (max-width: 900px) {

	#FAQTitle {
		margin: 65px 0 0 0;
		border-bottom: 2px solid #FFB646;
	}

}
@media only screen and (max-width: 800px) {

	#FAQTitle h1 {
		font-size: 28px;
	}

}
@media only screen and (max-width: 600px) {

	#FAQTitle h1 {
		margin: 30px 5% 0 20px;
	}
	#questions h2 {
		font-size: 24px;
		margin: 50px 2% 0 5%;
	}
	#questions p {
		font-size: 18px;
		margin: 20px 3% 0 10%;
	}

}

@media only screen and (max-width: 400px) {

	#FAQTitle h1 {
		font-size: 26px;
	}
	#questions h2 {
		font-size: 20px;
	
	}
	#questions p {
		font-size: 15px;
		
	}

}