.tooltipOwner:hover {
    position: relative;
}

.tooltipOwner span {
    display: none;
}

.tooltipOwner:hover span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    background: #f0f0f0;
    border: 1px dotted #c0c0c0;
    opacity: 0.9;
}

.tooltipContent {
    width: 200px
}
