/* BEGIN STYLE CLASSES */
.psc-Components\/Buttons\/Default {
  background-color: #FFFFFF;
  border-color: #0B65C2;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #0B65C2;
  font-size: 14px;
  text-align: center;
}
@keyframes psc-Components\/Buttons\/Default-0-anim {
  0% {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
  }
  100% {
    background-color: #E3EFFD;
    border-style: solid;
    border-width: 2px;
  }
}
.psc-Components\/Buttons\/Default:hover {
  animation-name: psc-Components\/Buttons\/Default-0-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 250ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
