/*
Easy Admin Color Schemes <http://JamesDimick.com/easy-admin-color-schemes>
Created by James Dimick <http://JamesDimick.com>

  Copyright (C) 2011 James Dimick <mail@jamesdimick.com> - JamesDimick.com

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#wp-content-editor-container, #content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px
}

#content {
  white-space: pre
}

#content-prompt-text {
  cursor: text;
  font: 13px/150% Consolas, Monaco, monospace;
  color: #bbb;
  padding: 6px;
  position: absolute
}

#post-status-info {
  display: none
}

#schemepreview {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 50em;
  width: 100%
}

#previewjsnote {
  text-align: center
}

#eacs-primarycolors {
  line-height: 1.5em
}

#eacs-primarycolors input {
  width: 24%;
  margin: 0
}

#eacs-primarycolors #colorPickerDiv .farbtastic {
  margin: 0 auto
}

#eacs-primarycolors #shortcodes {
  text-align: center
}

#excerpt {
  height: auto
}

.nonessential {
  padding: 0
}