.cellWithComment {
    position: relative;
}

.cellComment {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 3px;
    color: black;
    top: 5px;
    left: 5px;
}

.cellWithComment:hover span.cellComment {
    display: block;
}

.tooltip-content {
    cursor: default !important;
    white-space: break-spaces !important;
}

.tooltip-container {
    max-width: 250px !important;
}

.news-content {
    margin: 3px 0 3px 0;    
}