.card {
  border: 0;
  background: none;
}

.small {
  color: #999;
}

a {
  color: #5b7aa3;
}

.font-italic {
  font-style: italic;
}

footer {
  background: #eee;
}

.common__header .navbar {
  width: 100%;
  margin: 0 auto;
  background: none !important;
  border-bottom: 5px solid #544a4a;
}

.common__content-info .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.common__content-info .wrapper .card h3 {
  padding: 0 1rem;
}

.common__content-info .wrapper .card .card-header {
  background: #d9d4cf;
}

.common__content-info .wrapper .card .list-group .list-group-item {
  background: none;
}
/*# sourceMappingURL=common.css.map */