.btn-gold {
  background-color: #FFD700;
  box-shadow: inset 0px 33px 25px 0 #FFD700, inset 0 5px 5px 0px #fff;
}
.btn-gold:hover {
  background-color: #ccae03;
}

.btn-silver {
  background-color: #C0C0C0;
  box-shadow: inset 0px 33px 25px 0 #C0C0C0, inset 0 5px 5px 0px #fff;
}
.btn-silver:hover {
  background-color: #8f8b8b;
}

.btn-bronze {
  background-color: #bf8970;
  box-shadow: inset 0px 33px 25px 0 #bf8970, inset 0 5px 5px 0px #fff;
}
.btn-bronze:hover {
  background-color: #8d5d46;
}

/*# sourceMappingURL=mkaws.css.map */
