.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.readall-wrapper {
    text-align: center;
}
.readall-button {
    display: inline-block;
    width: 100%;
    /*border: 1px solid silver;*/
	border:0px;
	color:#000000 !important;
	background-color:#FFFFFF;
    padding: 10px 0;
    text-align: right;
    cursor: pointer;
	font-weight:500;
	outline:0px !important;
}

.readall-button:hover {
    /*color: white;
    background: silver;*/
	color:#f9a61a
}

.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%);
}