.myNodeClass {
    background-color: lightpink;
    border: 0 solid lightpink;
    pointer-events: none;
    color: black;
    border-radius: 10px;
    white-space: nowrap;
}