/* CSS Document */
body#rebates #faq a {
	color: #92bbd6;
}
.link11 {
	max-width:900px;
	/*margin:0 auto;*/
}
p.questions11 {
	margin-bottom:0;
}
.row img {
	display:block;
	position:relative;
	top:70px;
}
p.answer a{
	color:#7e7e7e;
	font-weight:bold;
	font-style:italic;
}
p.answer a:hover {
	color:#92bbd6;
}
@media screen and (max-width:1250px) {
	.link11 {
		max-width:800px;
	}
}
@media screen and (max-width:1140px) {
	.link11 {
		max-width:700px;
	}
}
@media screen and (max-width:1030px) {
	.link11 {
		max-width:600px;
	}
}
@media screen and (max-width:920px) {
	.link11{
		max-width:500px;
	}
}
@media screen and (max-width:820px) {
.link11{
		max-width:400px;
	}
}
@media screen and (max-width:700px) {
	.row img {
		width:128px;
		height:auto;
	}
}
@media screen and (max-width:630px) {
	.link11{
		max-width:300px;
	}
	.row img {
		width:88px;
		height:auto;
	}
}	
@media screen and (max-width:620px) {
	.link11{
		max-width:500px;
	}
	.row img {
		top:30px;
		width:128px;
		height:auto;
	}
	p.questions11 {
		text-align:center;
	}
	p.answer a {
		font-size:14px;
	}
}