#table-shows .show-tr {
    cursor: pointer;
}

#table-shows div.show-status {
}

#table-shows .table-success div.show-status {
  display: inline-block;
  width: 23px; 
  height: 20px; 
  background: url('/assets/images/play-fill.svg') no-repeat center center;
  background-size: 18px 18px;
  vertical-align: text-bottom;
}
