.ShowMoreContent{ line-height: 1em; clear: both; } .FadeOut{ text-overflow: ellipsis; content: ""; position:relative; } .FadeOut:before { content:''; width:100%; height:100%; position:absolute; left:0; top:0; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,1) 100%); } .ShortDisplay { overflow: hidden; } .FullDisplay{ height: auto; } .ShowMoreContainer { padding: 10px 0; text-align: center; margin-top: 2px; } .ShowMoreContainer a{ color: #3c5a71; background-color: #FFF; border: 1px solid #D3D3D3; font-weight: bold; padding: 8px 25px; text-decoration: initial !important; font-size: 14px; } .ShowMoreContainer a:active { box-shadow: 0 0 5px -1px rgba(0,0,0,0.6); } 