rc-referral-list {
  display: block;
}
rc-referral-list .squatch-no-referrals-yet {
  background: white;
  border-color: #adadad;
  border: 1px solid;
  border-color: #cccccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  margin: 5px;
  padding: 6px 12px;
  width: 165px;
}
rc-referral-list .squatch-referrals-scroll-container {
  min-height: 255px;
}
rc-referral-list .squatch-referrals-scroll-action-container {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
rc-referral-list .squatch-referrals-scroll-action-container .squatch-referrals-scroll-action {
  background: white;
  border: 1px solid;
  border-color: #cccccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin: 5px;
  padding: 6px 12px;
  width: 120px;
}
rc-referral-list .squatch-referrals-scroll-action-container .squatch-referrals-scroll-action.disabled {
  cursor: default;
  opacity: 0.5;
}
rc-referral-list .squatch-referrals-scroll-action-container .squatch-referrals-scroll-action.disabled:hover {
  background: white;
  border-color: #cccccc;
}
rc-referral-list .squatch-referrals-scroll-action-container .squatch-referrals-scroll-action.disabled:active {
  border-style: solid;
}
rc-referral-list .squatch-referrals-scroll-action-container .squatch-referrals-scroll-action:hover {
  background: #e6e6e6;
  border-color: #adadad;
}
rc-referral-list .squatch-referrals-scroll-action-container .squatch-referrals-scroll-action:active, rc-referral-list .squatch-referrals-scroll-action-container .squatch-referrals-scroll-action:focus {
  outline: none;
}