html {
	font-size: 100%;
}
body {
	background: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 150%;
}
#wrapper {
	border: thin solid #a1a1a1;
	max-width: 55em;
	margin: 2.5em auto 1.25em auto;
	border-radius: 0.25em;
	padding: 0 2em;
}
#txt {
	margin: 1.5em 0 0 0;
}
#properties {
	margin: 1.5em 0;
}
h1 {
	font: 1.6em Verdana, sans-serif;
	color: maroon;
	display: inline;
	position: relative;
	top: -0.7em;
	background: white;
	padding: 0 1em;
      font-weight: normal;
}
h2 {
	font-size: 1.3em;
      font-weight: normal;
}
h3 {
	font-size: 1.1em;
      font-weight: normal;
      margin-top: 2em;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: purple;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: gray;
	text-decoration: none;
}
table {
	max-width: 14em;
	margin: 2em 0 1.6em 0;
	border: none;
	border-collapse: collapse;
	font-size: 0.85em;
}
tr {
	background: #fafad2;
}
td {
	padding: 0.25em 0.5em;
	border: thin solid gray;
}
col#left_col {
	width: 30%;
}
col#right_col {
	width: 70%;
}
caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	color: maroon;
}
.cen {
	text-align: center;
}
footer {
	display: block;
	border-top: thin dotted #a1a1a1;
	text-align: center;
	padding: 1em 0;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline;
}
footer span {
	padding: 0 0.1em 0 0.4em;
}
figure {
	display: block;
	margin-top: 2em;
	position: relative;
}
img {
	height: auto;
	max-width: 100%;
	margin-top: 0.75em;
}
h1 + p {
	margin-top: 0;
}
ol {
	margin-right: 5em;
}
ol li {
	margin-bottom: 0.3em;
}
aside {
	display: block;
	float: right;
	max-width: 15em;
	background: #fffafa;
	border: thin solid gray;
	padding: 0.5em;
	font-size: 0.85em;
	line-height: 150%;
	border-radius: 0.3em;
	margin-top: 1em;
}
p#note {
	margin-bottom: 2em;
}
i.fa-home {
	font-size: 1.25em;
}
ul.related-resources {
      list-style: circle;
      margin-bottom: 2em;
}
ul.related-resources li:first-child {
      margin-bottom: 1em;
}

/* For desktops & laptops when browser is squeezed horizontally */

@media only screen and (max-width:700px) and (min-device-width:1024px) {
ol {
	margin-right: 0;
}
}

/* For iPad in portrait mode only */

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
body {
	font-size: 1.2em;
}
ol {
	margin-right: 0;
	padding-left: 1.25em;
}
#wrapper {
	padding: 0 1em;
}
}

/* Smartphones */

@media only screen and (max-device-width:800px) {
body {
	font-size: 1.2em;
}
ol {
	margin-right: 0;
	padding-left: 1.25em;
}
ul.related-resources {
	padding-left: 1.25em;
}
#wrapper {
	border: 0;
	padding: 0 1em;
	margin: 0 auto;
}
h1 {
	display: block;
	position: static;
	padding: 0;
}
aside {
      float: none;
}
footer li span {
	display: none;
}
footer li:last-child {
	display: block;
	margin-top: 0.5em;
}
}

