.readmore-js-toggle,.readmore-js-section{display:block;width:100%;position: relative;}.readmore-js-toggle{margin-top:5px;text-align:right;}.readmore-js-section:after{content:'';position:absolute;left:0;bottom:0px;width:100%;height:30px;background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: -ms-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 );display: none;}.readmore-js-section.readmore-js-expanded:after{background-color: red;display: none;}.readmore-js-section{overflow: hidden;}