.popup {
    position: absolute;
    width: 300px;
    background-color: white !important;
    white-space: normal !important;
    font-size: 10pt !important;
    border: 1px solid gray;
    padding: 10px !important;
    color:#5F6266 !important;
    line-height: normal !important;
    z-index: 5000;
}

.popup a {
  color: #0062a8 !important;
  height:auto !important;
  width:auto !important;
  position:relative !important;
  text-decoration:underline !important;
}
