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; }

body {
  font-family: Avenir, Helvetica, sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

div.wrapper {
  width: 680px;
  margin: 60px auto;
  font-size: 22px; }
  @media screen and (max-width: 680px) {
    div.wrapper {
      width: 100%;
      padding: 20px;
      margin: 0px auto;
      box-sizing: border-box; } }
  div.wrapper > h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px; }
  div.wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px; }
  div.wrapper > p {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 20px; }
    div.wrapper > p.center {
      text-align: center; }
  div.wrapper img.icon {
    border-radius: 6px; }
  div.wrapper > table.appstore {
    width: 100%;
    margin: 0 0 20px; }
    div.wrapper > table.appstore > tr > td, div.wrapper > table.appstore > tbody > tr > td {
      vertical-align: middle;
      height: 50px; }
      div.wrapper > table.appstore > tr > td h2, div.wrapper > table.appstore > tbody > tr > td h2 {
        margin: 0; }
      div.wrapper > table.appstore > tr > td > a, div.wrapper > table.appstore > tbody > tr > td > a {
        margin: 0;
        text-decoration: none;
        color: #4b5969; }
        div.wrapper > table.appstore > tr > td > a:hover, div.wrapper > table.appstore > tbody > tr > td > a:hover {
          color: black; }
      div.wrapper > table.appstore > tr > td:first-child, div.wrapper > table.appstore > tbody > tr > td:first-child {
        width: 40px; }
      div.wrapper > table.appstore > tr > td:last-child, div.wrapper > table.appstore > tbody > tr > td:last-child {
        text-align: right; }
  div.wrapper > ul > li {
    font-size: 17px;
    line-height: 1.4em;
    margin: 0 0 5px;
    list-style: square;
    padding-left: 5px;
    margin-left: 20px; }
  div.wrapper > blockquote {
    font-style: italic;
    margin: 0;
    position: relative;
    line-height: normal; }
    div.wrapper > blockquote.small {
      font-size: 17px;
      margin-bottom: 20px; }
      div.wrapper > blockquote.small:before {
        content: ""; }
      div.wrapper > blockquote.small > cite {
        margin-top: 10px; }
    div.wrapper > blockquote:before {
      position: absolute;
      left: -45px;
      content: "\201C";
      font-family: Georgia, serif;
      font-style: normal;
      font-size: 80px; }
    div.wrapper > blockquote > cite {
      display: block;
      text-align: right;
      font-style: normal; }
      div.wrapper > blockquote > cite:before {
        content: "\2014 \2009"; }
  div.wrapper > div.images {
    position: relative;
    width: 100%; }
    div.wrapper > div.images > div.image {
      border: 1px solid rgba(75, 89, 105, 0.4);
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      width: 320px;
      height: 548px;
      float: left;
      margin-bottom: 0; }
      div.wrapper > div.images > div.image > img {
        top: -20px;
        width: 100%;
        position: absolute; }
      div.wrapper > div.images > div.image.image-x-screenshot {
        height: 662px;
        border: none;
        margin: 0; }
        div.wrapper > div.images > div.image.image-x-screenshot > img {
          top: 0; }
      div.wrapper > div.images > div.image.image-x {
        height: 662px; }
        div.wrapper > div.images > div.image.image-x > img {
          top: -30px; }
      @media screen and (max-width: 680px) {
        div.wrapper > div.images > div.image {
          width: 90%;
          text-align: center;
          margin: 0 auto 20px !important;
          display: block;
          float: none !important;
          height: auto; }
          div.wrapper > div.images > div.image > img {
            position: relative;
            top: 0; } }
      div.wrapper > div.images > div.image:nth-child(1) {
        margin-bottom: 40px; }
      div.wrapper > div.images > div.image:nth-child(2) {
        margin-bottom: 40px; }
      div.wrapper > div.images > div.image:nth-child(2n) {
        float: right; }
  div.wrapper > hr {
    margin: 30px 0;
    border: 1px solid #eee; }

div.clear {
  clear: both; }

strong {
  font-weight: bold; }

/*# sourceMappingURL=main.css.map */
