.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.readall-wrapper {
    text-align: left;
}
.readall-button {
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #78d700;
}

.readall-button:hover {
   color: rgb(0, 153, 255);
  text-decoration: underline;

}

.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}