/* JJ 39653 Remove Hotel Edit/Cancel Buttons */

/* Remove Hotel Cancel Button */


/* Remove Hotel Edit Button */

.card-footer button:nth-child(1).mdBtnR-outline-primary,
.card-footer button:nth-child(2).mdBtnR-primary{
display: none;
}

/* JJ 40358 Remove Session Ended Button */

.exhibitor-sessions button.mdBtnR.mdBtnR-primary.session-full.disabled {
  display: none;
  
}
