.title_trunc {
    float: left;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title_trunc_noread {
    font-weight: bold;
    width: 69%;
}

.title_trunc_readed {
    width:69%;
}

.title_trunc a {
    text-decoration: none
}

.title_trunc a:hover {
    text-decoration: underline
}

.time {
    float: right;
    color: gray;
    margin-right: 15px;
}

.wait{
    color: red;
}