#ecomments-table{
    table-layout: fixed;
    border-collapse: separate;
    border-color: transparent;
}

.ecomments-cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.ecomments-author {
    font-weight: bold;
    font-size: 20;
}

.ecomments-date {
    font-weight: bold;
    font-size: 14;
    color: black;
}

.ecomments-text {
    font-weight: normal;
    font-size: 12;
    color: black;
    padding-bottom: 20px;
}

.ecomments-child-cell {
    position: relative;
}
