        .emojionearea{max-width:450px;}
        .san-post-list{width:450px;max-width:450px;}
        .san-table .san-wrps,.san-wrpr,.san-wrcu{display:none;}
        .san-wa-ta{width:100%;max-width:450px;}
        .san-warnings{font-weight:bold;color:#248f24;}
        .san-error{color:#b32d00;}
        .san-res-info{color:#00802b;}

        #san-overlay{
            height:100%;
            opacity : 0.2;
            position: absolute;
            top: 0;
            left: 0;
            color:#fff;
            background-color: black;
            width: 100%;
            z-index: 5000;
            cursor:progress;
        }
        #san-overlay span {
            padding: 10px;
            border:1px solid #000;
            background:#fff;
            color: #000000;
            font-size:22px;
            position:relative;
            top:40%;
            left:40%;
            user-select: none;
        }