textarea{
    resize: none !important;
}

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

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

.monispiderua>div{
    padding: 0.25rem;
}

.monispiderua>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;
    }
}

/********************************************/

.minispiderres{
    border: 1px solid #b5d6f0;
    margin-top: 0.75rem;
    padding: 0.5rem;
    border-radius: 6px;
    display: none;
}

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

.minispiderres div{
    margin-bottom: 0.5rem;
    background-color: #e9f2fa;
    border: 1px dashed #b6d6f0;
    padding: 0.4rem 0.5rem;
    border-radius: 3px;
}

.night .minispiderres div{
    background-color: #181a1b;
    border: 1px solid #444;
}

.minispiderres div span{
    margin-right: 0.5rem;
}

.minispiderres div:last-child{
    margin-bottom: 0;
}

.minispiderres div p{
    line-height: 1.8;
    font-size: 0.6rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
