.glotip[role=button] {
    cursor: help;
    color:#101010;
    display:inline-block;
    text-decoration:none !important;
    outline: 0 !important;
    border: 0px;
    border-radius: 0;
    border-bottom:1px dotted black;
    padding: 0;
}

.glotip:focus {
    color:#158ec2;
    background-color:yellow;
    border-bottom:1px solid white;
    outline:0;
}

.popover {
  min-width: 320px;
  max-width: 90% !important;
}
