html, body {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
}

a {
  white-space: nowrap;
  color: #0098e6;
  text-decoration: underline;
}

p, ul, ol, dl, cite {
  line-height: 1.4em;
  margin-bottom: 1em;
}

ul li, ol li {
  list-style-position: inside;
}

ul li:not(.example) {
  list-style-type: square;
}

ol li {
  list-style-type: decimal-leading-zero;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 0.875em;
	color: #444444;
}

h3 {
  font-size: 0.8em;
}

blockquote, cite {
  color: #777;
  line-height: 1.4em;
  font-style: italic;
}

blockquote:before {
  content: '"';
}

blockquote:after {
  content: '"';
}

cite {
  display: block;
  text-align: right;
}

cite:before {
  content: '- ';
}

span.inner {
  display: block;
}

table {
	margin-bottom: 1.25em;
	font-size: .8em;
}

a:active, a:focus {
	outline:none;
	-moz-outline: none; /* for firefox */
	white-space:nowrap;
}


input {
	-x-system-font:none;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
