.btn { display: inline-block; background: #e92927; color: #fff; line-height: 1em; padding: .67em 1em; font-weight: 700; cursor: pointer; vertical-align: middle; border: none;
  -moz-border-radius: .2em;
  -webkit-border-radius: .2em;
  -ms-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn:hover { background: #e93e3c; }