.ts-ge-pngo-popup-link {
  position: relative;
}

.ts-ge-pngo-popup-link a, .ts-ge-pngo-popup-link a:focus {
  outline: 0;
}

.ts-ge-pngo-popup {
  background: #fff;
  width: 281px;
  box-sizing: border-box;
  min-height: 100px;
  border: solid 1px #d1d1d1;
  display: none;
  color: #222;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 1000;
}

.ts-ge-pngo-popup:after, .ts-ge-pngo-popup:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ts-ge-pngo-popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.ts-ge-pngo-popup:before {
  border-color: rgba(210, 210, 210, 0);
  border-bottom-color: #d1d1d1;
  border-width: 11px;
  margin-left: -11px;
}

.ts-ge-pngo-popup > div {
  padding: 20px;
}

.ts-ge-pngo-popup a {
  color: #2883e0;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
  display: block;
}

.ts-ge-pngo-popup a img {
  margin-left: 10px;
}

.ts-ge-pngo-popup a.ts-ge-pngo-popup-close {
  color: #666;
  font-size: 14px !important;
  line-height: 14px;
  font-weight: 600 !important;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 5px;
  text-transform: uppercase;
  margin-top: 0;
  outline: 0;
}

.ts-ge-pngo-popup a.ts-ge-pngo-popup-close:hover {
  color: #222;
}
