﻿#hoverContainer {
    position: absolute;
    z-index: 10;
    left: 1px;
    top: 1px;
}

.hoverResult {
    position: absolute;
    background-color: black;
    color: white;
    padding: 2px;
    display: none;
    z-index: 1000;
}

.hoverResult-Mobile {
    display: none;
    width: 100%;
    padding: 2px;
}