.avatar {
    margin-right: 7px;
    float: left;
}

.header {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 10px 0;    
}

.name {
    float: left;
    color: #2b2b29;
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
}

.time {
    font-weight: normal;
    font-size: 11px;
    margin-top: -2px;
    color: #9b9797;
}

.adminAction {
    position: absolute;
    right: -20px;
    top: -20px;
}
.iconAction {
    position: relative;
    top: 10px;
    right: 10px;
}

.content {
    font-size: 15px;
    font-weight: 100;
    text-align: left;
    float: left;
    width: 100%;
}

.children {
    float: left;
    width: 100%;
    margin-top: 8px;
}