body, html {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.CodeMirror {
    font-size: 12px;
}

#res_list {
    width: 350px;
    right: 108px;
    z-index: 90;
    background: #FFFFFF;
    position: absolute;
    border: 1px solid #adadad;
    text-align: left;
    display: none;
}

#res_list .res_list_title {
    color: #0C2142;
    font-size: 15px;
    background: #DDD;
    padding: 4px;
}

#res_list .res {
    padding: 5px;
    height: 15px;
}

#res_list .res span {
    vertical-align: top;
    font-size: 10px;
    color: #424242
}

#res_list .res a {
    vertical-align: top;
    margin-top: -2px;
    font-size: 14px;
    float: right;
    text-decoration: none;
    color: #0C2142;
}

#add_res {
    width: 280px;
    border: 1px solid #adadad;
    color: #777;
    margin: 0px 5px;
}

#add_res_btn {
    border: 1px solid #adadad;
    color: #0C2142;
    width: 50px;
    cursor: pointer;
}

#tools {
    width: 215px;
    float: left;
    font-family: verdana, sans-serif;
    font-size: 14px;
}

#demos {
    overflow-y: auto;
}
#demos .list-group-item:first-child {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
}
#tools .title {
    text-align: left;
    margin: 10px;
    font-size: 17px;
    color: #424242;
}

#playground {
    min-width: 430px;
    float: left;
    background: #DDD;
    display: none;
    position: relative;
}

#playHTML {
    left: 8px;
    top: 8px;
}

#playCSS {
    right: 8px;
    top: 8px;
}

#playJS {
    left: 8px;
    bottom: 8px;
}

#result {
    right: 8px;
    bottom: 8px;
}

.codeBlock {
    border: 1px solid #ADADAD;
    position: absolute;
    background: #FFF;
    display: block;

}

.editBlock {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    resize: none;
    background: #FFFFFF;
    overflow: hidden;
    display: none;
}

.codeBlock_label {
    width: 46px;
    height: 20px;
    padding-top: 4px;
    position: absolute;
    right: 20px;
    top: 5px;
    background: #DDD;
    font-size: 12px;
    font-family: verdana, sans-serif;
    color: #0C2142;
    z-index: 50;
    text-align: center;
    vertical-align: middle;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
    background-color: black;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

#code_dlg {
    z-index: 102;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    display: none;
    overflow: hidden;
    font-family: verdana, sans-serif;
    border: 1px solid #adadad;
}

#code_dlg .code_dlg_header {
    height: 25px;
    color: #0C2142;
    padding: 5px 10px 0px 10px;
    border-bottom: 1px solid #adadad;
    background: #DDD;
}

#code_dlg_close {
    float: right;
    text-decoration: none;
    color: #0C2142;
}

#code {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    background: #FFFFFF;
}

.wrap {
    margin-top: 50px;
    overflow: hidden;
    width: 4000px;
}
