/* Enter Your Custom CSS Here */

.btnD {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background: #5fb760;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}

.btnD:hover {
  background: #377bb5;
  text-decoration: none;
}