div.datasheet-container {
	display: inline-block;
	width: 395px;
	height: 180px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	margin-top: 20px;
}

code {
	font-family: monospace;
	background: #eee;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	font-size: 13px;
}

section {
	margin-top: 40px;
}

section.help-category {
	margin-bottom: 80px;
}

section.help-category ul {
	margin-bottom: 40px;
}

h4.help-subcategory {
	font-size: 16pt;
	font-weight: 300;
	margin-bottom: 20px;
}

p.product-title {
	color: black;
	font-size: 24pt;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 0px;
}

p.product-subtitle {
	text-align: center;
	font-size: 16pt;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.0;
	margin-bottom: 20px;
	color: #555;
}

span.transfer-title {
	font-weight: 300;
}

div.help-icon-container {
	margin-top: 60px;
	margin-bottom: 60px;
}

div.help-icon-container a {
	text-decoration: none;
}

div.datasheet-container-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

div.datasheet-container-content img {
	margin-bottom: 10px;
}

li.help-page {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
}

li.help-page img {
	float: left;
	margin-top: 8px;
	margin-right: 14px;
}

li.help-page a {
	display: block;
}

li.help-page h4 {
	margin-bottom: 0px;
}

li.help-page p {
	text-decoration: none;
	display: inline-block;
	margin-bottom: 0px;
}

li.help-page a:hover p {
	display: inline-block; 
	text-decoration: none;
}

div.support-content-float-right {
	float: right;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 30px;
}

div.support-content-float-right p {
	width: 200px;
	display: block;
	margin: auto;
	margin-top: 10px;
}

div.support-content-float-reset {
	clear: both;
}

table#sort-photo-example {
	margin: auto;
	width: 66%;
	line-height: 150%;
}

table#sort-photo-example tr td:nth-child(1), table#sort-photo-example tr td:nth-child(3) {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

img.screenshot-bordered {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
}

p.sort-photo-example {
	margin-top: 10px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

td.recipes-table-title {
	width: 200px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

table.recipes-table td {
	padding-top: 20px;
}

tr.recipes-table-divider-row {
	font-weight: bold;
	background-color: #eee;
}

tr.recipes-table-divider-row td {
	padding-top: 10px;
	padding-bottom: 10px;
}

