.gbg_referrals_tracking_number_circle {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  max-width: 100%;
}

.gbg_referrals_tracking_number_circle svg {
  height: 100%;
}

.gbg_referrals_tracking_number_circle circle {
  fill: #3668af;
}

.gbg_referrals_tracking_number_circle text { 
  fill: #fff;
  font-size: 4rem;
  font-family: sans-serif;
}

.gbg_referrals_tracking_tooltip {
  position: relative;
  display: inline-block;
}

.gbg_referrals_tracking_tooltip .gbg_referrals_tracking_tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.gbg_referrals_tracking_tooltip .gbg_referrals_tracking_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.gbg_referrals_tracking_tooltip:hover .gbg_referrals_tracking_tooltiptext {
  visibility: visible;
  opacity: 1;
}

.gbg_referrals_dashboard {
  margin-top: 80px;
}

.gbg_referrals_dashboard table {
  font-size: .9em;
}

.gbg_referrals_dashboard h3 {
  background-color: #2973be;
  color: white;
  padding: 5px 10px;
}


@media print {
  .entry-header, .woocommerce-MyAccount-navigation, .gbg-referrals-head, .menu-toggle, #primary-menu, .menu-bar-items, .site-footer {
    display: none !important;
  }
  div.woocommerce div.woocommerce-MyAccount-content {
    float: none;
    width: 90%;
    margin:auto;
  }
  div.gbg_referrals_dashboard {
    margin-top:20px;
  }
}
