.res{
    margin-top: 0.75rem;
}

.res div{
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #d7deea;
    border-bottom: 0;
    padding: 0 0.5rem;
}

.night .res div{
    border: 1px solid #374151;
    border-bottom: 0;
}

.res div span{
    float: right;
    color: #888;
    cursor: pointer;
}

.res textarea{
    width: 100%;
    border: 1px solid #d7deea;
    padding: 0.5rem;
    min-height: 10rem;
}

.night .res textarea{
    background-color: #0f1827;
    border: 1px solid #374151;
    color: #aaa;
}

.resbasebutclear{
    height: 1.8rem;
    line-height: 1.8rem;
    border: 1px solid #d7deea;
    background-color: #fff;
    width: 100%;
    margin-top: 0.75rem;
    cursor: pointer;
    border-radius: 3px;
}

.night .resbasebutclear {
    background-color: #0f1827;
    border: 1px solid #374151;
    color: #aaa;
}