/* Site Specific */
a.btn {
  display: inline-block;
  height: 35px;
  margin-bottom: 1em;
  padding: 5px 15px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 7px;
  background-color: #73000a;
  -webkit-appearance: none; 
      font-size: inherit;
    box-sizing: border-box;
}
  .btn:disabled {
    cursor: not-allowed;
    opacity: .3; }

a.btn:after {
	display:none;
}