.teleresdivcents{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0 !important;
}

.teleresdivcents>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0rem;
    margin-bottom: 0;
    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;
}