.show_button {
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  text-align: center; }

.moretext {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
  display: block; }
