#content form.reply
{
	margin: 0;
	padding: 0;
	padding: 1px 0;
	border-left: 0;
	border-right: 0;
}

#content form fieldset
{
	margin: 10px 0 0 0;
	padding: 0 0 10px;
	border: 0;
	margin-bottom: 1px;
}

#content form.reply fieldset label,
#content form.reply fieldset input,
#content form.reply fieldset select,
#content form.reply fieldset textarea,
#content form.reply fieldset div
{
	display: block;
	clear: none;
}

#content form.reply fieldset label
{
	font-weight: bold;
	padding-top: 8px;
	clear: left;
}

#content form.reply fieldset div
{
	padding: 5px;
}

#content form.reply fieldset textarea
{
	clear: left;
}

#content form.reply fieldset input[type=submit]
{
	clear: left;
	margin-top: 10px;
}

#content form.reply fieldset span.notify
{
	float: left;
	padding: 12px 0 0 8px;
	line-height: 11px;
	color: #808080;
}

#content form.reply fieldset span.notify label
{
	font-weight: normal;
	clear: none;
	float: left;
}

#content form.reply fieldset span.notify input
{
	margin: 8px 4px 0 0;
	padding: 0;
	float: left;
}

#content p.message
{
	clear: both;
	margin: 10px 15px;
	padding: 10px 0;
}

#content form.reply input,
#content form.reply textarea
{
	width: 452px;
	padding: 5px;
}

#content form.reply input[type=submit]
{
	width: auto;
	padding: 8px;
}

#content form.reply fieldset input.problem,
#content form.reply fieldset textarea.problem
{
	border: 1px solid #ff9c00;
}

#content form.reply fieldset input.problem:focus,
#content form.reply fieldset textarea.problem:focus
{
	outline: none;
}

.icon-pushpin
{
	opacity: .5;
}

.icon-plus-sign:before
{
	color: #0069ff;
}

.related-articles,
.related-articles *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.related-articles,
.related-articles > ul,
.related-articles > ul > li,
.related-articles > ul > li > a
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

.related-articles
{
	padding: 0 .5em;
}

.related-articles > ul > li
{
	clear: none;
	padding: 1em .5em;
	width: 25%;
}

.related-articles.category
{
	padding: 0;
}

.related-articles.category > ul > li
{
	padding-top: .25em;
}

.related-articles.category > ul > li:first-of-type
{
	padding-left: 0;
}

.related-articles.category > ul > li:last-of-type
{
	padding-right: 0;
}

.related-articles.count-3 > ul > li,
.related-articles.category > ul > li
{
	width: 33.333%;
}

.related-articles > ul > li > .cover
{
	height: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 46.25%;
	margin-bottom: .5em;
	border-radius: .25em;
	background-color: #0069ff;
}

.related-articles > ul > li > h3
{
	font-size: 14px;
	line-height: 1.25;
}

.related-articles > ul > li > p
{
	padding-top: .15em;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #474950;
}

#content form ul.toolbar li > a
{
	font-size: 10px;
}

.affiliate_disclaimer {
	color:black;
	font-size:0.929em;
	max-width:100%;
	line-height: 1.35;
	margin: 0 15px;
	clear: both;
}