a.button.action,
a.button.action:visited {
    display: inline-block;
    font-family: "ff-dax-web-pro-n4", "ff-dax-web-pro";
    font-weight: 400;
    color: #2e2e2e;
    font-size: 115%;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 8px 6px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    inset 0px 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow:         inset 0px 1px 1px rgba(255, 255, 255, 0.75);
    background: rgb(244, 244, 244);
    background: -moz-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(233, 233, 233) 100%);
    background: -webkit-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(233, 233, 233) 100%);
    background: -o-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(233, 233, 233) 100%);
    background: -ms-linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(233, 233, 233) 100%);
    background: linear-gradient(270deg, rgb(244, 244, 244) 0%, rgb(233, 233, 233) 100%);
}
a.button.action:focus,
a.button.action:hover {
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(255, 255, 255, 1);
    background: rgb(233, 233, 233);
    background: -moz-linear-gradient(270deg, rgb(233, 233, 233) 0%, rgb(244, 244, 244) 100%);
    background: -webkit-linear-gradient(270deg, rgb(233, 233, 233) 0%, rgb(244, 244, 244) 100%);
    background: -o-linear-gradient(270deg, rgb(233, 233, 233) 0%, rgb(244, 244, 244) 100%);
    background: -ms-linear-gradient(270deg, rgb(233, 233, 233) 0%, rgb(244, 244, 244) 100%);
    background: linear-gradient(270deg, rgb(233, 233, 233) 0%, rgb(244, 244, 244) 100%);
}

