/* Keep the archived qTip hover text legible over its dark background. */
.qtip.wordpress-tooltip-free .qtip-content {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.4;
}
