.nmpd-wrapper {
    display: none;
}
.nmpd-target {
    cursor: pointer;
}
.nmpd-grid {
    position:absolute;
    left:50px;
    top:50px;
    z-index:5000;
    -khtml-user-select: none;
    padding:10px;
    width: initial;
}
.nmpd-overlay {
    z-index:4999;
    width: 100vw;
    height: 100vh;
    background-color: #2f2f38;
    position: fixed;
    top: 0; left: 0;
    opacity: 0.6;
    /*transition: opacity 0.2s;*/
}
input.nmpd-display {
    text-align: right;
    font-size: 28px;
    height: 50px;
}
.nmpd-wrapper button.del,
.nmpd-wrapper button.clear,
.nmpd-wrapper button.cancel,
.nmpd-wrapper button.done {
    width: 120px;
}
.nmpd-wrapper button.done {
    background-color: green;
}
.nmpd-wrapper .numero,
.nmpd-wrapper .sep {
    width: 80px;
}

.nmpd-grid {
    border: 6px solid #484756;
    border-radius: 6px;
    background-color: #2f2f38;
}