/*# 0 START: GREEN BUTTON #*/
.green-btn {
  background: #426e2e;
  color: #fff;
  border: none;
  text-align: center;
  height: 35px;
  border-radius: 5px;
  font-size: 13px;
  margin: 0;
  text-shadow: none;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
  padding: 0px 10px;
}
/*# 0 END: GREEN BUTTON #*/
