/*
contact index
*/
#threads{
    width : 90%;
    margin : 25px 5%;
}

#pageHeader{
    width : 100%;
    padding : 20px 0;
    height : 80px;
}

#pageHeader h3{
    width : 50%;
    float : left;
    margin : 0;
}

#pageHeader input{
    float : right;
    margin-left : 15px;
}

#threads table{
    clear : both;
    float : left;
    width : 100%;
}

#threads table tbody tr:hover{
    background-color: #CCCCCC;
}

#threads table tbody td{
    height : 35px;
}

.opened{
    color : green;
}

.notOpened {
    color : red;
}
