.bt {
border: 0px;
border-radius: 2px;
display: inline-block;
cursor: pointer;
font-family: Arial;
font-weight: bold;
font-size: 16px;
padding: 10px 16px;
text-decoration: none;
}
.bt-az {
border-color: #ffffff;
background: linear-gradient(to bottom, #f9d662 0%, #10896d 100%);
color: #ffffff;
text-shadow: 1px 1px 1px #ffffff;
}
.bt-az:hover {
background: linear-gradient(to bottom, #007c5d 0%, #0c5d8f 100%);
}
.bt:active {
position: relative;
top: 2px;
}