.prime-post-content > blockquote.more-limit {
	max-height: 150px;
    overflow: hidden;
}
.prime-post-content > blockquote.more-limit .forum-more {
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: 0px -7px 20px 4px #e3e8ec;
    height: 30px;
    background: #e3e8ec;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 15px;
}

.prime-post-content > blockquote.more-limit .forum-more:hover {
	cursor:pointer;
}