/* Stylesheet for FAQ */

#support .support-faq {
	background: orange;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

#content h4 {
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: solid 1px #ddd;
	}
	#content h4.noline {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
		}

@media not screen and (max-width: 480px) {

p, 
p + ul {
	margin-left: 2em;
	margin-right: 1em
	}

}