/* BEGIN STYLE CLASSES */
.psc-fill_background {
  background-color: #F4F3F2;
}

.psc-font_style {
  font-family: Roboto;
}

.psc-hover_navigation {
}
.psc-hover_navigation:hover {
  text-decoration: underline;
}

.psc-hover_well {
}
.psc-hover_well:hover {
  background-color: #DBDBDB;
  border-color: #808080;
  border-style: solid;
  border-width: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.psc-info_style {
}

.psc-title_style {
  color: #555555;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

@keyframes psc-trip_warning-anim {
  0% {
    fill: #D90000;
  }
  100% {
  }
}
.psc-trip_warning {
  animation-name: psc-trip_warning-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
