/**
 * SUMOshop Faq v?.?
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
#faq-form {
	margin: 10px;
	margin: var(--basic-margin);
}

#faq-question {
	font-style: italic;
}

#faq-left {
	float: left;
	width: calc(1200px * 1/5);
	width: calc(var(--basic-full) * 1/5);
}

#faq-right {
	float: left;
	width: calc(1200px * 4/5);
	width: calc(var(--basic-full) * 4/5);
}

#faq-questions li, #faq-lister li {
	list-style-type: circle;
}

@media only screen and (max-width: 900px) {
	#faq-left, #faq-right {
		float: none;
		width: 100%;
	}
}
