.saveBtnClass20 { 
  background-image: url("../images/save.png");
  background-position:  0px 0px;
  background-repeat: no-repeat;
  background-color:transparent;
  background-size: 20px 20px;
  border: 0px;
  width: 20px;
  height: 20px;
  color:rgba(0,0,0,0.0);
}

.saveBtnClass30 { 
  background-image: url("../images/save.png");
  background-position:  0px 0px;
  background-repeat: no-repeat;
  background-color:transparent;
  background-size: 30px 30px;
  border: 0px;
  width: 30px;
  height: 30px;
  color:rgba(0,0,0,0.0);
}


.deleteBtnClass20 { 
  background-image: url("../images/delete.png");
  background-position:  0px 0px;
  background-repeat: no-repeat;
  background-color:transparent;
  background-size: 20px 20px;
  border: 0px;
  width: 20px;
  height: 20px;
  color:rgba(0,0,0,0.0);
}

.deleteBtnClass30 { 
  background-image: url("../images/delete.png");
  background-position:  0px 0px;
  background-repeat: no-repeat;
  background-color:transparent;
  background-size: 30px 30px;
  border: 0px;
  width: 30px;
  height: 30px;
  color:rgba(0,0,0,0.0);
}


