table.with-actions {
  width: 100%;
  border-collapse: collapse;
}
table.with-actions td {
	white-space: nowrap;
}
table.with-actions td:last-child {
  width: 100%;
}
table.with-actions tr.hovered{
	background-color: Gainsboro;
}
table.with-objects tr.hovered{
	background-color: Gainsboro;
}
table.with-objects .abstooltip{
  position:absolute;
  right:0;
  bottom:16px;
}

