div.mchat{height:100%;display:flex;flex-flow:column nowrap}body.kid div.mchat{display:none}div.mchat .spinner{padding-top:100px}div.mchat .chat_tabs{flex:0 0 auto;display:flex}div.mchat .chat_tabs .tab{flex:1 1 auto;border:1px solid #ccc;border-width:0 1px 1px 0;text-align:center;white-space:nowrap;overflow:hidden;padding:4px 8px 5px}div.mchat .chat_tabs .tab:not(.active){background:#e0e0e0;opacity:.7;cursor:pointer}div.mchat .chat_tabs .tab:not(.active):hover{opacity:1}div.mchat .chat_tabs .tab.active{font-weight:700}div.mchat .chat_tabs .tab input{cursor:pointer}div.mchat.optional .chat_tabs .tab.discussion{display:flex;justify-content:space-between;align-items:center}div.mchat .chat_tabs .tab span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div.mchat .chat_tabs .tab:last-child{border-right:0}div.mchat .chat_tabs:not(.nb_1) .tab.active{border-bottom-color:transparent!important}div.mchat .content{flex:1 1 auto;display:flex;flex-flow:column nowrap;overflow:hidden}div.mchat .note textarea{flex-grow:1;padding:8px;box-sizing:border-box;border:0;background-color:transparent;color:#707070;line-height:1.7em;outline:0;resize:none}div.mchat .lichess_say{border:0;border-top:1px solid #ccc;padding:3px 20px 3px 4px;flex:0 0 auto;outline:0}div.mchat .lichess_say.whisper{color:#759900;font-weight:700;font-style:italic}div.mchat .messages{display:block;height:100%;overflow:hidden;overflow-y:auto;word-wrap:break-word;padding-bottom:2px;cursor:initial}div.mchat .messages li{padding:.4em 0 .4em 5px;line-height:14px;margin:0}body.no-select div.mchat .messages li{-moz-user-select:text;-webkit-user-select:text}div.mchat .messages .deleted{opacity:.5}div.mchat .messages .system{display:block;opacity:.8;font-style:italic;font-size:.8em;margin-left:0;text-align:center}div.mchat .messages span,div.mchat .messages .user_link{font-weight:700;padding:0;color:#888;word-spacing:.3em;letter-spacing:-1px}body.dark div.mchat .messages span,body.dark div.mchat .messages .user_link{color:#777}div.mchat .messages a:not(.user_link){font-family:roboto;color:#3893e8}div.mchat .presets{display:flex;flex:0 0 auto;align-items:center;flex-flow:row nowrap}div.mchat .presets span{flex:1 1 auto;text-align:center;display:block;opacity:.7;border-top:1px solid #ccc;border-right:1px solid #ccc;font-size:11px;text-transform:uppercase}div.mchat .presets span:not(.disabled){cursor:pointer}div.mchat .presets span.disabled{color:transparent}div.mchat .presets span:not(.disabled):hover{background:#3893e8;color:#fff;opacity:1}