.globus-target {
  position: absolute;
  /*TODO dev only*/
  background-color: rgba(255, 152, 0, 0.67);
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

#globus-popup {
  z-index: 5;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1.5px 0.5px 5px 0 rgba(123, 123, 123, 0.305);
  -moz-box-shadow: 1.5px 0.5px 5px 0 rgba(123, 123, 123, 0.305);
  box-shadow: 1.5px 0.5px 5px 0 rgba(123, 123, 123, 0.305);
}
