/*.numberedtextarea-wrapper { position: relative; }

.numberedtextarea-wrapper textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.numberedtextarea-line-numbers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.numberedtextarea-number {
  padding-right: 6px;
  text-align: right;
}
#cssor .form-table td {
  vertical-align: top;
}
#cssor #cssor-textarea {
  width: 100%;
  height: 450px;
  display: block;
  outline: none;
}

#cssor #cssor-textarea:focus {
  border-color: initial;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07)
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

#cssor #cssor-textarea {background:#34495E; color:#fff; padding:20px;}*/

/**
 * Global
**/

.cssor-heading {
    display: flex;
    align-items: center;
    height: 80px;
    background: #64ace0;
    box-sizing: border-box;
    justify-content: space-between;
}

.cssor-heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
}

.cssor-submit .button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    line-height: 80px;
    height: auto;
    padding: 0 25px;
    padding: 0 50px;
    background: #7eca60;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    margin-bottom: 0;
}

.cssor-submit .submit {
    padding: 0;
    margin: 0;
}

.cssor-editor {
    width: 75%;
    float: left;
    border-right: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.cssor-options {
    width: 25%;
    float: right;
    padding: 15px;
    box-sizing: border-box;
}

.cssor-submit input {
  width: 100%;
}

.cssor-submit {
    min-width: 25%;
}

.cssor-submit input#submit, .cssor-submit input#submit:active, .cssor-submit input#submit:focus {
    width: 100%;
    transform: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cssor-title {
    padding-left: 25px;
}

.cssor-wrap {
    background-color: #fff;
}

.cssor-wrap:after {
  content: "";
  clear: both;
  display: block;
}

/**
 * Editor
*/

.ace-wrapper {
  position: relative;
  height: 450px;
}
#editor {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



