/*
===========================================================
	GENERAL STUFF
===========================================================
*/

@import "/styles/cahestyle.css";

.question {
	font-weight: bold;
}

#content p.answer {
	margin-left: 80px;
}

#content p.answer_category
{
	margin-left: 60px;
	font-weight: bold;
}

#content .resource
{

	margin: 20px;
	padding: 20px;
	border: 1px solid #999;
	background: #eee;
	color: #000;

}

.nb	{
	font-size: smaller;
	}

.screenshot {
	text-align: center;
	font-size: smaller;
	font-style: italic;
	color: #666;
}
.screenshot img {
	border: 1px solid #666;
	margin: 0px;
}

