article
{
	font-size: 14px;
}

article > p,
article > ul,
article > section > p,
article > section > ul
{
	margin-right: 30px;
}

article > section.conclusion
{
	clear: none;
	width: auto;
	float: right;
	margin-right: 15px;
}

article > .summary
{
	position: relative;
	clear: both;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
	margin-bottom: 1rem;	
	padding: .25rem 0 1rem;
}

article > .summary.recommended,
article > .summary.essential,
article > .summary.avoid
{
	padding: .75rem;
	margin-right: 2rem;
	min-height: 5.5rem;
	border-radius: .2rem .2rem 0 0;
	border-bottom-width: 4px;
}

article > .summary.recommended
{
	background-color: #efefef;
	border-color: #a5a7aa;
}

article > .summary.essential
{
	background-color: rgba(172,138,61, .14);
	border-color: #d8ae33;
}

article > .summary.avoid
{
	background-color: rgba(235,28,36, .14);
	border-color: #eb1c24;
}

article > .summary > img
{
	position: relative;
	margin: -3.25rem -1.5rem 0 1.5rem;
	float: right;
	width: auto;
	max-height: 160px;
}

article > .summary > p
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.1;
}

article .image-gallery.single .illustration,
article .image-gallery.single .illustrationPreview {
	width: 100% !important;
}

article .image-gallery.half .illustration,
article .image-gallery.half .illustrationPreview {
	width: 50% !important;
}

article .image-gallery.third .illustration,
article .image-gallery.third .illustrationPreview {
	width: 33.333% !important;
}

article .image-gallery.quarter .illustration,
article .image-gallery.quarter .illustrationPreview {
	width: 50% !important;
}

article .image-gallery.fifth .illustration,
article .image-gallery.fifth .illustrationPreview {
	width: 20% !important;
}