/* Enter Your Custom CSS Here */
.ecae-button.ecae-buttonskin-none a.ecae-link span {
  background-color:#23282D;
  background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-position:0 0;
  background-repeat:repeat-y;
  background-size:100% 250px;
  border:1px solid #ffffff;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:inherit;
  font-weight:700;
  letter-spacing:2px;
  line-height:1em;
  margin-right:2px;
  outline:none;
  padding:15px 20px;
  text-decoration:none;
  text-transform:uppercase;
  transition:all 0.1s ease-in-out;
  white-space:nowrap;
  width:auto;
}