#announce-table {
    width: 100%;
}

#announce-table tr:hover {
    background: rgba(0,0,0,.1);
    outline: none;
    cursor: pointer;
}