.read-more
{
    opacity: 0;
}
.read-more--loaded
{
    opacity: 1;
}
.read-more__btn
{
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-decoration: underline;
    margin-top: -5px;
}
.rh9-hide
{
    display: none!important;
}