﻿

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.masterTooltip {
    float: right;
    margin-bottom: -5px;
    margin-right: 40%;
}



/* Mobile styles */
@media screen and (max-width:760px) {
    
   
}
