.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#module {
  font-size: 16px;
  line-height: 1.5;
}

#module a.collapsed:after {
  content: 'Read more...';
  color: black;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

#module a:not(.collapsed):after {
  /*content: 'Read less...';*/
  color: black;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

#module p.collapse[aria-expanded="false"] {
  /*display: block;*/
  /*height: 48px !important;*/
  /*overflow: hidden;*/
}

#module p.collapsing[aria-expanded="false"] {
  /*height: 48px !important;*/
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

