.Card {
  border-radius: 0;
  border-width: 0;
  box-shadow: 0 5px 15px -10px rgba(0, 0, 0, 0.75);
  margin-bottom: 15px;
}
.Card .card-header {
  background-color: black;
  border-radius: 0;
  border-width: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.Card .card-body {
  background-color: #fff;
}
.Card .card-body > .Subtitle:first-child {
  margin-top: 0;
}
.Card .card-footer {
  background-color: rgba(100, 100, 100, 0.25);
  border-radius: 0;
  border-width: 0;
  text-align: right;
}

/*# sourceMappingURL=Card.css.map */
