textarea{
    resize: none !important;
}

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

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

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

.teletranssetup>div{
    padding: 0.25rem;
}

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

/*******************************************/
.teleresdiv{
    border: 1px solid #eee;
    margin-top: 0.75rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

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

.teleresdiv .titles{
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
    border-bottom: 1px solid #eee;
}

.teleresdiv .titles span{
    float: right;
    cursor: pointer;
    margin-right: 0.5rem;
    color: #795548;
}

.night .teleresdiv .titles{
    color: #aaa;
    background-color: #181a1b;
    border-bottom: 1px solid #444;
}

.teleresdiv textarea{
    width: calc(100% - 1.5rem);
    height: 8rem;
    padding: 0.5rem;
    border: 1px solid #b5d6f0;
    margin: 0.75rem;
    margin-bottom: 0;
}

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

.teleresdivcents{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 0.75rem;
    padding: 0.75rem;
}

.teleresdivcents>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.5rem;
    border-radius: 3px;
    background-color: #e9f2fa;
    border: 1px dashed #b6d6f0;
    cursor: pointer;
}

.night .teleresdivcents>div{
    background-color: #181a1b;
    border: 1px dashed #444;
}

.teleresdivcents>div div:first-child {
    font-size: 1rem;
    font-family: 'Times New Roman', 'Songti SC', 'Noto Serif SC', serif;
    font-weight: 500;
    line-height: 1.2;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.teleresdivcents>div div:last-child {
    font-size: 0.7rem;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    padding: 0.25rem 0.1rem;
    border-radius: 6px;
    width: 88%;
    text-align: center;
    letter-spacing: 1px;
}