.expandable{transition:all .25s ease-in-out}.expandable .expand-bar{font-size:16px;color:rgba(36,36,36,.6);position:absolute;bottom:0;background-color:#fff;cursor:pointer;left:0;width:100%;line-height:22px;display:block}.expandable .expand-bar span{border-bottom:1px dashed rgba(36,36,36,.6);display:inline-flex}.expandable .expand-bar:before{height:20px;filter:progid:dximagetransform.microsoft.gradient(startColorstr="#ededed",endColorstr="#ffffff",GradientType=0);content:"";position:absolute;top:-20px;background:hsla(0,0%,93%,0);background:-webkit-gradient(left top,left bottom,color-stop(0,hsla(0,0%,93%,0)),color-stop(41%,hsla(0,0%,100%,.8)),color-stop(70%,#fff));background:linear-gradient(top,hsla(0,0%,93%,0),hsla(0,0%,100%,.8) 41%,#fff 70%);background:linear-gradient(180deg,hsla(0,0%,93%,0) 0,hsla(0,0%,100%,.8) 41%,#fff 70%);left:0;width:100%;display:block}