.mm_show_more_operations{
    position: relative;
}

.mm_show_more_effect{
	position: absolute;
    width: 100%;
    top: -110px;
	height:100px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mm_show_more_link{
	display:table;
	font-weight: 600;
	color: #20b6b6;
}

.mm_show_more_link[data-show="less"]{
	opacity:0;
}

.mm_show_more_links{
	
	margin-top:10px;
}

.mm_show_more_link svg {
	fill: #20b6b6;
	width: 14px;
	min-width: 14px;
	height: 8px;
	min-height: 8px;
	margin-right: 5px;
}

.mm_show_more_link.down svg {
	transform: rotate(90deg);
}

.mm_show_more_link.up svg {
	transform: rotate(-90deg);
}
