.wrapper .content{flex:5}.userComment{overflow:hidden;height:32px;display:flex;justify-content:flex-start}.managerComment{position:relative;widows:20px;height:20px;transition:.3s ease-out;background:url(/img/ico-manager-comment.svg) no-repeat 50%;background-size:20px;overflow:hidden;cursor:pointer}.managerComment b{top:-10px;opacity:0;width:220px;display:block;z-index:99999;left:-20px;position:absolute;transition:.3s ease-out;font-size:12px;font-weight:500;padding:5px;color:#fff;background:#454545;border-radius:3px}.managerComment:hover{overflow:visible}.managerComment:hover b{top:-5px;opacity:1}