body{background: #E6E9ED;}
.footer {
  height: 20px;
  background-color: #f5f5f5;
  color: #777;
}
.small-attributes {
  line-height: 1 !important;
}
#div_id_misc_name {
  display: none;
}
#live-inventory-fields {
  display: none;
}
.asteriskField {
  display: none;
}
#sold_ticket {
  display: none;
}

.dono-button:active {
  animation: dono-pulse 1s infinite !important;
}

@keyframes dono-pulse {
  0% {
    background-color: #FF4136;
  }
  100% {
    background-color: #001F3F;
  }
}