.editable div {
  margin: 0px 0px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}
textarea {
  /*font-family: "consolas", courier; */
}
#wysiwyg-init {
  margin: 20px 0px;
}
#wysiwyg {
  padding: 0px;
  /*padding-bottom: 200px;*/
  border: 0px;
  box-shadow: 0 0 0 0;
  outline:1px solid #DDD;
  outline-offset:10px;
  height: 546px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
}
#html {
  margin: 20px auto;
  padding: 0px;
  /*padding-bottom: 200px;*/
  border: 0px;
  box-shadow: 0 0 0 0;
  outline:1px solid #DDD;
  outline-offset:10px;
  height: 600px;
  font-family: "consolas", courier; 
  font-size: 14px;
}
/*#html:focus {
  box-shadow: 0 0 0 0;
  border-color: #EEE;
}*/
#markdown {
  margin: 20px auto;
  padding: 0px;
  /*padding-bottom: 200px;*/
  border: 0px;
  box-shadow: 0 0 0 0;
  outline:1px solid #DDD;
  outline-offset:10px;
  height: 600px;
  font-family: "consolas", courier; 
  font-size: 22px;
}
#markdown:focus {
  box-shadow: 0 0 0 0;
  border: 0px;
}
#markdown.squished {
  height: 200px;
}
#html.squished {
  height: 200px;
}
#wysiwyg.squished {
  height: 200px;
}
.btn-icon {
  width: 36px;
}
.note-editor {
  /*border-color: #e7e7e7;*/
  border-radius: 4px;
  margin: 20px auto;
  border: 0;
/*  outline-offset: 10px;
  outline: solid 1px #DDD;*/
}
.note-editor .note-editable {
  margin: 10px auto;
  overflow-x: auto;
  overflow-y: auto;
/*  overflow-x: auto;
  overflow-y: auto;
  font-size: 22px;*/
}
.note-editor .note-toolbar {
  border-bottom-color: #e7e7e7;
  background-color: transparent;
}
.note-editor .note-toolbar .btn-group {
  margin-top: -5px;
}
.nav-tabs-mode>li>a {
  padding: 5px 10px;
}
.nav-tabs-mode>li.active>a {
  padding-top: 3px;
  padding-bottom: 13px;
}
.nav-tabs-mode>li.active>a:hover {
  padding-top: 3px;
  padding-bottom: 13px;
}
.nav-tabs-mode>li>a:hover {
  padding-top: 3px;
  padding-bottom: 13px;
}
/*.tooltip-inner {
  width: 350px;
}*/