.btnoutlinegreen {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #27ae60;
  font-size: 15px;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  border: solid #27ae60 2px;
  text-decoration: none;
}
.btnoutlinegreen:hover {
  color: #27ae60;
  text-decoration: none;
}

.btnfullgreen {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #fff;
  font-size: 15px;
  background: #27ae60;
  padding: 5px 10px 5px 10px;
  border: solid #27ae60 2px;
  text-decoration: none;
}
.btnfullgreen:hover {
  color: #fff;
  text-decoration: none;
}