li.comment__block {
    margin: 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 12px;
    background: #fff;
    list-style: none;
}

.comment__block .twitter {
    display: flex;
    align-items: flex-end;
}

.comment__block .twitter a {
    text-decoration: none;
}

.comment__block img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.comment__block .dashicons {
    height: 26px;
    color: #58aeed;
    margin-left: 10px;
}

.comment__block .user_name {
    color: #000000;
    font-weight: bold;
    margin: 0 5px;
}

.comment__block .from {
    font-size: 0.9em;
}

.comment__block .foot {
    display: flex;
    height: 2em;
    align-items: flex-end;
    justify-content: flex-end;
}

.comment__block .foot a {
    text-decoration: none;
}

.comment__block .name_reply {
    font-size: 16px;
    color: #96b2cb;
    margin-right: 10px;
}

.comment__block .date {
    text-align: right;
    font-size: 16px;
    color: #4d4d4d;
}
