.content-wrapper
{
    display: grid;
    grid-template-columns: 4fr 1fr;
}

#theGrid 
{
    position: relative;    
}


#audiogramGrid
{
    position: relative;
}


.resultPointer 
{
    position: absolute;
    z-index: 10;
    font-size: 30px;
    font-weight: 400;
    top:10;
    left: 0;
    text-transform: lowercase;
}

