html {
    position: relative;
}

a {
    text-decoration: none !important;
}

/* Signatured */
.wrapper-signature-pad {
    position: relative;
    width: auto;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid 1px #ddd;
    margin-bottom: 10px;
  }
  .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 200px;
  }