.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    padding: 5px 15px;
    border: 1px solid #1bb61b;
    border-radius: 8px;
    background: #2cff2c;
    background: -webkit-gradient(linear, left top, left bottom, from(#2cff2c), to(#1bb61b));
    background: -moz-linear-gradient(top, #2cff2c, #1bb61b);
    background: linear-gradient(to bottom, #2cff2c, #1bb61b);
    -webkit-box-shadow: #29ff29 0px 0px 26px 0px;
    -moz-box-shadow: #29ff29 0px 0px 26px 0px;
    box-shadow: #29ff29 0px 0px 26px 0px;
    text-shadow: #117211 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #22e322;
    background: #35ff35;
    background: -webkit-gradient(linear, left top, left bottom, from(#35ff35), to(#20da20));
    background: -moz-linear-gradient(top, #35ff35, #20da20);
    background: linear-gradient(to bottom, #35ff35, #20da20);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #1bb61b;
    background: -webkit-gradient(linear, left top, left bottom, from(#1bb61b), to(#1bb61b));
    background: -moz-linear-gradient(top, #1bb61b, #1bb61b);
    background: linear-gradient(to bottom, #1bb61b, #1bb61b);
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
