/* WTWR_DIM_NONQUALIFYING_HORSE_V1
   Horse-side strategies keep the non-qualifying horse visible for context,
   but clearly subdued and never selectable in My Demo.
*/

/* Override the older hide-and-dash presentation. */
#demoSelections td.wtwr-demo-side-excluded{
  text-align:left!important;
}

#demoSelections td.wtwr-demo-side-excluded::after{
  content:none!important;
  display:none!important;
}

#demoSelections .demo-pick-option.wtwr-demo-nonqualifier{
  display:flex!important;
  opacity:.30!important;
  filter:saturate(.28) grayscale(.20)!important;
  cursor:not-allowed!important;
  pointer-events:none!important;
}

#demoSelections .demo-pick-option.wtwr-demo-nonqualifier input{
  cursor:not-allowed!important;
}
