/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.carousel {
  border: 2px solid black;
}

.carousel-control-next {
  color: black;
}

.carousel-control-prev {
  color: black;
}

a,
a:link,
a:visited {
  text-decoration: none !important;
}

a.no-underline:link {
  text-decoration: none;
}
a.no-underline:visited {
  text-decoration: none;
}
a.no-underline:hover {
  text-decoration: underline;
}
a.no-underline:active {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline !important;
}
