.mobileSign2{
  text-align: center;
}
.mobileModal{
  //width: 100vw;
  min-height: 70vh;
}

.borderDiv{
  border: 1px solid #555;
  margin-top: 20px;
}
.mobileSign{
  position: relative;
  text-align: center;
  img{
    max-width: 85%;
    max-height: 300px;
    border: 1px solid #f2f2f2;
    margin-top: 10px;
  }

}
.webSign{
  position: relative;
  text-align: left;
  margin-left: 20px;
  img{
    border: 1px solid #f2f2f2;
  }
}
.showDiv{
  max-width: 300px;
  height: auto;
  img{
    //width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.editIcon{
  cursor: pointer;
  font-size: 20px;
  color: #0c81e0;
  margin-right: 10px;
}

.littleSign{
  cursor: pointer;
}