#pageHeader{
    padding : 20px 0;
    height : 80px;
}

#pageHeader h3{
    width : 50%;
    float : left;
    margin : 0;
}

#pageHeader input{
    float : right;
    margin-left : 15px;
}

#posts table{
    clear : both;
    float : left;
    width : 100%;
}

#posts table tbody tr:hover{
    background-color: #CCCCCC;
}

.opened{
    color : green;
}
.notOpened{
    color : red;
}
#clearable{
    margin-left : 10px;
    font-size : 12px;
    color : blue;
    cursor : pointer;
}
.short{
    max-height : 45px;
    overflow : hidden;
}
