/* BEGIN STYLE CLASSES */
.psc-Label {
  font-style: italic;
}

@keyframes psc-BadEntry-anim {
  0% {
    background-color: #E9F273;
  }
  100% {
  }
}
.psc-BadEntry {
  animation-name: psc-BadEntry-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
