.stickytooltip {
    box-shadow: 5px 5px 8px #818181;
    -webkit-box-shadow: 5px 5px 8px #818181;
    -moz-box-shadow: 5px 5px 8px #818181;
    display: none;
    position: absolute;
    display: none;
    background: white;
    z-index: 3000;
}
.stickytooltip .stickystatus {
    background: black;
    color: white;
    padding-top: 5px;
    text-align: center;
    font: bold 11px Arial;
}
#tooltip {
    border: 1px solid #a1a1a1;
    width: 428px;
    padding: 10px;
    z-index: 10000;
    text-indent: 0;
    display: block;
}
#tooltip h3 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}
#tooltip .tooltip_main {
    display: grid;
    margin-top: 8px;
}
#tooltip .tooltip_detail {
    width: 100%;
    float: left;
}
#tooltip .tooltip_detail img {
    float: left;
    height: 125px;
    width: 90px;
    padding: 1px;
    border: 1px #dddddd solid;
}
#tooltip .tooltip_main .tooltip_detail_left {
    float: left;
    width: calc(100% - 104px);
    margin-left: 10px;
}
#tooltip .tooltip_main .tooltip_detail_left p {
    line-height: 22px;
    overflow: hidden;
    width: 100%;
    color: #000;
}
#tooltip .tooltip_main .tooltip_detail_left p label {
    color: #1992ea;
    margin-right: 6px;
    font-weight: normal;
}
#tooltip .tooltip_summary {
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    float: left;
    color: #000;
    border-top: 2px solid #1992ea;
        overflow: hidden;
}
#tooltip .tooltip_summary span {
    font-weight: bold;
    color: #1992ea;
}