﻿.breath-right {
  margin-right: 8px;
}

.breath-left {
  margin-left: 8px;
}

.breath-both {
  margin-left: 8px;
  margin-right: 8px;
}

.list-type {
  font-size: 14px;
}

.type {
  color: #999;
  cursor: pointer;
}

.type.selected {
  color: #3F403F;
}

/* CodeMirror */

.CodeMirror {
  font-family: Menlo, Monaco, Courier, monospace;
  font-size: 11px;
  background-color: #ffffff;
  line-height: 18px;
  border-radius: 2px;
  margin: 10px 0;
  height: 275px;

  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
     -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
          box-shadow: 0px 1px 1px rgba(0,0,0,.1);

}

.CodeMirror-activeline {
  color: #333;
}

.CodeMirror-activeline-background {
  background: rgba(68, 204, 164, 0.18) !important;
}

pre.CodeMirror-placeholder {
  color: #999;
}

.CodeMirror.highlight {
  opacity: .5;
}

.CodeMirror-gutters {
  height: 100%;
  border: none;
  background-color: #fff;
  border-right: 1px solid #eee;
}

.CodeMirror-linenumber {
  color: #bbb;
}

.CodeMirror-focused {

}

.CodeMirror-code div:first-child pre{
  font-weight: bold;
}

.CodeMirror .line-error .CodeMirror-linenumber {
  color: #f00;
}

.CodeMirror .line-error {
  background-color: #FFF3B8;
  color: #3F403F;
}

