﻿.sigPad
{  
    margin-top: 5px;
}
canvas {
    border: 1px #CCC solid;
    background-color: white;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
