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

.readall-wrapper {
    text-align: left;
}

.readall-wrapper2 {
    text-align: center;
}
.readall-button {
	background-color: #000;
	border: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding: 0px;
    margin-bottom:20px;
    text-transform: uppercase;
}

.readall-button:hover {
	background-color: #000;
	border: none;
	text-decoration: underline;
    color: #fff;
}

.readall-button2 {
	background-color: #fff;
	border: none;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    padding: 0px;
    margin-bottom:20px;
    text-transform: uppercase;
}

.readall-button2:hover {
	background-color: #fff;
	border: none;
	text-decoration: underline;
    color: #000;
}

.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0px;
    background-color: #000;
}

.readall-hide2:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0px;
    background-color: #fff;
}