td:nth-child(1){
width:30%;
}
td:nth-child(2){
width:60%;
}
td:nth-child(3){
width:10%;
}
tbody>tr td:nth-child(2):hover {
background-color: #01acfe;
width:30%;
}
td:nth-child(2){
width:60%;
}
td:nth-child(3){
width:10%;
}
tbody>tr td:nth-child(2):hover {
background-color: #01acfe;
}
div.histotyTable td:nth-child(3){
text-align: center;
}
table{
table-layout:fixed;
width:100%;
}
td {
word-break: break-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}