.cy-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center
}

    .cy-list .cy-list-item {
        height: 140px;
        padding: 4px;
        text-align: center;
        background-color: #f5f5f5;
        border-radius: 2px;
        display: inline-block;
        margin-left: 4px;
        width: 107px;
        margin-top: 10px;
        cursor: pointer;
        overflow: hidden;
    }

        .cy-list .cy-list-item a {
            text-decoration: none;
            color: #171717;
            font-size: 0.7rem;
        }

        .cy-list .cy-list-item h4 {
            margin: 0;
            /* font-size: 0.5rem; */
            font-weight: normal;
            font-size: 12px;
        }


.tgme_page_photo_image {
    width: 95px;
    height: 95px;
    border-radius: 55px;
}


.post-box {
    max-width: 500px;
    margin: auto;
    min-height: inherit;
    padding-bottom: 0px;
    border-bottom: solid 1px rgb(239, 243, 244);
}

    .post-box:hover {
        background-color: #f7f9f9;
    }

.message_info {
    border-top: none
}


.channel-box {
    background-color: rgb(239 243 244);
}

    .channel-box .channel_photo {
        float: inherit;
        display: block;
        width: 100%;
        text-align: center
    }

        .channel-box .channel_photo img {
            vertical-align: top;
            width: 120px;
            height: 120px;
            border-radius: 60px;
            border: solid 1px #e9e9e9;
        }

.post-box .channel_info-wraper {
    display: none;
}

.body-main .channel_info-wraper {
    height: 150px;
    text-align: center;
}
