.note_code {
    /* width: 51vw; */ /* specifying width makes the padding and margin mess with the natural 100%-ness of a block */
    /* width: 100%; */ /* specifying width makes the padding and margin mess with the natural 100%-ness of a block */
    /* min-width: 100%; */ /* specifying width makes the padding and margin mess with the natural 100%-ness of a block */
    /* max-width: 100%; */ /* specifying width makes the padding and margin mess with the natural 100%-ness of a block */
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px 10px 0px 40px;
    margin: 9px 4px 7px 4px;
    border: 1px solid #dad6d1;
    background-color: #f2f2f2;
    background-image: linear-gradient(0deg, #ffffff00 25%, #e6e6e3 25%, #e6e6e3 50%, #ffffff00 50%, #ffffff00 75%, #e6e6e3 75%, #e6e6e3 100%);
    background-size: 72.00px 72.00px;
    border-radius: 8px;
    font-size: 13px;
    font-family: "mono";
    letter-spacing: .3px;
    -webkit-text-stroke: 0.44px #446372;
    color: #446372;
    position: relative;
    line-height: 18px;
    white-space: pre;    }
.note_code::before {
    content: "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99";
    color: #a7a7a2;
    width: 28px;
    height: 10px;
    left: 10px;
    text-align: right;
    position: absolute;
    white-space: break-spaces;   }