button
{
color: #6d7379;
}

.button,
.button:active,
.button:focus,
.button:hover
{
color: #6d7379;
cursor: default;
display: inline-block;
font-weight: normal;
padding: 1px 6px;
line-height: 23px;
text-align: center;
text-decoration: none;

-webkit-appearance: button;
   -moz-appearance: button;
        appearance: button;
}

.button:disabled,
button:disabled
{
color: #808080;
text-decoration: line-through;
pointer-events: none;
}
