.MessageMeta,
.MessageMeta * {
    box-sizing: border-box;
}

.MessageMeta {
    overflow: hidden;
}

.MessageMeta__col--avatar {
    float: left;
    width: 3.2em;
    height: 3.2em;
}

.MessageMeta__avatar {
    width: 3.2em !important;
    height: 3.2em !important;
    border: none;
    border-radius: 50%;
    background-color: rgba(70, 70, 70, 0.1);
}

.MessageMeta__col--postDetails {
    margin-left: 4.2em;
    padding-right: 16px;
}

.MessageMeta__row {
    display: block;
    width: 100%;
    overflow: hidden;
}

.MessageMeta__row--postedOn {
    line-height: 1.2;
    font-size: .9em;
    color: rgba(0, 0, 0, 0.54);
}

.MessageMeta__postChannel {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.54);
}
