﻿:root {
    --clrWhite: #fff;
    --bgCtrlColor: rgb(25, 103, 178);
    /**/
    --widthBorderCrop: 2px;
    --widthDotCrop: 0.64em;
    /**/
    --_05seconds: 0.5s;
    --_03seconds: 0.3s;
}

.divNote {
    display: block;
    width: 100%;
}

    .divNote div {
        display: inline-block;
    }

        .divNote div:nth-child(1) {
            width: 9%;
            vertical-align: top;
        }

        .divNote div:nth-child(2) {
            width: 90%;
        }

.no-bgcolor-hover > tbody > tr:hover td{
    background-color: unset;
}
