@font-face { font-family: "Arno Pro"; src: url('/fonts/arno-pro.otf'); }

a { text-decoration: none; }
a:hover { text-decoration: none; }
a>div { display: none; }
a:hover>div { display: block; }
a.hidden { color: initial; cursor: text; text-decoration: none; }

blockquote p { margin-top: 0; margin-bottom: 0; }
footer { font-size: 0.7em; line-height: 130%; margin-top: 20px; margin-bottom: 1em; }
hr { margin-top: 16px; margin-bottom: 16px; }
ol li { margin-top: 10px; margin-bottom: 10px; }
p { margin-top: 10px; margin-bottom: 10px; }
strong { font-weight: 900; }
td { display: inline-block; vertical-align: text-top; }
ul { margin: 0; }

img.centered {
   position: absolute;
   top: 0; left: 0; right: 0; bottom: 0;
   max-width: 100%; max-height: 100%;
   margin: auto;
}

.clear { clear: both; }
.indented { margin-left: 2%; }
.left { float: left; width: 50%; text-align: left; }
.no-top { margin-top: 0; }
.right { float: left; width: 50%; text-align: right; }
.together { margin-top: 1em; margin-bottom: 1em; }
.together p { margin-top: 0; margin-bottom: 0; }

.code {
   font-family: "Courier New", "Courier 10pt", Monospace;
   white-space: pre;
}
