/**
 *  @author    Rekire <info@rekire.com>
 *  @copyright Rekire
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.rkr_lastprice {
    margin-top: 0.4rem;
}

.rkr_lastprice .img {
    display: inline-block !important;
    width: 16px;
    height: 16px;
}

.tooltipright{
    position: relative;
    display: inline-block;
    border-bottom: 2px dotted blue;
}
.tooltipright .toolttext {
    visibility: hidden;
    width: auto;
    height: auto;
    min-width: 300px;
    background-color:lightsalmon;
    color: black;
    text-align: center;
    border-radius: 4px;
    padding: 8px ;
    /* Position the tooltip */
    position: absolute;
    z-index: 0;
    left: 110%;
}
.tooltipright:hover .toolttext {
    visibility: visible;
}