html {
color: #333;
font-size: 1em;
font-family: Georgia, Cambria, Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
line-height: 1.45;
text-align: left:
width: 100%;
max-width: 40em;
margin: 0 auto 0 auto;
padding: 0;
}
body {
border-top: hidden;
border-bottom: hidden;
padding: 0 1.5em 1em 1.5em;
margin: 0;
}
#content {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
code {
font-size: 0.9em;
font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Lucida Console", "Courier New", Courier, monospace;
color: black;
display: inline-block;
font-weight: bold;
}
pre code {
font-size: 1em;
font-family: monospace;
line-height: 1.3em;
overflow: auto;
font-weight: normal;
}
kbd {
font-size: 1.1em;
padding: 0.1em 0.6em;
border: 1px solid #ccc;
font-family: monospace;
background-color: #f7f7f7;
color: #333;
-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin: 0 0.1em;
text-shadow: 0 1px 0 #fff;
white-space: nowrap;
}
h1, h2, h3, h4, h5, h6 {
font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans", Tahoma, Geneva, Helvetica, Arial, sans-serif;
margin-bottom: 0;
}
h1 {
font-size: 2.5em;
text-align: center;
border-bottom: 6px solid black;
}
h2 {
font-size: 2.0em;
text-align: left;
border-bottom: 2px solid black;
}
h3 {
font-size: 1.6em;
text-align: left;
border-bottom: 1px solid lightgrey;
}
h4 {
font-size: 1.5em;
text-align: left;
}
h5 {
font-size: 1.3em;
text-align: left;
}
ul, ol {
padding-left: 2em;
}
ul li {
list-style-type: square;
}
ul li li {
list-style-type: disc;
}
ul li li li {
list-style-type: circle;
}
ol li {
list-style-type: decimal;
}
p, para, b, strong, i, em, emph {
font-size: 1em;
}
blockquote {
font-size: 1.2em;
font-style: italic;
margin-left: 2em;
}
b, strong {
font-weight: bold;
}
i, em, emph {
font-style: italic;
}
table {
margin: 0.5em;
border-spacing: 0;
border-collapse: collapse;
}
th, td {
border: 1px solid lightgray;
padding-top: 0;
padding-bottom: 0;
padding-left: 0.45em;
padding-right: 0.45em;
}
.text-right {
text-align: right;
}
.text-small {
font-size: small;
}
.text-x-small {
font-size: x-small;
}
.banner {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.footer {
text-align: right;
float: right;
max-width: 18em;
}
.cc {
border-width: 0
}
.center {
text-align: center;
}