/* Adapted from Github stylesheet at http://gist.github.com/stylesheets/gist/embed.css */

.gist {
  color: #fff !important;
}

  .gist div {
    padding: 0 !important;
    margin: 0 !important;
  }

  .gist .gist-file {
    font-size: 12px;
    font-family: Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace !important;
    padding: 1 !important;
    margin-bottom: 1em !important;
    background-color: #202224 !important;
    border: none !important;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    -khtml-border-radius:  10px;  
    border-radius: 10px;
  }

    .gist .gist-file .gist-data {
      border-color: #333 !important;
    }

    .gist .gist-file .gist-meta {
      overflow: hidden !important;
      font-size: 85% !important;
      padding: .5em .5em 0.5em 1em !important;
      color: #6D6D6D !important;
      background-color: #202224 !important;
      border: none !important;
      -webkit-border-radius: 10px;
      -moz-border-radius:    10px;
      -khtml-border-radius:  10px;  
      border-radius: 10px;
    }

      .gist .gist-file .gist-meta a {
        color: #6D6D6D !important;
        text-decoration: underline !important;
        border: none !important;
      }

      .gist .gist-file .gist-meta a:visited {
        color: #ebebeb;
      }

    .gist .gist-file .gist-data {
      background-color: transparent !important;
      overflow: auto;
      font-size: 100%;
      padding: 1 !important;
    }

      body .gist .gist-file pre,
      body .gist .gist-file .gist-data pre {
        font-family: Monaco, 'Bitstream Vera Sans Mono', 'Courier', monospace !important;
        background: transparent !important;
        margin: 0 !important;
        border: none !important;
/*        padding:  0.5em 1.5em 0.5em 1.5em !important;*/
        padding-top: 0.55em !important;
        padding-right: 1.5em !important;
        padding-bottom: 0.5em !important;
        padding-left: 1.5em !important;
      }

        .gist .gist-file .gist-data .gist-highlight {
          background: transparent !important;
        }

        .gist .gist-file .gist-data .gist-line-numbers {
          background-color: #ececec !important;
          color: #aaa !important;
          border-right: 1px solid #ddd !important;
          text-align: right !important;
        }

          .gist .gist-file .gist-data .gist-line-numbers span {
            clear: right !important;
            display: block !important;
          }

.gist-syntax    { color: #fff; }
.gist-syntax .hll { background-color: #404040 !important }
.gist-syntax .c { color: #999999 !important; font-style: italic } /* Comment */
.gist-syntax .err { color: #a61717 !important; background-color: #e3d2d2 } /* Error */
.gist-syntax .g { color: #d0d0d0 !important } /* Generic */
.gist-syntax .k { color: #fff !important; font-weight: bold } /* Keyword */
.gist-syntax .l { color: #d0d0d0 !important } /* Literal */
.gist-syntax .n { color: #d0d0d0 !important } /* Name */
.gist-syntax .o { color: #d0d0d0 !important } /* Operator */
.gist-syntax .x { color: #d0d0d0 !important } /* Other */
.gist-syntax .p { color: #d0d0d0 !important } /* Punctuation */
.gist-syntax .cm { color: #999999 !important; font-style: italic } /* Comment.Multiline */
.gist-syntax .cp { color: #cd2828 !important; font-weight: bold } /* Comment.Preproc */
.gist-syntax .c1 { color: #999999 !important; font-style: italic } /* Comment.Single */
.gist-syntax .cs { color: #e50808 !important; font-weight: bold; background-color: #520000 } /* Comment.Special */
.gist-syntax .gd { color: #d22323 !important } /* Generic.Deleted */
.gist-syntax .ge { color: #d0d0d0 !important; font-style: italic } /* Generic.Emph */
.gist-syntax .gr { color: #d22323 !important } /* Generic.Error */
.gist-syntax .gh { color: #ffffff !important; font-weight: bold } /* Generic.Heading */
.gist-syntax .gi { color: #589819 !important } /* Generic.Inserted */
.gist-syntax .go { color: #cccccc !important } /* Generic.Output */
.gist-syntax .gp { color: #aaaaaa !important } /* Generic.Prompt */
.gist-syntax .gs { color: #d0d0d0 !important; font-weight: bold } /* Generic.Strong */
.gist-syntax .gu { color: #ffffff !important; text-decoration: underline } /* Generic.Subheading */
.gist-syntax .gt { color: #d22323 !important } /* Generic.Traceback */
.gist-syntax .kc { color: #6ab825 !important; font-weight: bold } /* Keyword.Constant */
.gist-syntax .kd { color: #6ab825 !important; font-weight: bold } /* Keyword.Declaration */
.gist-syntax .kn { color: #6ab825 !important; font-weight: bold } /* Keyword.Namespace */
.gist-syntax .kp { color: #6ab825 !important } /* Keyword.Pseudo */
.gist-syntax .kr { color: #6ab825 !important; font-weight: bold } /* Keyword.Reserved */
.gist-syntax .kt { color: #6ab825 !important; font-weight: bold } /* Keyword.Type */
.gist-syntax .ld { color: #d0d0d0 !important } /* Literal.Date */
.gist-syntax .m { color: #3677a9 !important } /* Literal.Number */
.gist-syntax .s { color: #5ef900 !important } /* Literal.String */
.gist-syntax .na { color: #bbbbbb !important } /* Name.Attribute */
.gist-syntax .nb { color: #24909d !important } /* Name.Builtin */
.gist-syntax .nc { color: #fffc00 !important; text-decoration: underline } /* Name.Class */
.gist-syntax .no { color: #40ffff !important } /* Name.Constant */
.gist-syntax .nd { color: #ffa500 !important } /* Name.Decorator */
.gist-syntax .ni { color: #d0d0d0 !important } /* Name.Entity */
.gist-syntax .ne { color: #bbbbbb !important } /* Name.Exception */
.gist-syntax .nf { color: #fffc00 !important } /* Name.Function */
.gist-syntax .nl { color: #d0d0d0 !important } /* Name.Label */
.gist-syntax .nn { color: #fffc00 !important; text-decoration: underline } /* Name.Namespace */
.gist-syntax .nx { color: #d0d0d0 !important } /* Name.Other */
.gist-syntax .py { color: #d0d0d0 !important } /* Name.Property */
.gist-syntax .nt { color: #56B33B !important; font-weight: bold } /* Name.Tag */
.gist-syntax .nv { color: #40ffff !important } /* Name.Variable */
.gist-syntax .ow { color: #6ab825 !important; font-weight: bold } /* Operator.Word */
.gist-syntax .w { color: #666666 !important } /* Text.Whitespace */
.gist-syntax .mf { color: #3677a9 !important } /* Literal.Number.Float */
.gist-syntax .mh { color: #3677a9 !important } /* Literal.Number.Hex */
.gist-syntax .mi { color: #3677a9 !important } /* Literal.Number.Integer */
.gist-syntax .mo { color: #3677a9 !important } /* Literal.Number.Oct */
.gist-syntax .sb { color: #5ef900 !important } /* Literal.String.Backtick */
.gist-syntax .sc { color: #5ef900 !important } /* Literal.String.Char */
.gist-syntax .sd { color: #5ef900 !important } /* Literal.String.Doc */
.gist-syntax .s2 { color: #5ef900 !important } /* Literal.String.Double */
.gist-syntax .se { color: #5ef900 !important } /* Literal.String.Escape */
.gist-syntax .sh { color: #5ef900 !important } /* Literal.String.Heredoc */
.gist-syntax .si { color: #5ef900 !important } /* Literal.String.Interpol */
.gist-syntax .sx { color: #ffa500 !important } /* Literal.String.Other */
.gist-syntax .sr { color: #5ef900 !important } /* Literal.String.Regex */
.gist-syntax .s1 { color: #5ef900 !important } /* Literal.String.Single */
.gist-syntax .ss { color: #5ef900 !important } /* Literal.String.Symbol */
.gist-syntax .bp { color: #24909d !important } /* Name.Builtin.Pseudo */
.gist-syntax .vc { color: #40ffff !important } /* Name.Variable.Class */
.gist-syntax .vg { color: #40ffff !important } /* Name.Variable.Global */
.gist-syntax .vi { color: #40ffff !important } /* Name.Variable.Instance */
.gist-syntax .il { color: #5BA2E0 !important } /* Literal.Number.Integer.Long */

