.Subtitle {
  box-shadow: 0 1px 0 #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}
.Subtitle.text-primary {
  border-bottom: 2px solid #3d9be5;
}
.Subtitle.text-primary .Text {
  color: #388fd3;
}
.Subtitle.text-secondary {
  border-bottom: 2px solid #ccc;
}
.Subtitle.text-secondary .Text {
  color: #bcbcbc;
}
.Subtitle.text-success {
  border-bottom: 2px solid #28a745;
}
.Subtitle.text-success .Text {
  color: #259a3f;
}
.Subtitle.text-danger {
  border-bottom: 2px solid #dc3545;
}
.Subtitle.text-danger .Text {
  color: #ca313f;
}
.Subtitle .Text {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.Subtitle .Icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.modal-body > .Subtitle:first-child {
  margin-top: 0;
}

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