.layui-tab-content {
    padding: 0;
}
.layui-tab{
    margin: 0;
    margin-bottom: 10px;
}
.CodeMirror{
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow:none;
    border-bottom: 0;
    border-top: 1px solid #eee;
}
.CodeMirror-gutters {
    border-right: 1px solid #eee;
}

.night .CodeMirror {
    border: 1px solid #444;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.night .layui-tab-card>.layui-tab-title .layui-this:after {
    border: 1px solid #444444;
    border-top: none;
}

.layui-tab-card>.layui-tab-title{
    border-bottom: 0;
}
.layui-tab-card>.layui-tab-title li{
    font-size: 0.6rem;
    color:#666;
}
.layui-tab-card{
    box-shadow: none;
}

.htmlclears{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

.night .htmlclears{
    border: 1px solid #444;
}

.htmlclears>div{
    padding: 0.25rem;
}

.htmlclears>div>div{
    margin-bottom: 0 !important;
}

.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border: 1px solid #444;
    border-top: 0;
}

.divbuts button{
    padding: 0.36rem 1rem;
    text-align: center;
    background-color: #16b777;
    border:1px solid #16b777;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(2){
    background-color: #fff;
    color: #666;
    border: 1px solid #eee;
}

.divbuts button:nth-child(3){
    background-color: #fff;
    color: #666;
    border: 1px solid #eee;
}

.divbuts button:nth-child(4){
    background-color: #fff;
    color: #666;
    border: 1px solid #eee;
}

.divbuts button:nth-child(5){
    background-color: #fff;
    color: #666;
    border: 1px solid #eee;
}


.night .divbuts button:nth-child(2){
    background-color: #444;
    color: #aaa;
    border: 1px solid #444;
}

.night .night .divbuts button:nth-child(3){
    background-color: #444;
    color: #aaa;
    border: 1px solid #444;
}

.night .divbuts button:nth-child(4){
    background-color: #444;
    color: #aaa;
    border: 1px solid #444;
}

.night .divbuts button:nth-child(5){
    background-color: #444;
    color: #aaa;
    border: 1px solid #444;
}

@media screen and (max-width: 390px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(4){
        width: calc(50% - 0.25rem);
        margin-top: 0.5rem;
        float: left;
    }
    .divbuts button:nth-child(5){
        width: calc(50% - 0.25rem);
        margin-top: 0.5rem;
        float: right;
    }
}