.psc-button {
  background-color: #595959;
  color: #FFFFFF;
}

.psc-button_w_padding {
  background-color: #595959;
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}

.psc-contact_colours\/dark_purple {
  background-color: #4A1B63;
}

.psc-contact_colours\/peach {
  background-color: #F68D76;
}

.psc-contact_colours\/purple {
  background-color: #672C86;
}

.psc-contact_colours\/red {
  background-color: #EF373E;
}

.psc-remove_button {
  background-color: #FF8A8A;
  padding-left: 5px;
  padding-right: 5px;
}

.psc-side_nav {
  color: #555555;
  font-family: Noto Sans;
  text-align: left;
}

.psc-side_nav_bold {
  color: #555555;
  font-family: Noto Sans;
  font-weight: bold;
  text-align: left;
}

.psc-text\/heading {
  font-weight: bold;
}

.psc-text\/margins {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.psc-text\/margins_left_right {
  margin-left: 10px;
  margin-right: 10px;
}

.psc-text\/margins_top_bottom {
  margin-bottom: 10px;
  margin-top: 10px;
}

.psc-text\/padding {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.psc-text\/padding_left_right {
  padding-left: 10px;
  padding-right: 10px;
}

@keyframes psc-text\/alert-anim {
  0% {
    color: #000000;
  }
  100% {
    color: #FF8A8A;
  }
}
.psc-text\/alert {
  animation-name: psc-text\/alert-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: 2;
  animation-timing-function: linear;
}
