.CodeMirror {
	height: 700px
}

.simple-css-save {
	width: 100%;
    padding: 20px !important;
    line-height: normal !important;
    height: auto !important;
    font-size: 20px !important;
}

.simple-css-sidebar p.submit {
	padding-top: 0;
	margin-top: 0;
}

.appearance_page_simple-css #wpbody-content {
	padding-bottom: 0;
}

.color-theme {
	margin-bottom: 1.5em;
}

.color-theme select {
    width: 100%;
    padding: 15px;
    line-height: normal !important;
    height: auto !important;
    font-size: 18px;
}

.simple-css-sidebar .hndle {
	cursor: auto !important;
}

.CodeMirror-dialog {
  position: absolute;
  left: 0; right: 0;
  background: inherit;
  z-index: 15;
  padding: .1em .8em;
  overflow: hidden;
  color: inherit;
}

.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0;
}

.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0;
}

.CodeMirror-dialog input {
  border: none;
  outline: none;
  background: transparent;
  width: 20em;
  color: inherit;
  font-family: monospace;
}

.CodeMirror-dialog button {
  font-size: 70%;
}