/**
Style for tooltip in weather forecast conditions
 */
div.tableFixedHeader {
    height: 80vh;
    overflow: auto;
}

.tableFixedHeader thead {
    position:sticky;
    top: 0 ;
    background-color: #fff;
}