﻿/* This to Override any setting that we dont need at iKFMC */
/* First, hide Pick up details from the Request Refill Medication page */
.cardline.costContainer {
  display: none;
}

.rxReviewDetailsCardList .cardline.withPopup {
  display: none;
}
