    html {
        letter-spacing: -.5px;
    }

    p {
        margin: 0;
    }
    .tab {
        width: 100%;
		background:#f1f1f1;
        position: relative;
		background:none;
    }

    .tabtitle {
opacity:0;
    }
	.inWrap {color:#333;}

    .imgWrap {
        width: 40px;
        height: 40px;
        overflow: hidden;
        background-color: var(--text-trs);
        float: left;
        border-radius: 5px;
    }
    .imgWrap>img {
        width: 40px;
        max-height: initial;
    }
    .player {
        display: flex;
        overflow: hidden;
        padding: 7px 0px 7px 10px;
        border-bottom: 1px dashed var(--text-trs);
    }
    .textWrap {
        float: left;
        line-height: 180%;
        margin-left: 10px;
        margin-right: 50px;
        color:rgb(17, 17, 17);
		font-size:14.75px;
     }

    .Uname {
        font-weight: 800;
		font-size: 16px;
     }
    .Utext {
        font-weight: 400;
		line-height:180%;
     }
    .textIMG {
        width: 95%;
        padding-top: 10px;
     }

    .tab00 {

    }
    .tab00 .player {
    }
    .tab00 .player .Uname {
      
    }
    .tab00 .player .Utext {
       
    }
    .tab01 {
	
    }
    .tab01 .player {
    }
    .tab01 .player .Utext {
    }


    .tab02 {
        background: none;
    }
    .tab02 .player {
    }
    .tab02 .player .Uname {
        opacity:.7;
    }
    .tab02 .player .Utext {
        opacity:.7;
    }
    .system {
        padding: 0px;
        text-align: center;
        justify-content: center;
      background-color: var(--point-05);
    }
    .system>.textWrap>.Uname {
        font-size: 14px;
        color: var(--base);
        letter-spacing: 1px;
        padding: 3px 8px;
		margin:0;
    }
    .system>.textWrap>.Utext {
        color: var(--base);
        font-size: 15px;
        letter-spacing: -1px;
    }
    .system>.infoWrap {
        display: none;
    }
    .system>.textWrap {
        padding: 10px 20px;
        margin-left: 0;
    }
