.tooltip-target {
    display: inline;
    width: auto;
    height: 60px;
    margin-bottom: 1px;
}

.tooltip-target a, .tooltip-target a img {
    vertical-align: bottom;
}

.tooltip-content {
    display: none;        /* required */
    position: absolute;   /* required */
    padding: 0;
    border: 1px solid #000086;
    background-color: white;
    z-index: 99;
    width: 340px;
}

.tooltip-name {
    color: white;
    background-color: #000086;
    width: 100%;
    height: 1.3em;
    text-align: left;
    font-weight: bold;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    font-size: 1.2em;
}

.tooltip-image {
    float: left;
    width: 52px;
    padding: 5px;
    text-align: center;
}

.tooltip-text {
    color: #000086;
    font-size: 0.915em;
    text-align: left;
    padding: 0.25em;
}

.wan-name {
    color: white;
    background-color: black;
    width: 100%;
    font-weight: bold;
    font-family: Arial, sans-serif !important;
    font-size: 11px;
}

.wan-image {
    float: left;
    width: 52px;
    padding: 5px;
    text-align: center;
}

.wan-text {
    color: #000086;
    font-size: 0.915em;
    text-align: left;
    padding: 0.25em;
}
