.readmore-content {
  overflow: hidden;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  position: relative; }

.readmore-expanded .readmore-content {
  max-height: 2000px !important; }

.readmore-link {
  text-decoration: underline; }
  .readmore-link:hover {
    text-decoration: none; }

.readmore-unvisible {
  position: absolute;
  visibility: hidden; }
