/* CSS Document for Print */



@page {
  margin: 2.0cm 1.5cm 1.5cm 2.5cm;
}

body {
  color: #000;
  font-family: Georgia, serif;
  font-size: 12pt;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.2em;
}

p {
  margin: 0 0 1em 0;
  font-size: .9em;
}

a, a:visited {
  font-size: 1em;
  color: inherit;
  text-decoration: none;
}

nav {
  display: none;
}

header {
  position: relative;
}

.divider {
  margin: 2.5em auto;
  text-align: center;
/*  page-break-after: avoid; */
  page-break-before: avoid;
}

.note {
  font-style: italic;
  width: 90%;
  margin: 60px auto;
  padding: 20px;
  background-color: #ccc;
}

.note p {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: .9em;
  color: black;
  text-indent: 0;
}

footer {
  border-top: 1px solid #ccc;
  content: 'This page was printed from http://awesomedude.com';
  margin-top: 60px;
  padding-top: 20px;
  font-style: italic;
  font-size: .9em;
}
