.msjli_wa_div{
  background-color: #00D32A;
  color: #fff;
  margin:5px;
  padding: 15px;
  border: none;
  cursor: pointer;
  width: 230px;
  max-width: 250px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,Sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.msjli_wa_div a{
  color: #fff;
  text-decoration: none;
}
.msjli_wa_image{
  position: relative;
  z-index: 2;
  height: 30px !important;
  width: 30px !important;
  border-radius: 0 15px 15px 0;
  float: right;
  transition: background-color .5s ease;
  max-width: 100%;
  border: none;
  margin:0px;
}

.msjli_key_div{
  background-color: #595959;
  margin:5px;
  padding: 15px;
  border: none;
  cursor: pointer;
  width: 230px;
  max-width: 250px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-family: Arial,Sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.msjli_key_image{
  position: relative;
  z-index: 2;
  height: 30px !important;
  width: 30px !important;
  border-radius: 0 10px 15px 0;
  float: right;
  transition: background-color .5s ease;
  max-width: 100%;
  border: none;
  margin:0px;
}
