@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
html, body {
  height: 100%;
  margin: 0;
  background: #eaeaea;
  font-family: "Open Sans"; }
  html *, body * {
    box-sizing: border-box; }

.container {
  position: relative;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  margin: 0 auto;
  width: 710px;
  background: white; }
  .container-controls {
    right: 0;
    padding: 10px 10px 0 0;
    color: gray;
    font-size: 0.9em;
    text-align: right; }
    .container-controls a {
      position: relative;
      display: inline-block;
      color: gray;
      border: 1px solid #d7d7d7;
      background: linear-gradient(#f3f3f3, #d9d9d9);
      padding: 5px 36px 5px 10px;
      text-decoration: none;
      font-weight: bold;
      text-shadow: 0 1px 1px white; }
      .container-controls a i {
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #d7d7d7;
        padding: 7px;
        height: 100%; }
      .container-controls a:hover {
        color: black;
        box-shadow: 0 2px 10px lightgray; }
  .container-row {
    padding: 30px;
    height: 180px;
    width: 100%;
    border-bottom: 1px solid lightgray; }
    .container-row:last-child {
      border: none; }
    .container-row .animated-sprite {
      float: left;
      cursor: pointer; }
    .container-row-text {
      float: left;
      padding: 0 20px;
      width: calc(100% - 120px); }
      .container-row-text h2 {
        margin: 10px 0;
        font-weight: 400; }

/*---------- rand01 Styles ---------*/
.sh_rand01 {
  background: none;
  padding: 0;
  margin: 0;
  border: 0 none; }

.sh_rand01 .sh_sourceCode {
  background-color: #fff;
  color: #121b28;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_keyword {
  color: #0a7f6d;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_type {
  color: #c42638;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_string {
  color: #2b83ba;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_regexp {
  color: #2b83ba;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_specialchar {
  color: #a764cb;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_comment {
  color: #ababab;
  font-weight: normal;
  font-style: italic; }

.sh_rand01 .sh_sourceCode .sh_number {
  color: #0da344;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_preproc {
  color: #620ac6;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_symbol {
  color: #0000de;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_function {
  color: #000;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_cbracket {
  color: #0000de;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_url {
  color: #2b83ba;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_date {
  color: #0a7f6d;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_time {
  color: #0a7f6d;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_file {
  color: #0a7f6d;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_ip {
  color: #2b83ba;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_name {
  color: #2b83ba;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_variable {
  color: #e12f76;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_oldfile {
  color: #a764cb;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_newfile {
  color: #2b83ba;
  font-weight: normal;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_difflines {
  color: #0a7f6d;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_selector {
  color: #e12f76;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_property {
  color: #0a7f6d;
  font-weight: bold;
  font-style: normal; }

.sh_rand01 .sh_sourceCode .sh_value {
  color: #2b83ba;
  font-weight: normal;
  font-style: normal; }

/*-------- Snippet Base Styles ----------*/
.snippet-wrap {
  position: relative; }

*:first-child + html .snippet-wrap {
  display: inline-block; }

* html .snippet-wrap {
  display: inline-block; }

.snippet-reveal {
  text-decoration: underline; }

.snippet-wrap .snippet-menu, .snippet-wrap .snippet-hide {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: .9em;
  z-index: 1;
  background-color: transparent; }

.snippet-wrap .snippet-hide {
  top: auto;
  bottom: 10px; }

*:first-child + html .snippet-wrap .snippet-hide {
  bottom: 25px; }

* html .snippet-wrap .snippet-hide {
  bottom: 25px; }

.snippet-wrap .snippet-menu pre, .snippet-wrap .snippet-hide pre {
  background-color: transparent;
  margin: 0;
  padding: 0; }

.snippet-wrap .snippet-menu a, .snippet-wrap .snippet-hide a {
  padding: 0 5px;
  text-decoration: underline; }

.snippet-wrap pre.sh_sourceCode {
  line-height: 1.8em;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid lightgray; }

.snippet-wrap pre.snippet-textonly {
  padding: 2em; }

*:first-child + html .snippet-wrap pre.snippet-formatted {
  padding: 2em 1em; }

* html .snippet-wrap pre.snippet-formatted {
  padding: 2em 1em; }

.snippet-reveal pre.sh_sourceCode {
  padding: .5em 1em;
  text-align: right; }

.snippet-wrap .snippet-num li {
  padding-left: 1.5em; }

.snippet-wrap .snippet-no-num {
  list-style: none;
  padding: .6em 1em;
  margin: 0; }

.snippet-wrap .snippet-no-num li {
  list-style: none;
  padding-left: 0; }

.snippet-wrap .snippet-num {
  margin: 1em 0 1em 1em;
  padding-left: 3em; }

.snippet-wrap .snippet-num li {
  list-style: decimal-leading-zero outside none; }

.snippet-wrap .snippet-no-num li.box {
  padding: 0 6px;
  margin-left: -6px; }

.snippet-wrap .snippet-num li.box {
  border: 1px solid;
  list-style-position: inside;
  margin-left: -3em;
  padding-left: 6px; }

*:first-child + html .snippet-wrap .snippet-num li.box {
  margin-left: -2.4em; }

* html .snippet-wrap .snippet-num li.box {
  margin-left: -2.4em; }

.snippet-wrap li.box-top {
  border-width: 1px 1px 0 !important; }

.snippet-wrap li.box-bot {
  border-width: 0 1px 1px !important; }

.snippet-wrap li.box-mid {
  border-width: 0 1px !important; }

.snippet-wrap .snippet-num li .box-sp {
  width: 18px;
  display: inline-block; }

*:first-child + html .snippet-wrap .snippet-num li .box-sp {
  width: 27px; }

* html .snippet-wrap .snippet-num li .box-sp {
  width: 27px; }

.snippet-wrap .snippet-no-num li.box {
  border: 1px solid; }

.snippet-wrap .snippet-no-num li .box-sp {
  display: none; }
