.mm-skeleton-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.mm-skeleton-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mm-skeleton-title{margin-top:12px;height:16px;background-color:#f2f2f2}.mm-skeleton-paragraph{padding:0}.mm-skeleton-paragraph-item{height:16px;background-color:#f2f2f2;margin-top:16px;list-style:none}.mm-skeleton-header{padding-right:16px}.mm-skeleton-avatar{display:inline-block;background-color:#f2f2f2}.mm-skeleton-avatar__large{width:40px;height:40px;line-height:40px}.mm-skeleton-avatar__small{width:24px;height:24px;line-height:24px}.mm-skeleton-avatar__middle{width:32px;height:32px;line-height:32px}.mm-skeleton-avatar__square{border-radius:0}.mm-skeleton-avatar__circle{border-radius:50%}.mm-skeleton--active{background:-webkit-gradient(linear,left top,right top,color-stop(25%,#f2f2f2),color-stop(37%,#e6e6e6),color-stop(63%,#f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);-webkit-animation:mm-skeleton-active 1.4s ease infinite;animation:mm-skeleton-active 1.4s ease infinite;background-size:400% 100%}@-webkit-keyframes mm-skeleton-active{0%{background-position:100% 50%}to{background-position:0 50%}}@keyframes mm-skeleton-active{0%{background-position:100% 50%}to{background-position:0 50%}}