﻿body 
{
	background-image: none;
	background: none;
	padding: 20px;
	padding-top: 10px;
}

.HelpSection
{
	padding-top: 10px;
}

.HelpSection .Task
{
	padding-top: 18px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.HelpSection .Solution
{
	padding-bottom: 18px;
	border-bottom: solid 1px #b7b7b7;
}

.HelpSection ul
{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

.HelpSection ul li 
{
	margin-bottom: 10px;
	line-height: 16px;
}


.HelpSection img
{
	margin: 0px 0px 0px 20px;
	padding: 0;
}

.HelpSection .figure
{
	margin: 0px 0px 10px 20px;
	padding: 0;
    font-size: 10px;
}

.Solution li.subItem {
    list-style: lower-alpha;
}

img.resize {
    max-width: 100%;
    height: auto;
}