.clear {
    width: 0 !important;
    height: 0 !important;
    clear: both;
    visibility: hidden;
}

/*-- COMMENT PAGE ---------------------------------------------------*/
/*-- h1 Profile Comments --------------------------------------------*/
.h1_Profile_Comments {
    height: 20px;
    text-align: center;
}

/*-- Background colors of tables ------------------------------------*/
.color1{
    background-color:#d3d9dc;
}

.columnCreatedTime{
    height: 20px;
    text-align: right;
    position: relative;
    bottom: 0;
    right: 0;
}


.color3{
    background-color:#0080FF;
}
/*-- Posts Out ------------------------------------------------------*/ 
.avatar {
    width: 140px;
    text-align: center;
    border-right: 1px solid #d3d9dc;
    border-bottom: 1px solid #d3d9dc;
    vertical-align: top; 
}

.createdTime {
    height: 20px;
    text-align: right;
    border-bottom: 1px solid #d3d9dc;
}

.buttons {
    width: 16px;
    text-align: right;
}

.buttonsForum {
    width: 40px;
    text-align: right;
}

.oddRowColor {
    background-color: white;
}

.evenRowColor {
    background-color: #f0f0f0;
}

.buttonStyleDelete {
    height: 16px;
    height: 16px;
    cursor: pointer;
}
/*-------------------------------------------------------------------*/
