
.websocket{
    padding: 0.25rem;
    border: 1px solid #eee;
    border-radius: 3px 3px 0 0;
}

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

.websocket>div{
    padding: 0.25rem;
}

.websocket>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.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1) {
    background-color: #009688;
}

.divbuts button:nth-child(2) {
    background-color: #795548;
}

@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(3){
        width: 100%;
        margin-top: 0.5rem;
    }
}

.wssres{
    margin-top: 0.75rem;
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 3px;
    display: none;
}

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

.wsspst{
    margin-top: 0.5rem;
}
.wsspst input{
    height: 1.8rem;
    line-height: 1.8rem;
    width: calc(100% - 3.5rem);
    float: left;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 3px 3px 0 0;
    padding-left: 0.5rem;
}
.wsspst span{
    display: inline-block;
    float: left;
    height: 1.8rem;
    line-height: 1.8rem;
    width: 3.5rem;
    background-color: #06b672;
    color: #fff;
    text-align: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 0.65rem;
}

.wsssms{
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #eee;
    background-color: #f6f7fa;
    resize: none;
    border-radius: 3px;
    display: block;
    color: #555;
    line-height: 1.42857143;
    font-size: 0.7rem;
    overflow-x: auto;
    height: 10rem;
}
.wsssms>div{
    font-size: 0.65rem;
    line-height: 1.5rem;
}
.wsssms .c1{
    color: #af6c15;
}
.wsssms .c2{
    color: #198cce;
}
.wsssms .c3{
    color: #12a165;
}
.wsssms .c4{
    color: red;
}