/*CSS for cell : quickerHistory*/
.qhistory-holder
{
    position:absolute;
    left:0px;
    top:0px;
}
.Qhist-inner-frame
{
    position: absolute;
   /* border: thin solid #feb300;*/
    border-radius: 5px;
}
/*
.Qhist-inner-frame::-webkit-scrollbar 
{
    display: none; 
}

.Qhist-inner-frame 
{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
*/

.Qhist-Title-frame
{
    position: absolute;
    top:30px;

}