/* This is the main css file of Tetrahedron.
 * Only used by Tetrahedron pages.
 * Copyright 2022 Tetrahedron. All rights reserved. */

body {
	background: white;
	color: black;
	font-family: Georgia, serif;
	font-size: 12pt;
	margin: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	font-family: Calibri, sans-serif;
	font-size: 35pt;
}

h2 {
	font-family: Calibri, sans-serif;
	font-size: 25pt;
	margin: 0;
}

h3,
h4 {
	font-family: Calibri, sans-serif;
	font-size: 15pt;
	margin: 0;
}

p {
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

pre,
code,
a code {
	color: #060;
}

h2 a,
h3 a {
	color: #666;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a {
	color: #3b5998;
}

table {
	border-collapse: collapse;
	border: 0;
}

td {
	border: 0;
	padding: 0;
}

#body {
	margin: auto;
	max-width: 850px;
}

#header {
	margin-bottom: 15px;
	margin-right: 30px;
	text-align: center;
}

#content,
#footer {
	margin-left: 31px;
	margin-right: 31px;
}

#content p,
#content li,
#footer {
	line-height: 16pt;
}

#content pre {
	line-height: 14pt;
	margin: 17pt;
	padding-left: 1em;
	border-left: 1px solid #ccc;
}

#footer {
	margin-top: 1em;
}

#content h2,
#content h3 {
	color: #666;
	margin-bottom: 2pt;
	margin-top: 17pt;
}

#content h2 {
	font-size: 19pt;
}

#content h3 {
	font-size: 15pt;
}

#content p {
	margin: 0;
	margin-bottom: 1em;
}

#content td,
#content th {
	padding: 5px;
}

#content td {
	border-top: 1px solid #DDD;
}

#content th {
	color: #666;
	text-align: left;
}