pre .hll {
  background-color: #ffffcc; }

pre .c {
  color: #408080;
  font-style: italic; }

pre .k {
  color: #5d2846;
  font-weight: bold; }

pre .o {
  color: #666666; }

pre .cm {
  color: #408080;
  font-style: italic; }

pre .cp {
  color: #bc7a00; }

pre .c1 {
  color: #408080;
  font-style: italic; }

pre .cs {
  color: #408080;
  font-style: italic; }

pre .gd {
  color: #a00000; }

pre .ge {
  font-style: italic; }

pre .gr {
  color: #ff0000; }

pre .gh {
  color: #000080;
  font-weight: bold; }

pre .gi {
  color: #00a000; }

pre .go {
  color: #808080; }

pre .gp {
  color: #000080;
  font-weight: bold; }

pre .gs {
  font-weight: bold; }

pre .gu {
  color: #800080;
  font-weight: bold; }

pre .gt {
  color: #0040d0; }

pre .kc {
  color: #5d2846;
  font-weight: bold; }

pre .kd {
  color: #5d2846;
  font-weight: bold; }

pre .kn {
  color: #5d2846;
  font-weight: bold; }

pre .kp {
  color: #5d2846; }

pre .kr {
  color: #5d2846;
  font-weight: bold; }

pre .kt {
  color: #b00040; }

pre .m {
  color: #666666; }

pre .s {
  color: #4eb25a; }

pre .na {
  color: #7d9029; }

pre .nb {
  color: #5d2846; }

pre .nc {
  color: #3333a0;
  font-weight: bold; }

pre .no {
  color: #28732c; }

pre .nd {
  color: #aa22ff; }

pre .ni {
  color: #999999;
  font-weight: bold; }

pre .ne {
  color: #d2413a;
  font-weight: bold; }

pre .nf {
  color: #3333a0; }

pre .nl {
  color: #a0a000; }

pre .nn {
  color: #3333a0;
  font-weight: bold; }

pre .nt {
  color: #5d2846;
  font-weight: bold; }

pre .nv {
  color: #353c92; }

pre .ow {
  color: #aa22ff;
  font-weight: bold; }

pre .w {
  color: #bbbbbb; }

pre .mf {
  color: #666666; }

pre .mh {
  color: #666666; }

pre .mi {
  color: #666666; }

pre .mo {
  color: #666666; }

pre .sb {
  color: #4eb25a; }

pre .sc {
  color: #4eb25a; }

pre .sd {
  color: #4eb25a;
  font-style: italic; }

pre .s2 {
  color: #4eb25a; }

pre .se {
  color: #bb6622;
  font-weight: bold; }

pre .sh {
  color: #4eb25a; }

pre .si {
  color: #bb6688;
  font-weight: bold; }

pre .sx {
  color: #5d2846; }

pre .sr {
  color: #bb6688; }

pre .s1 {
  color: #4eb25a; }

pre .ss {
  color: #353c92; }

pre .bp {
  color: #5d2846; }

pre .vc {
  color: #353c92; }

pre .vg {
  color: #353c92; }

pre .vi {
  color: #353c92; }

pre .il {
  color: #666666; }

* {
  padding: 0;
  margin: 0; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

.no-focus-outline {
  -moz-outline-style: none;
  outline-style: none;
  outline-width: 0px;
  outline-color: -moz-use-text-color;
  outline: none; }

pre, textarea {
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

pre {
  overflow-x: auto; }

#header {
  text-align: center;
  font-size: 60px;
  height: 130px;
  line-height: 130px;
  color: #eee; }
  #header a {
    color: #eee; }

#header, #footer {
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-shadow: 1px 1px 0px black; }
  #header a:hover, #footer a:hover {
    text-decoration: none; }

#footer {
  height: 104px;
  width: 900px;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  padding-top: 5px;
  color: #15a226; }
  #footer a {
    color: #15a226;
    text-decoration: underline; }
    #footer a:hover {
      text-decoration: underline; }

#controls {
  height: 80px;
  width: 100%;
  background-color: #ccc;
  border-radius: 3px 3px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  font-size: 20px;
  line-height: 35px;
  text-shadow: 1px 1px 0px #ddd; }
  #controls input[type=radio] {
    margin-left: 10px;
    margin-right: 3px; }
  #controls select {
    font-size: 16px;
    font-family: "Open Sans", sans-serif; }
  #controls #left, #controls #middle, #controls #right {
    padding-top: 22.5px; }
  #controls #left {
    padding-left: 20px; }
    #controls #left button {
      border-radius: 0 3px 3px 0;
      margin: 0;
      display: inline-block;
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      color: #222;
      text-shadow: 1px 1px 0px #ddd;
      height: 35px;
      width: 70px;
      border: 1px solid gray;
      background-image: -webkit-linear-gradient( #cccccc 0%, #999999 100%);
      background-image: linear-gradient( #cccccc 0%, #999999 100%);
      box-shadow: 0 1px 0 0 #e6e6e6 inset;
      cursor: pointer; }
      #controls #left button:first-child {
        border-right: none;
        border-radius: 3px 0 0 3px; }
      #controls #left button:hover {
        background-image: -webkit-linear-gradient( #d1d1d1 0%, #a6a6a6 100%);
        background-image: linear-gradient( #d1d1d1 0%, #a6a6a6 100%);
        box-shadow: 0 1px 0 0 #f2f2f2 inset; }
      #controls #left button:active, #controls #left button.selected {
        background-image: -webkit-linear-gradient( #bfbfbf 0%, #8c8c8c 100%);
        background-image: linear-gradient( #bfbfbf 0%, #8c8c8c 100%);
        box-shadow: 0 0 8px 4px gray inset; }
  #controls #middle {
    position: relative;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1; }
    #controls #middle button {
      margin: 0;
      display: inline-block;
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      color: #efefef;
      text-shadow: -1px -1px 0px #222;
      height: 35px;
      width: 90px;
      border-radius: 3px;
      border: 1px solid #0f751b;
      background-image: -webkit-linear-gradient( #149d25 0%, #118720 100%);
      background-image: linear-gradient( #149d25 0%, #118720 100%);
      box-shadow: 0 1px 0 0 #18b92b inset;
      cursor: pointer; }
      #controls #middle button:not(:last-child) {
        margin-right: 5px; }
      #controls #middle button:hover {
        background-image: -webkit-linear-gradient( #128b21 0%, #0f751b 100%);
        background-image: linear-gradient( #128b21 0%, #0f751b 100%);
        box-shadow: 0 1px 0 0 #15a226 inset; }
      #controls #middle button:active, #controls #middle button.selected {
        background-image: -webkit-linear-gradient( #128b21 0%, #0f751b 100%);
        background-image: linear-gradient( #128b21 0%, #0f751b 100%);
        box-shadow: 0 0 8px 4px #0c5e16 inset; }
  #controls #right {
    padding-right: 20px; }
  #controls #share-message {
    position: absolute;
    left: 35px;
    top: 70px;
    background-color: #333;
    color: #efefef;
    opacity: 0.95;
    text-shadow: 1px 1px 0px black;
    width: 250px;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    display: none; }
    #controls #share-message input[type=text] {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      border: none;
      width: 200px;
      background-color: #555;
      color: #efefef;
      text-shadow: 1px 1px 0px black;
      border-radius: 3px; }
    #controls #share-message:after {
      pointer-events: none;
      bottom: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      border-bottom-color: #333;
      border-width: 10px;
      left: 50%;
      margin-left: -10px; }

a {
  color: #128b21;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

body {
  font: 16px / 24px "Open Sans", sans-serif;
  background-image: url("wild_oliva.png");
  background-color: #333;
  color: #222; }

#main {
  border-radius: 3px;
  box-shadow: 1px 1px 0 1px black;
  width: 900px;
  margin: 0 auto;
  background-color: #efefef; }

#spacer {
  padding: 13px; }

#edit-box {
  font: 16px / 18px "Inconsolata", monospace;
  width: 854px;
  height: 500px;
  border-radius: 3px;
  resize: vertical;
  border: none;
  overflow: auto;
  padding: 10px; }

#contents {
  width: 100%;
  min-height: 100px; }
  #contents .error {
    text-align: center;
    font-style: italic;
    line-height: 100px;
    height: 100px; }
  #contents[data-format="plain-text"], #contents[data-format="code"] {
    line-height: 20px;
    font-family: "Inconsolata", monospace; }
    #contents[data-format="plain-text"] pre, #contents[data-format="code"] pre {
      font-family: "Inconsolata", monospace; }
  #contents[data-format="markdown"] {
    line-height: 26px; }
    #contents[data-format="markdown"] pre, #contents[data-format="markdown"] code {
      font-family: "Inconsolata", monospace; }
    #contents[data-format="markdown"] h1, #contents[data-format="markdown"] h2, #contents[data-format="markdown"] h3, #contents[data-format="markdown"] h4, #contents[data-format="markdown"] h5, #contents[data-format="markdown"] h6 {
      font-weight: normal; }
    #contents[data-format="markdown"] h1 {
      font-size: 40px;
      padding-top: 13px;
      padding-bottom: 26px; }
    #contents[data-format="markdown"] h2 {
      padding-top: 13px;
      font-size: 30px;
      padding-bottom: 26px; }
    #contents[data-format="markdown"] h3 {
      font-size: 26px;
      padding-bottom: 13px; }
    #contents[data-format="markdown"] h4 {
      font-size: 22px;
      padding-bottom: 13px; }
    #contents[data-format="markdown"] h5 {
      font-size: 18px;
      padding-bottom: 13px; }
    #contents[data-format="markdown"] h6 {
      font-size: 15px;
      font-weight: bold;
      padding-bottom: 13px; }
    #contents[data-format="markdown"] p {
      padding-bottom: 13px;
      text-align: justify; }
    #contents[data-format="markdown"] code {
      padding: 2px;
      background-color: #ddd;
      border-radius: 3px; }
    #contents[data-format="markdown"] blockquote {
      color: #666;
      border-left: 1px solid #999;
      margin-bottom: 13px;
      padding-left: 13px; }
      #contents[data-format="markdown"] blockquote p:last-child {
        padding-bottom: 0; }
    #contents[data-format="markdown"] pre {
      line-height: 26px;
      background-color: #ddd;
      border-radius: 3px;
      padding: 13px; }
    #contents[data-format="markdown"] .highlight {
      padding-bottom: 13px; }
    #contents[data-format="markdown"] ul, #contents[data-format="markdown"] ol {
      margin-bottom: 13px;
      padding-left: 20px; }
    #contents[data-format="markdown"] hr {
      height: 4px;
      border-radius: 2px;
      background-color: #ddd;
      border: none;
      margin-bottom: 13px; }
    #contents[data-format="markdown"] table {
      border-collapse: collapse;
      margin: 13px 0 26px 0; }
      #contents[data-format="markdown"] table thead {
        font-weight: bold; }
      #contents[data-format="markdown"] table tbody tr:nth-child(odd) {
        background-color: #ddd; }
      #contents[data-format="markdown"] table th, #contents[data-format="markdown"] table td {
        border: 1px solid #ccc;
        padding: 6px 13px; }
    #contents[data-format="markdown"] img {
      max-width: 600px;
      max-height: 600px; }
