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

.readall-button {
    display: inline-block;
    background: none !important;
    color: #d94b3a !important;
    padding: 0px;
    font-weight: 500;
    border-bottom: 1px dotted #d94b3a;
    margin-bottom: 30px;
    border-radius: 0px;
}
.readall-button:hover{
    color: #333 !important;
}
.readall-button:hover {
    color: white;
    background: silver;
}

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