ion-card-content {
  display: block;
  position: relative; }

.card-content-md {
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.5; }
  .card-content-md h1 {
    margin: 0 0 2px;
    font-size: 24px;
    font-weight: normal; }
  .card-content-md h2 {
    margin: 2px 0;
    font-size: 16px;
    font-weight: normal; }
  .card-content-md h3,
  .card-content-md h4,
  .card-content-md h5,
  .card-content-md h6 {
    margin: 2px 0;
    font-size: 14px;
    font-weight: normal; }
  .card-content-md p {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5; }
