.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;
}

.available{
  color:#00ca00;
  text-transform: capitalize;
}

.reserved{
  color:orange;
  text-transform: capitalize;
}

.sold{
  color:red;
  text-transform: capitalize;
}

.unreleased {
  color:#E0E0D4;
  text-transform: capitalize;
}  

.theme-td{
  background:red;color:#fff;text-align: center;
}