body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.m-signature-pad {
    font-size: 10px;
    height:300px;
}

.m-signature-pad--body {
    border: 4px solid #009933;
    margin-bottom:10px;
    height: 275px;
}

.m-signature-pad--body canvas {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
