/* your styles go here */
.selection{
    width:100%important!;
}
textarea {
    resize: none;
  }

  tr:hover > td{
    background-color: rgba(46, 103, 228, 0.5)!important;
  }