html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#editor{
    min-height: 455px;
    width: 100%;
    display: inline-block;
    float: left;
}
#iframe {
    min-height: 148px;
    width: 100%;
    display: inline-block;
    float: left;
   box-shadow: 0px 0px 1px 1px #a5a0a0;
  }

#container {
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.add {
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
    height: 100px
}

/* disable tag matching */
.ace_editor .ace_marker-layer .ace_bracket {
    display: none
}

[contenteditable] {
    display: block;
}

style {
    font-family: Consolas, monospace;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
    height: 100%; /* Internet Explorer 5.5+ */
}

.add2 {
    padding: 15px;
    background-color: #eef3eef0;
    box-shadow: 0px 1px 6px 1px #fff8f8;
    border: 1px solid #615c5c42
}
.h-26{
    height:26px !important;
}