.revuo-styles {
  /* Emerald is a simple blog theme built for Jekyll. */
  /*- Base reset -*/
  /*- Base color -*/
  /*- Base settings -*/
  /*- Link -*/
  /*- Typography -*/
  /*- Typography for medium and small screen, based on 16px font-size -*/
  /*- Typography for big screen, based on 18px font-size -*/
  /* -- General Layout -- */
  /* Required for footer to stick to the bottom */
  /* Navigation */
  /* Toggle class to open menu */
  /* Separator after menu */
  /* Icon menu */
  /* Main content */
  /* Posts */
  /* Set the vertical rhythm (and padding-left) for lists inside post content */
  /* Paginator */
  /* Footer */
  /* A Github stylesheet to highlight code snippet https://github.com/mojombo/tpw/blob/master/css/syntax.css */
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
  /*# sourceMappingURL=main.css.map */ }
  .revuo-styles * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .revuo-styles html, .revuo-styles body, .revuo-styles h1, .revuo-styles h2, .revuo-styles h3, .revuo-styles h4, .revuo-styles h5, .revuo-styles h6, .revuo-styles p, .revuo-styles ul, .revuo-styles ol, .revuo-styles li, .revuo-styles img {
    margin: 0;
    padding: 0;
    border: 0; }
  .revuo-styles html {
    background-color: #FDFDFD;
    font-size: 16px;
    line-height: 1.5;
    color: #222222; }
  @media (min-width: 940px) {
    .revuo-styles html {
      font-size: 18px; } }
  .revuo-styles a {
    color: #45494f;
    outline: 0;
    border-bottom: 2px dotted #6a6d72;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .revuo-styles a:hover, .revuo-styles a:focus {
    color: #d26e2b;
    border-bottom: 2px dotted #d26e2b; }
  .revuo-styles a#nav-menu {
    border-bottom: none; }
  .revuo-styles body {
    font-family: 'PT Serif', serif;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  .revuo-styles p, .revuo-styles ul, .revuo-styles ol {
    font-size: 18px;
    line-height: 1.7em;
    /* 24px/16px */
    margin-bottom: 1.5em;
    /* 24px/16px */ }
  .revuo-styles h1 {
    font-size: 2.25em;
    /* 36px/16px */
    line-height: 1.3333em;
    /* 48px/36px */
    padding: 0.33335em 0;
    /* 12px/36px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
    font-family: 'PT Sans', sans-serif; }
  .revuo-styles h2 {
    font-size: 1.5em;
    /* 24px/16px */
    line-height: 1.5em;
    /* 24px/24px */
    padding: 1em 0 0 0;
    /* 12px/24px * 2, only top (Use padding instead of margin to maintain proximity with paragwithph) */
    font-family: 'PT Sans', sans-serif; }
  @media (max-width: 480px) {
    .revuo-styles h2 {
      font-size: 1.2rem; } }
  .revuo-styles h3 {
    font-size: 1.3em;
    /* 18px/16px */
    line-height: 1.7em;
    /* 24px/18px */
    padding: 0.66667em 0;
    /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
    font-family: 'PT Sans', sans-serif; }
  .revuo-styles .hted-head th {
    font-size: 1.1em; }
  .revuo-styles h4, .revuo-styles h5, .revuo-styles h6 {
    font-size: 1.125em;
    /* 18px/16px */
    line-height: 1.7em;
    /* 24px/18px */
    padding: 0.66667em 0;
    /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
    font-family: 'PT Sans', sans-serif; }
  .revuo-styles h5 {
    padding-bottom: 0.3em;
    font-size: 1.3em;
    margin-bottom: 0.5em; }
  .revuo-styles blockquote {
    font-style: italic;
    margin: 1.5em;
    /* 24px/18px */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #f0f0f0;
    padding: 0 1.5em;
    /* 24px/18px */ }
  .revuo-styles blockquote p, .revuo-styles blockquote ul, .revuo-styles blockquote ol {
    padding: 1.5em 0;
    /* 24px/18px */ }
  @media (min-width: 520px) {
    .revuo-styles p, .revuo-styles ul, .revuo-styles ol {
      font-size: 20px;
      line-height: 1.7em;
      /* 24px/16px */
      margin-bottom: 1.5em;
      /* 24px/16px */ }
    .revuo-styles h3, .revuo-styles h5 {
      font-size: 1.5em; }
    .revuo-styles .hted-head th {
      font-size: 1.2em; } }
  @media (min-width: 940px) {
    .revuo-styles p, .revuo-styles ul, .revuo-styles ol {
      font-size: 1em;
      /* 18px */
      line-height: 1.7em;
      /* 24px/18px */
      margin-bottom: 1.3334em;
      /* 24px/18px */ }
    .revuo-styles h1 {
      font-size: 2.6667em;
      /* 48px/18px */
      line-height: 1em;
      /* 48px/48px */
      padding: 0.25em 0;
      /* 12px/48px * 2 (Use padding instead of margin to maintain proximity with paragraph) */ }
    .revuo-styles h2 {
      font-size: 2em;
      /* 36px/18px */
      line-height: 1.7em;
      /* 48px/36px */
      padding: 0.66667em 0 0 0;
      /* 12px/36px * 2, pnly top (Use padding instead of margin to maintain proximity with paragraph) */ }
    .revuo-styles h3, .revuo-styles h4, .revuo-styles h5, .revuo-styles h6 {
      font-size: 1.7em;
      /* 24px/18px */
      line-height: 1.7em;
      /* 24px/24px */
      padding: 0.5em 0;
      /* 12px/24px * 2 (Use padding instead of margin to maintain proximity with paragraph) */ }
    .revuo-styles h5 {
      padding-bottom: 0;
      font-size: 1.5em; }
    .revuo-styles blockquote {
      font-style: italic;
      margin: 1.3334em;
      /* 24px/18px */
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      background-color: #f0f0f0;
      padding: 0 1.33334em;
      /* 24px/18px */ }
    .revuo-styles blockquote p, .revuo-styles blockquote ul, .revuo-styles blockquote ol {
      padding: 1.33334em 0;
      /* 24px/18px */ } }
  .revuo-styles html, .revuo-styles body {
    height: 100%; }
  .revuo-styles #nav a, .revuo-styles #nav-left a {
    display: block;
    color: #FDFDFD;
    padding: 0.33334em 0;
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: none; }
  @media (min-width: 940px) {
    .revuo-styles #nav a, .revuo-styles #nav-left a {
      font-size: 1em; } }
  .revuo-styles #nav a:hover, .revuo-styles #nav-left a:hover {
    background-color: #51565d; }
  .revuo-styles #nav span, .revuo-styles #nav-left span {
    font-weight: 200; }
  .revuo-styles #nav {
    width: 14rem;
    position: fixed;
    background-color: #45494f;
    top: 0;
    bottom: 0;
    right: -14rem;
    color: #FDFDFD;
    opacity: 0.95;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
    padding: 72px 0;
    text-align: center; }
  .revuo-styles #nav-left {
    width: 14rem;
    position: fixed;
    background-color: #45494f;
    top: 0;
    bottom: 0;
    left: -14rem;
    color: #FDFDFD;
    opacity: 0.95;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
    padding: 72px 0;
    text-align: center; }
  .revuo-styles #nav.menu-open {
    -webkit-transform: translateX(-14rem);
    -moz-transform: translateX(-14rem);
    -ms-transform: translateX(-14rem);
    transform: translateX(-14rem);
    width: 100%; }
  @media (min-width: 940px) {
    .revuo-styles #nav.menu-open {
      width: 30%; } }
  .revuo-styles #nav-left.menu-open-left {
    -webkit-transform: translateX(14rem);
    -moz-transform: translateX(14rem);
    -ms-transform: translateX(14rem);
    transform: translateX(14rem);
    width: 100%; }
  @media (min-width: 940px) {
    .revuo-styles #nav-left.menu-open-left {
      width: 30%; } }
  .revuo-styles #nav-list:after {
    display: block;
    content: '';
    width: 5rem;
    height: 1px;
    margin: 23px auto;
    background-color: #FDFDFD; }
  .revuo-styles #nav-menu {
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    z-index: 10;
    height: 36px;
    padding: 8px;
    background-color: rgba(240, 240, 240, 0.6); }
  @media (max-width: 480px) {
    .revuo-styles #nav-menu {
      top: 15px;
      right: 10px; } }
  .revuo-styles #nav-menu-left {
    display: block;
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 10;
    height: 36px;
    padding: 8px;
    background-color: rgba(240, 240, 240, 0.6); }
  @media (max-width: 480px) {
    .revuo-styles #nav-menu-left {
      top: 15px;
      right: 10px; } }
  .revuo-styles #menu {
    height: 4px;
    width: 1.5em;
    background-color: #7b7b7b;
    margin-top: 8px; }
  .revuo-styles #menu:after, .revuo-styles #menu:before {
    content: "";
    display: block;
    position: relative;
    height: 4px;
    width: 1.5em;
    background-color: #7b7b7b;
    transition: all 0.3s ease-in; }
  .revuo-styles #menu:before {
    top: -8px; }
  .revuo-styles #menu:after {
    top: 4px; }
  .revuo-styles #menu.btn-close {
    background: none; }
  .revuo-styles #menu.btn-close:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #FDFDFD; }
  .revuo-styles #menu.btn-close:after {
    top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #FDFDFD; }
  .revuo-styles .fixed {
    position: fixed;
    width: 100%; }
  @media (min-width: 940px) {
    .revuo-styles .fixed {
      position: static; } }
  .revuo-styles #container {
    margin: 0 auto;
    max-width: 730px;
    padding: 0 1.5rem; }
  .revuo-styles #header {
    text-align: center;
    padding: 24px 0;
    position: relative;
    display: flex;
    flex-direction: column; }
  @media (max-width: 480px) {
    .revuo-styles #header {
      padding-top: 10px; } }
  .revuo-styles #header a {
    text-decoration: none;
    color: #222222;
    display: inline-block;
    border-bottom: none; }
  .revuo-styles #header img {
    max-height: 100px;
    margin: 0 auto;
    display: block; }
  @media (max-width: 940px) {
    .revuo-styles #header img {
      max-height: 90px; } }
  @media (max-width: 600px) {
    .revuo-styles #header img {
      max-height: 60px; } }
  @media (max-width: 480px) {
    .revuo-styles #header img {
      max-height: 50px; } }
  .revuo-styles #header h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 4.5em;
    color: #d26e2b; }
  @media (max-width: 940px) {
    .revuo-styles #header h1 {
      padding: 0; } }
  @media (max-width: 600px) {
    .revuo-styles #header h1 {
      font-size: 3em; } }
  @media (max-width: 480px) {
    .revuo-styles #header h1 {
      font-size: 2.5em; } }
  .revuo-styles #header:after {
    display: none;
    content: '';
    width: 5rem;
    height: 1px;
    margin: 23px auto;
    background-color: #d5d5d5; }
  @media (max-width: 480px) {
    .revuo-styles #header:after {
      margin: 0.5rem auto; } }
  @media (max-width: 600px) {
    .revuo-styles #header {
      padding-bottom: 0; } }
  .revuo-styles #posts li {
    list-style-type: none;
    padding-bottom: 0.66667em; }
  .revuo-styles #post-page {
    margin-bottom: 1.5em; }
  @media (min-width: 940px) {
    .revuo-styles #post-page {
      margin-bottom: 1.3334em; } }
  .revuo-styles .post + .post:before {
    display: block;
    content: '';
    width: 5rem;
    height: 1px;
    margin: 23px auto;
    background-color: #d5d5d5; }
  .revuo-styles .by-line {
    display: block;
    color: #626262;
    line-height: 1.5em;
    /* 24px/16px */
    margin-bottom: 1.5em;
    /* 24px/16px */
    padding-top: 0.5em;
    font-weight: 200; }
  @media (min-width: 940px) {
    .revuo-styles .by-line {
      display: block;
      color: #626262;
      line-height: 1.3334em;
      /* 24px/18px */
      margin-bottom: 1.3334em;
      /* 24px/18px */
      font-weight: 200; } }
  .revuo-styles .by-line-post {
    display: block;
    color: #626262;
    line-height: 1.5em;
    /* 24px/16px */
    padding-top: 0.5em;
    font-weight: 200; }
  @media (min-width: 940px) {
    .revuo-styles .by-line-post {
      display: block;
      color: #626262;
      line-height: 1.3334em;
      /* 24px/18px */
      margin-bottom: 1.3334em;
      /* 24px/18px */
      font-weight: 200; } }
  .revuo-styles img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .revuo-styles img[title="Emerald"] {
    box-shadow: 0 2px 6px #ddd; }
  .revuo-styles .content ul, .revuo-styles .content ol {
    line-height: 1.5em;
    /* 24px/16px */
    padding-left: 1.5em; }
  @media (min-width: 940px) {
    .revuo-styles .content ul, .revuo-styles .content ol {
      line-height: 1.33334em;
      /* 24px/18px */ } }
  .revuo-styles .pagination {
    text-align: center;
    margin: 2.666668em; }
  .revuo-styles .pagination span {
    background-color: #f0f0f0;
    color: #222222; }
  .revuo-styles .pagination a:hover {
    background-color: #51565d; }
  .revuo-styles .page-item {
    background-color: #45494f;
    color: #FDFDFD;
    padding: 4px 8px;
    font-weight: 400;
    padding: 0.5em 1em;
    border-bottom: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .revuo-styles .page-item:hover, .revuo-styles .page-item:active, .revuo-styles .page-item:focus {
    border-bottom: none; }
  .revuo-styles #wrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 105px; }
  .revuo-styles .lineno {
    color: #bdbdbd;
    margin-right: 1em; }
  .revuo-styles .highlight .c {
    color: #999988;
    font-style: italic; }
  .revuo-styles .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .revuo-styles .highlight .k {
    font-weight: bold; }
  .revuo-styles .highlight .o {
    font-weight: bold; }
  .revuo-styles .highlight .cm {
    color: #999988;
    font-style: italic; }
  .revuo-styles .highlight .cp {
    color: #999999;
    font-weight: bold; }
  .revuo-styles .highlight .c1 {
    color: #999988;
    font-style: italic; }
  .revuo-styles .highlight .cs {
    color: #999999;
    font-weight: bold;
    font-style: italic; }
  .revuo-styles .highlight .gd {
    color: #000000;
    background-color: #ffdddd; }
  .revuo-styles .highlight .gd .x {
    color: #000000;
    background-color: #ffaaaa; }
  .revuo-styles .highlight .ge {
    font-style: italic; }
  .revuo-styles .highlight .gr {
    color: #aa0000; }
  .revuo-styles .highlight .gh {
    color: #999999; }
  .revuo-styles .highlight .gi {
    color: #000000;
    background-color: #ddffdd; }
  .revuo-styles .highlight .gi .x {
    color: #000000;
    background-color: #aaffaa; }
  .revuo-styles .highlight .go {
    color: #888888; }
  .revuo-styles .highlight .gp {
    color: #555555; }
  .revuo-styles .highlight .gs {
    font-weight: bold; }
  .revuo-styles .highlight .gu {
    color: #aaaaaa; }
  .revuo-styles .highlight .gt {
    color: #aa0000; }
  .revuo-styles .highlight .kc {
    font-weight: bold; }
  .revuo-styles .highlight .kd {
    font-weight: bold; }
  .revuo-styles .highlight .kp {
    font-weight: bold; }
  .revuo-styles .highlight .kr {
    font-weight: bold; }
  .revuo-styles .highlight .kt {
    color: #445588;
    font-weight: bold; }
  .revuo-styles .highlight .m {
    color: #009999; }
  .revuo-styles .highlight .s {
    color: #d14; }
  .revuo-styles .highlight .na {
    color: #008080; }
  .revuo-styles .highlight .nb {
    color: #0086B3; }
  .revuo-styles .highlight .nc {
    color: #445588;
    font-weight: bold; }
  .revuo-styles .highlight .no {
    color: #008080; }
  .revuo-styles .highlight .ni {
    color: #800080; }
  .revuo-styles .highlight .ne {
    color: #990000;
    font-weight: bold; }
  .revuo-styles .highlight .nf {
    color: #990000;
    font-weight: bold; }
  .revuo-styles .highlight .nn {
    color: #555555; }
  .revuo-styles .highlight .nt {
    color: #000080; }
  .revuo-styles .highlight .nv {
    color: #008080; }
  .revuo-styles .highlight .ow {
    font-weight: bold; }
  .revuo-styles .highlight .w {
    color: #bbbbbb; }
  .revuo-styles .highlight .mf {
    color: #009999; }
  .revuo-styles .highlight .mh {
    color: #009999; }
  .revuo-styles .highlight .mi {
    color: #009999; }
  .revuo-styles .highlight .mo {
    color: #009999; }
  .revuo-styles .highlight .sb {
    color: #d14; }
  .revuo-styles .highlight .sc {
    color: #d14; }
  .revuo-styles .highlight .sd {
    color: #d14; }
  .revuo-styles .highlight .s2 {
    color: #d14; }
  .revuo-styles .highlight .se {
    color: #d14; }
  .revuo-styles .highlight .sh {
    color: #d14; }
  .revuo-styles .highlight .si {
    color: #d14; }
  .revuo-styles .highlight .sx {
    color: #d14; }
  .revuo-styles .highlight .sr {
    color: #009926; }
  .revuo-styles .highlight .s1 {
    color: #d14; }
  .revuo-styles .highlight .ss {
    color: #990073; }
  .revuo-styles .highlight .bp {
    color: #999999; }
  .revuo-styles .highlight .vc {
    color: #008080; }
  .revuo-styles .highlight .vg {
    color: #008080; }
  .revuo-styles .highlight .vi {
    color: #008080; }
  .revuo-styles .highlight .il {
    color: #009999; }
  .revuo-styles p.note {
    font-size: 0.7em;
    margin-bottom: 1rem;
    margin-top: -1rem; }
  .revuo-styles .bcstats {
    background-color: #f0f0f0;
    margin-bottom: 1.3334rem;
    border-radius: 2px; }
  .revuo-styles .bcstats p {
    padding: 1em;
    margin: 0; }
  .revuo-styles .bcstats p:nth-child(even) {
    background-color: #f6f6f6; }
  .revuo-styles p.table-title {
    margin: 0;
    padding-bottom: 0.5em;
    font-weight: 700;
    font-size: 16px;
    padding-top: 0.5em; }
  .revuo-styles .price-table, .revuo-styles .moneroversary-table {
    margin: 0 0 1.3334rem 0;
    width: 100%;
    background: #45494f;
    color: #efefef;
    border-radius: 2px;
    overflow: hidden;
    border-spacing: 0; }
  @media (min-width: 480px) {
    .revuo-styles .price-table, .revuo-styles .moneroversary-table {
      background: #f0f0f0;
      color: #45494f; }
    .revuo-styles .price-table tr.row3, .revuo-styles .moneroversary-table tr.row3 {
      background-color: #f6f6f6; } }
  .revuo-styles .price-table tr, .revuo-styles .moneroversary-table tr {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .revuo-styles .price-table tr.row1, .revuo-styles .moneroversary-table tr.row1 {
    background-color: #45494f; }
  .revuo-styles .price-table th, .revuo-styles .moneroversary-table th {
    display: none; }
  .revuo-styles .price-table td, .revuo-styles .moneroversary-table td {
    display: block; }
  .revuo-styles .price-table td:first-child, .revuo-styles .moneroversary-table td:first-child {
    padding-top: .5em; }
  .revuo-styles .price-table td:last-child, .revuo-styles .moneroversary-table td:last-child {
    padding-bottom: .5em; }
  .revuo-styles .price-table td:before, .revuo-styles .moneroversary-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block; }
  @media (min-width: 480px) {
    .revuo-styles .price-table td:before, .revuo-styles .moneroversary-table td:before {
      display: none; } }
  .revuo-styles .price-table th, .revuo-styles .price-table td, .revuo-styles .moneroversary-table th, .revuo-styles .moneroversary-table td {
    text-align: left;
    margin: .5em 1em; }
  @media (min-width: 480px) {
    .revuo-styles .price-table th, .revuo-styles .price-table td, .revuo-styles .moneroversary-table th, .revuo-styles .moneroversary-table td {
      display: table-cell;
      padding: .25em .5em;
      padding: 1em !important; }
    .revuo-styles .price-table th:first-child, .revuo-styles .price-table td:first-child, .revuo-styles .moneroversary-table th:first-child, .revuo-styles .moneroversary-table td:first-child {
      padding-left: 0; }
    .revuo-styles .price-table th:last-child, .revuo-styles .price-table td:last-child, .revuo-styles .moneroversary-table th:last-child, .revuo-styles .moneroversary-table td:last-child {
      padding-right: 0; } }
  .revuo-styles .price-table th, .revuo-styles .price-table td:before, .revuo-styles .moneroversary-table th, .revuo-styles .moneroversary-table td:before {
    color: #fff; }
  .revuo-styles .price-table td.green, .revuo-styles .moneroversary-table td.green {
    color: #66d166; }
  @media (min-width: 480px) {
    .revuo-styles .price-table td.green, .revuo-styles .moneroversary-table td.green {
      color: #51a751; } }
  .revuo-styles .price-table td.red, .revuo-styles .moneroversary-table td.red {
    color: #e36f6e; }
  @media (min-width: 480px) {
    .revuo-styles .price-table td.red, .revuo-styles .moneroversary-table td.red {
      color: #d83231; } }
  .revuo-styles .moneroversary-table {
    margin: 1.3334rem 0 1.3334rem 0; }
  @media (max-width: 480px) {
    .revuo-styles .moneroversary-table {
      background: #f0f0f0;
      color: #45494f; } }
  @media (max-width: 480px) {
    .revuo-styles .moneroversary-table th, .revuo-styles .moneroversary-table td:before {
      color: #45494f; } }
  .revuo-styles .moneroversary-table tr.row1 {
    background-color: #db8b55; }
  .revuo-styles .content h3 {
    margin-top: 3rem;
    background-color: #45494f;
    color: white;
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-radius: 2px; }
  .revuo-styles .content h3.orange {
    background-color: #db8b55; }
  .revuo-styles .content ul, .revuo-styles .content ol {
    line-height: 1.9; }
  .revuo-styles .newsbyte, .revuo-styles .event {
    padding: 1rem;
    background-color: #f0f0f0;
    margin-top: 1rem; }
  .revuo-styles .newsbyte:first-of-type, .revuo-styles .event:first-of-type {
    margin-top: 0; }
  .revuo-styles .newsbyte:after {
    display: none;
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 2rem;
    background-color: #d5d5d5; }
  .revuo-styles .newsbyte h4, .revuo-styles h4.stat {
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-weight: 700; }
  @media (max-width: 480px) {
    .revuo-styles .newsbyte h4, .revuo-styles h4.stat {
      font-size: 16px; } }
  .revuo-styles .newsbyte p, .revuo-styles .event p {
    margin-bottom: 0; }
  .revuo-styles p.date {
    margin-bottom: 0.2em;
    font-weight: 700; }
  .revuo-styles .proposal {
    margin-bottom: 1rem;
    padding: 1em;
    background-color: #f0f0f0; }
  .revuo-styles .proposal p {
    margin-bottom: 0; }
  .revuo-styles .proposal p:first-child {
    padding-bottom: 0.5rem; }
  .revuo-styles .proposal p a {
    line-height: 1.7; }
  .revuo-styles img.merchant-img {
    width: 15rem;
    margin: 0 0 24px 0; }
  .revuo-styles img#pepperworks {
    margin-top: 40px; }
  .revuo-styles img#openpriv {
    margin-bottom: 0; }
  .revuo-styles img#veracrypt {
    width: 10rem;
    margin-top: 40px; }
  .revuo-styles p.address {
    background-color: #f0f0f0;
    color: #45494f;
    font-weight: bold;
    word-wrap: break-word;
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 2px;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }
  .revuo-styles a.qr {
    border: none;
    border-radius: 10px; }
  .revuo-styles a.qr img {
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 200px; }
  .revuo-styles img.merchant-img {
    margin-left: auto;
    margin-right: auto; }
  .revuo-styles img.fob-img {
    margin-left: auto;
    margin-right: auto;
    width: 8rem;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1rem; }
  .revuo-styles img.wikileaks-img {
    margin-left: auto;
    margin-right: auto;
    width: 10rem; }
  .revuo-styles img#njalla {
    background-color: #01051F;
    padding: 1rem; }
  .revuo-styles p.text-lead {
    margin-bottom: 0; }
  .revuo-styles #post-page img.img-lead, .revuo-styles #post-page p.text-lead {
    display: none; }
  .revuo-styles img.gratuitas {
    width: 10rem; }
  .revuo-styles img.localmonero {
    width: 10rem;
    margin-bottom: -1rem; }
  .revuo-styles .revuo-classes a {
    padding: 1rem 2rem;
    width: 11rem; }
  .revuo-styles #weekly .revuo-classes a.wk {
    background-color: #f0f0f0; }
  .revuo-styles #periodical .revuo-classes a.pd, .revuo-styles #wrap.periodical .revuo-classes a.pd:active, .revuo-styles #wrap.periodical .revuo-classes a.pd:focus {
    background-color: #f0f0f0; }
  .revuo-styles .hted-head {
    margin: 2.5rem 0 1.3334rem 0;
    background: #9a3c7d;
    background: #925495;
    color: #fefefe;
    width: 100%;
    border-radius: 2px;
    padding: 1em;
    text-align: left; }
  .revuo-styles #post-page h2 {
    line-height: 1.3; }
  .revuo-styles .text-center {
    text-align: center; }

