.signature-pad {
  position: absolute;
  font-size: 10px;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 250px;
  min-height: 140px;
  margin: 0;
  }

.signature-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  }

.signature-body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  }

#signature-pad .clear {
  z-index: 10;
  right: 0;
  top: 5px;
  margin: 0;
  position: absolute;
  background: darkred;
  font-size: 23px;
  padding: 5px 10px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border: none;
  display: block;
  font-weight: 500;
  line-height: 30px;
  outline: none;
  }

.thisSideDown {
  z-index: 9999;
  top: 15px;
  bottom: 15px;
  border-right: 2px dotted black;
  left: 0;
  width: 13px;
  position: absolute;
  }