.map-tooltip-info {
  float: right;
}

.region-details__statistics .map-tooltip-info {
  margin-top: -4em;
}

.region-details__statistics .map-tooltip-info .tooltip--white {
  display: none;
}

.map-body-content__statistics .map-tooltip-info .tooltip--black {
  display: none;
}

.course-block-component__title .tooltip--white {
  display: none;
}

.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.fade.in {
  opacity: 1;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* This is not good, client has limited hours and wants this fixed */
@media (min-width: 1050px) {
  .map-tooltip-info {
    margin-right: -85px;
  }
}

@media (min-width: 1250px) {
  .map-tooltip-info {
    margin-right: -50px
  }
}

@media (min-width: 1320px) {
  .map-tooltip-info {
    margin-right: 0px
  }
}
