.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%); background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
.mm_show_more_link:not(.mM_d_none){
display:table;
}
.mm_show_more_link[data-show="less"]{
opacity:0;
}
.mm_show_more_links{
margin-top:10px;
}