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