.choices{
  margin-bottom: 0px !important;
}

.my-text-truncate-150
{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px !important;
}

.table tr th[onclick] {
  cursor: pointer;
}