.button, a.button {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
-webkit-transition: background-color .125s ease, border-color .125s ease, color .125s ease;
transition: background-color .125s ease, border-color .125s ease, color .125s ease;
font-size: 13px;
border-radius: 4px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
text-align: center;
color: #fff;
background: #fac57c url("https://sultantheme.com/xenforo2/styles/lahwia/lahwia_buttonbg.png");
background-repeat: repeat-x;
border-color: #f9ba63 #fbd095 #fbd095 #f9ba63;
}