
.flex-row {
  display: flex;
  width: 100%;
}
#signature
{
  display: none;
  position: relative;
  margin:0px auto;
  text-align: center;
}

.wrapper {
  padding:5px;
  border: 1px solid #B4D052;
  border-right: 0;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#signature-pad {
  background: #fff;
  cursor: pointer;
  width:100%;
  height:200px;
}

button#clear {
  height: 100%;
  background: #B4D052;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

button#clear span {
  transform: rotate(90deg);
  display: block
}
  h1, p {
    padding-left: 2px;
    width: 100%;
    margin: 0 auto;
  }
  #controlPanel {
    margin: 2px;
  }
  #saveSignature {
      height: 40px;
  position: absolute;
  margin-top: -70px;
  margin-left: 40px;
  }
  #agreenamelabel
  {
	  display:none;
  }