#refund_result a {
  color: black; }

#refund_result a.bt {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: black;
  padding: 0 2px;
  background: #9eede3;
  text-decoration: none !important; }
  #refund_result a.bt:hover {
    background: #3FD8CB; }
