/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #333;
  background: #f3f6f9;
  margin: 40px 0; }

h1, h2, h3 {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 10px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

p {
  margin-bottom: 15px;
  line-height: 1.4em; }

.big {
  font-size: 18px; }

a {
  color: #888; }
  a:hover {
    color: #333; }

hr {
  border: none;
  border-top: 1px solid #666;
  margin: 15px 0 14px; }

.container {
  position: relative;
  max-width: 500px;
  margin: 150px auto;
  padding:0}

pre, code {
  font-family: "Deja-vu Sans Mono", Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 17px;
  background: #ddd;
  border-radius: 3px;
  padding: 15px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  display: inline-block; }

.pageflip {
  height: 370px;
  background: #abc;
  position: relative;
  max-width: 500px;
  margin: 0 auto; }
  .pageflip .page {
    overflow: hidden; }

body, html, .full {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  max-width: 100%; }
