.banner {
  background-color: #F8F5FE;
}

.fa-badge-check {
  color: #351C75;
}

.thumbs_down, .thumbs_up {
  color: #8D8D8D;
}

.topic-card, .thumbs_up, .thumbs_down, .details-link {
  cursor: pointer;
}

.topic-card:hover, .thumbs_up:hover, .thumbs_down:hover, .details-link:hover {
  color: #351C75;
}

.back-to-ask-finsie {
  padding: 1.5rem 0;
}

.ask-finsie-banner {
  width: 165px;
  height: 154px;
}

.solve {
  cursor: pointer;
}

.answers-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EFEFEF;
}

.answers-title .date-line {
  border: 0.05em solid #EFEFEF;
  height: 0.05em;
  width: 90%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.answers-title small {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

.search-container {
  padding: 0 7rem;
}

.search-result-modal {
  background-color: white;
  border: 1px solid black;
}
/*# sourceMappingURL=ask_finsie_index.css.map */