.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#try p {
  line-height: 1.5;
}
.clearfix {
	display: inline-block;
}
.buttons {
  float: left;
  clear: both;
}
.buttons a {
  float: left;
  margin: 0 2px;
}
#prev {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}
#next {
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}
#next.hide {
  opacity: 0;
}
#prev.show {
  opacity: 1;
}
#prev,
#next {
  display: block;
  border: 1px solid #eee;
  padding: 25px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: inset #eee 0 0 5px 0;
  -moz-box-shadow: inset #eee 0 0 5px 0;
  -box-shadow: inset #eee 0 0 5px 0;
  background: white;
  margin-top: -60px;
  color: #888;
}
#next:hover,
#prev:hover {
  text-decoration: none;
  -webkit-box-shadow: inset #ddd 0 0 10px 0;
}
#next:active,
#prev:active {
  text-decoration: none;
  -webkit-box-shadow: inset #ddd 5px 0 10px 0;
}
#prev:active {
  -webkit-box-shadow: inset #ddd -5px 0 10px 0;
}
.page_try .content {
  overflow-y: auto;
  overflow-x: hidden;
}
#try {
  padding-right: 50px;
  padding-left: 50px;
}
#prev {
  position: absolute;
  top: 50%;
  left: -100px;
  padding-left: 110px;
}
#next {
  position: absolute;
  top: 50%;
  right: -100px;
  padding-right: 110px;
}

.CodeMirror {
  float: left;

  line-height: 1.2;
  font-size: 12px;
  font-family: monaco, monospace;
  margin: 5px 10px;
}

.CodeMirror-scroll {
  overflow: auto;
  /* This is needed to prevent an IE[67] bug where the scrolled content
     is visible outside of the scrolling box. */
  position: relative;
  margin: 0;
  width: 358px;
}
.step { display: none;}
.CodeMirror-gutter {
  position: absolute; left: 0; top: 0;
  z-index: 10;
  background-color: #f7f7f7;
  border-right: 1px solid #eee;
  min-width: 2em;
  height: 100%;
}
.CodeMirror-gutter-text {
  color: #aaa;
  text-align: right;
  padding: .4em .2em .4em .4em;
  display: none;
}
.CodeMirror-lines {
  background: white;
  padding: 20px;
}

.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-width: 0; margin: 0; padding: 0; background: transparent;
  font-family: inherit;
  font-size: inherit;
  padding: 0; margin: 0;
  white-space: pre;
  word-wrap: normal;
  overflow: visible;
  line-height: 1.5;
}

.CodeMirror textarea {
  font-family: inherit !important;
  font-size: inherit !important;
}

.CodeMirror-cursor {
  z-index: 10;
  position: absolute;
  visibility: hidden;
  border-left: 1px solid black !important;
}
.CodeMirror-focused .CodeMirror-cursor {
  visibility: visible;
}

.cm-number { color: #00A3D4; }
.cm-string { color: #B80015; }
.cm-atom { color: #B80015; }

span.CodeMirror-selected {
  background: #ccc !important;
  color: HighlightText !important;
}
.CodeMirror-focused span.CodeMirror-selected {
  background: Highlight !important;
}

.CodeMirror-matchingbracket {color: #0f0 !important;}
.CodeMirror-nonmatchingbracket {color: #f22 !important;}

aside, .permalink {display:none !important} .content, .sidebar {overflow-y:visible !important} html, body, .wrap {height: auto !important}
