.btn.btn-primary {
  color: white; }

.btn.btn-default {
  border-color: #D17a22;
  color: #D17a22; }
  .btn.btn-default:hover {
    background-color: #D17a22;
    color: white; }
