.infolink:after {
content: '?';
display: inline-block;
font-family: Calibri, Arial, Tahoma, sans-serif;
font-weight: bold;
text-align: center;
font-size: 1em;
line-height: 1em;
border-radius: 50%;
margin-left: 6px;
padding: 0.1em 0.3em 0.1em 0.3em;
color: #005A98;
border: 1px solid #005A98;
text-decoration: none;
}

/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
opacity: 1!important;
font-size: inherit;
font-family: Calibri, Arial, Tahoma, sans-serif;
}

/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 280px;
background-color: #FFFFC8;
color: #666;
text-align: left;
padding: 5px;
border: 1px solid #666;
left:25px;
font-family: Calibri, Arial, Tahoma, sans-serif;

/* Position the tooltip text - see examples below! */
position: absolute;
z-index: 100 !important;
}

.tooltiptext-wide{
width: 580px!important;
}

.tooltiptext-widest{
width: 800px!important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2e495c;
    border-color: #2e495c;
}