.profile .meMsg_MsgBlkZ {
    margin-top: 40px;
}

.profile .info-card {
    background-color: #ffb69e69;
    border-radius: 20px;
    padding: 5px;
}

.profile .info-blk {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 30px 10px 10px;
}

.ig-img {
    margin-left: 0;
    width: 50px;
    border-radius: 50%;
}

.ig-name {
    margin-left: 10px;
}

.follower-blk {
    display: flex;
    margin: 25px;
    justify-content: center;
}

.sperator {
    display: grid;
    grid-template-columns: 1px;
}

.sperator::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
}

.ig-post {
    margin: 0 15px;
    display: grid;
    justify-items: center;
}

.ig-post::after {
    content: '貼文';
    display: block;
}

.ig-follower {
    margin: 0 15px;
    display: grid;
    justify-items: center;
}

.ig-follower::after {
    content: '粉絲數';
    display: block;
}

.ig-follow {
    margin: 0 15px;
    display: grid;
    justify-items: center;
}

.ig-follow::after {
    content: '追蹤中';
    display: block;
}

.ig-desc-title {
    font-size: 15px;
    color: #483333;
    margin-top: 40px;
    margin-left: 40px;
}

.ig-desc {
    font-size: 12px;
    color: #8b8787;
    font-weight: 400;
}

/* .info-blk::before {
    content: '';
    display: block;
    background: url('https://static.xx.fbcdn.net/rsrc.php/v3/y_/r/2wPYyq9Ejn4.png');
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
} */

@media (max-width: 400px) {
    .profile .meMsg_MsgBlkZ {
        margin-top: 24px;
    }

    .profile .info-card {
        
        border-radius: 20px;
        padding: 5px;
    }

    .profile .info-blk {
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-top: 5px; */
    }

    .profile .info-blk .ig-img {
        margin-left: 0;
        width: 35px;
        border-radius: 50%;
    }

    .profile .info-blk .ig-name {
        margin-left: 18px;
    }

    .profile .follower-blk {
        display: flex;
        margin: 12px;
        justify-content: center;
        font-size: 16px;
    }

    .profile .follower-blk .ig-post {
        margin-right: 28px;
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .profile .follower-blk .ig-follower {
        margin-right: 28px;
        display: grid;
        justify-items: center;
    }

    .profile .follower-blk .ig-follow {
        display: grid;
        justify-items: center;
    }

    .profile .ig-desc-title {
        font-size: 15px;
        color: #483333;
        margin-top: 5px;
        margin-left: 10px;
    }

    .profile .ig-desc {
        font-size: 12px;
        color: #8b8787;
        font-weight: 400;
    }
}

tr.id_HeaderR3 {
    max-width: 768px;
    background-color: rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body #ns_Header .meDivList .itemDivList {

    background: none;
}


body .orderBlk img {
    filter: brightness(1);
}