.layui-table-cell{
    height: unset !important;
    line-height: unset !important;
    text-overflow: initial;
    white-space: normal;
    padding: 0.6rem 0.5rem;
}

.chibinaryres{
    max-width: 24rem;
    margin: auto;
    margin-top: -1rem;
    display: none;
}

@media screen and (max-width: 500px) {
    .chibinaryres {
        margin-top: 0.75rem;
        max-width: 100%;
    }
}