﻿.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    background-color: #192733;
    border-radius: 10px;
    margin-top: -250px;
    margin-bottom: 250px;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -40px;
    left: -50%;
}

#bottom {
    top: 25px;
    left: -50%;
}

#left {
    top: -8px;
    right: 50%;
}

#right {
    top: -8px;
    left: 50%;
}

.hover-text {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-family: Arial;
    text-align: center;
}



