﻿.list-title {
  color: #4760a9;
  font-size: 2rem;
  border-bottom: 2px solid #4760a9;
  padding: 10px;
}
.list-title a {
  color: #4760a9 !important;
}
.carousel .carousel-indicators button {
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.carousel .carousel-indicators button.active {
  background-color: #333;
  opacity: 0.5;
}
.list {
  font-size: 1.8rem;
}
.list .list-item {
  font-size: initial;
  padding: 17px;
}
.list .list-item:not(:last-child) {
  border-bottom: 1px dashed #dcdcdc;
}
.list .list-item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
/*# sourceMappingURL=index.css.map */