div#qTip {
    background-color: #32373D;
    line-height: 15px;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    max-width: 315px;
    border-left: 4px solid var(--realm-accent-color, #5885af);
    margin: 0px;
    padding: 8px;
    position: absolute;
    display: none;
    filter: alpha(opacity=82);
    -moz-opacity:.82;
    opacity:.82;
    z-index: 2001;
}
