.button,.button:visited {
    display: inline-block;
    padding: 8px 12px;
    margin: 1px;
    background-color: rgba(54, 54, 54, 0.53);
    color: #fff;
    border:none;
    text-align: center;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

.button:hover {
    background-color: #6c6c6c;
    color: #fff
}

.button:active {
    top: 1px
}

.button,.button:visited {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0,0,0,.25)
}

.green.button,.green.button:visited {
    background-color: #cae387;
}

.green.button:hover {
    background-color: #79be1e
}

.red.button,.red.button:visited {
    background-color: red
}

.red.button:hover {
    background-color: #cf3317
}

.orange.button,.orange.button:visited {
    background-color: #ffc04a;
}

.orange.button:hover {
    background-color: #d45500
}

.blue.button,.blue.button:visited {
    background-color: #2981e4
}

.blue.button:hover {
    background-color: #2575cf
}
.wx.button,.wx.button:visited {
    background-color: #1aad19
}
.wx.button:hover {
    background-color: #7cad5a
}

.yellow.button,.yellow.button:visited {
    background-color: #ffb515
}

.yellow.button:hover {
    background-color: #fc9200
}

.large.button,.large.button:visited {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px
}

.max.button {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.small.button {
    display: block;
    padding: 2px;
    font-size: 10px;
}
.center.button {
    display: block;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 50%
}

.submit.button{
    display: block;
    margin: 0 auto;
    min-width: 100px;
}

.fancy.button{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.54);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.21);
    border-radius: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.norm.button {
    padding-left: 0;
    padding-right: 0;
}
