body {
	margin: 0 auto;
	max-width: 42em;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #555;
	line-height: 1.5;
	padding: 4em 1em;
}

h1,
h2,
th,
strong {
	color: #333;
}

a {
	color: #e81c4f;
}

h2 {
	margin-top: 1em;
	padding-top: 1em;
}

table {
	text-align: center;
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #333;
	padding: 0.5em 1em;
}

figure {
    text-align: center;
}

figcaption {
	font-size: smaller;
}

img.patented {
	border-radius: 10px;
	max-width: calc(100vw - 8em);
}

div.reflink {
	background-color: #f7f7f7;
	border-radius: 30px;
	border-style: dotted;
	border-color: black;
	line-height: 2;
	padding: 1em 1.5em;
}

div.index {
	border-radius: 30px;
	border-style: solid;
	border-color: black;
	padding: 0 0.5em;
}

div.index > p {
	padding-left: 1em;
}
