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

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

.txtpaddsetup>div{
    padding: 0.25rem;
}

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

.divbuts .blurs{
    background-color: #2196F3 !important;
}

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

.endbut{
    display: none;
}

#frame{
    width: 100%; 
    height: 22.5rem; 
    padding: 0.5rem; 
    border: 1px solid #a0e5c6;
    margin-top: 0.5rem; 
    display: none;
}

.rest{
    color: #34495e;
    border: 1px solid #a0e5c6;
    background: #f8fafe;
    border-radius: 3px;
    padding: 0.75rem;
    margin-top: 0.75rem;
    display: none;
}

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

.rest_ul{
    font-size: 0.6rem;
    max-height: 10rem;
    overflow-y: scroll;
}

.rest_ul::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.rest_ul::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    background: #e8e8fd;
}

.rest_ul::-webkit-scrollbar-thumb:hover {
    background-color: rgb(134,144,156);
}

.rest_ul b{
    font-weight: unset;
    margin-right: 0.75rem;
    color: green;
}

.rest_ul span{
    margin: 0 0.25rem;
    color: #F44336;
}

.night .rest_ul{
    color:#ddd;
}

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