.chestn-otzivi-item__read-more {
	padding: 0;
	background: transparent;
	border: none;
	border-bottom: 1px dashed;
}

.chestn-otzivi-item__read-more:focus, 
.chestn-otzivi-item__read-more:hover {
    color: #014c8c;
	border-color: #014c8c;
	outline: none;
}

.chestn-otzivi-item__text {
	position: relative;
	height: 2.6em;
	overflow: hidden;
}

.chestn-otzivi-item__text:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2.6em;
	width: 100%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 20%, rgba(240,240,240,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 20%,rgba(240,240,240,1) 100%); 
    background: linear-gradient(to bottom, rgba(125,185,232,0) 20%,rgba(240,240,240,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f0f0f0',GradientType=0 ); 
}

.chestn-otzivi-item__text.show {
	height: 100%;
}

.chestn-otzivi-item__text.show:after { opacity: 0; }


