/* ================ */
/*    all hovers    */
/* ================ */

.test1:hover{
    cursor: pointer;
    /*background-color: lightgrey;*/
}

.highlight_row:hover{
    background-color: var(--hover-row-background-color);
}

.wide_col:hover{
    cursor: default;
}

a:hover{
    /*display: flex;
    align-items: center;
    white-space: nowrap; padding-right: <?=$commonPaddingSides?>; padding-top: 2px;*/
    text-decoration: underline;
    color: blue;
}