body {
	font-family: system, -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background: rgb(255,255,255);
	color: rgb(0, 0, 0);
	height: 100%;
	max-width: 46em;
	min-width: 34em;
}

header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(238,238,238);
	height: 8em;
}

nav {
	min-height: 100%;
	float: left;
	padding-left: 1em;
	padding-top: 1.9em;
	width: 6.5em;
	top: 8em;
	text-align: right;
}

main {
	margin-left: 11em;
	margin-right: 1em;
	margin-bottom: 2em;
}

section {
	padding-bottom: 1em;
	padding-top: 0.6em;
}

footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgb(238,238,238);
	bottom: 0;
	left: 0;
	right: 0;
	clear: both;
	text-align: center;
	padding: 0.5em;
}

a, a:link, a:visited {
	text-decoration: none;
	color: rgb(22,0,254);
}

a:hover {
	text-decoration: underline;
	color: rgb(109,109,109);
}

a.noLink, a.noLink:link, a.noLink:visited, a.noLink:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}

img {
	border: 0;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

header h1 {
	margin-left: 157px;
	margin-top: 32px;
	position: absolute;
	clear: both;
	white-space: nowrap;
}

header h2 {
	position: absolute;
	margin-top: 66px;
	margin-left: 157px;
	font-style: normal;
	color: rgb(60,60,60);
	font-size: 90%;
	float: left;
	white-space: nowrap;
}

p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 140%;
}

nav h3 {
	line-height: 1.1em;
	font-weight: 500;
	font-size: 100%;
}

.indented {
	margin-left: 2em;
}

.logo {
	position: absolute;
	width: 64px;
	height: 64px;
	margin-left: 52px;
	margin-top: 23px;
}

dt {
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
}

dd {
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
}

dl {
	padding: 0;
	margin: 0;
}

pre {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	white-space: pre-wrap;
}

ul, ol {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	padding-left: 2em;
}

ol {
	padding-left: 3em;
}

table {
	border-collapse: collapse;
	margin-top: 1em;
}

table, th, td {
	border: 1px solid rgb(20,20,20);
}

td {
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 90%;
}

th {
	background: rgb(215,215,215);
}

tr:nth-child(even) {
	background: rgb(249,249,249);
}

.checkmark {
	color: rgb(67,214,81);
}

aside {
	padding: 0.8em;
	margin: 0.6em;
	margin-top: 1em;
	margin-right: 0;
	float: right;
	width: 154px;
	font-size: 78%;
	line-height: 1.3em;
	background: rgb(234,234,234);
}

.download {
	float: left;
	margin-left: -24px;
	margin-top: 2px;
	width: 18px;
	height: 18px;
}

.screenshot {
	width: 500px;
	height: 312px;
}

.contentPadding {
	padding-top: 1em;
}

.center {
	text-align: center;
}

.appLogo {
	vertical-align: text-bottom;
	width: 24px;
	height: 24px;
}

video {
	padding-top: 1em;
}

.pbaStore, .macAppStore {
	width: 165px;
	height: 40px;
}

.appStore {
	width: 135px;
	height: 40px;
}