.currency-usd:before {
  content: "$";
}

button:disabled,
button[disabled] {
  cursor: not-allowed;
}
/* vim: set tabstop=2 shiftwidth=2 expandtab: */
