.cursors {
    
    .cursor {
        z-index: 100;

        .cursor-caret {
            width: 3px;
        }

        .cursor-label {
            position: absolute;
            top: -14px;
            white-space: nowrap;

            padding: 1px 2px;
            font-size: 10px;
            border-radius: 2px;

            color: rgba(0, 0, 0, .4);;
        }
    }
}