/* 2020.7.7 ws */

.roomtitle{
	font:bold 2em "Gothic";
	color:#455257;
}

.roomadmin, .roomenter, .roomwait{
	position:absolute;
	background-image:url("../images/matrix.jpg");
	background-position:center center;
    background-repeat:no-repeat;
	background-size:cover;
    background-color: black;
	width:100%;
	height:100%;
    z-index: 200;
}

.roomheader{
	display:table;
	top:0;
	left:0;
	width:100%;
	height:50px;
	line-height:40px;
/*	background-color:#2663a3;*/
	background-color:black;
	font:bold 2em "Sans Serif";
	color:white;
	padding-left:20px;
}
.roomheadertext{
	margin:20px;
	display:table-cell;
	vertical-align: middle;
	width:auto;
	color:#e7b90f;     /* #80c566 그린*/
    font-style: oblique;
}

#roomIdView{
    color:#d3d3d3;
    font: bold 15px 'trebuchet MS', 'lucida sans';  
} 

.waiting{
	font:bold 4em "Sans Serif";
	text-shadow:4px 4px 0px white;
	position:absolute;
	top:30%; left:50%;
	transform:translate(-50%, -50%);
	color:#455257;
}

/* progress */   
.progress{
   	width:100%;
   	height:25px;
   	text-align: left;
	font: 20px 'trebuchet MS', 'lucida sans';
	margin:0 auto;   
}
 
.progress-bar{
   	height:25px;
   	font-size:15px;
	padding: 2px;   
   	word-break:nowrap;
}
.progresstable{
	width:100%;
}   
.progresstable td{
	font: 20px 'trebuchet MS', 'lucida sans';
    padding-right: 10px;
}   

 ol {
    counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 30px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-align:left;
  }

  ol ol {
    margin: 0 0 0 1em; /* Add some left margin for inner lists */
  }
  
  .rounded-list a{
    position: relative;
    display: block;
/*    padding: .4em .4em .4em 1em;*/
    padding: .4em .4em .4em 2.2em;
    *padding: .4em;
/*    margin: .5em 0;   */
    margin: 0 0 .3em 0;
    background: black;/*#ddd;*/
    color: white;/*#444;*/
    text-decoration: none;
    border-radius: .6em;
    transition: all .3s ease-out;
  }

  .rounded-list a:hover{
    background: #444;
  }

  .rounded-list a:hover:before{
    transform: rotate(360deg);
  }

  .rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
/*    left: -1.3em; */
    left: -.2em;
    top: 50%;
    margin-top: -1.1em;
    background: #d66b03;/*#87ceeb;*/
    height: 2.1em;
    width: 2.1em;
    line-height: 1.7em;			/* */ 
    border: .2em solid black;
    text-align: center;
    font-weight: bold;
    border-radius: 3em;
    transition: all .3s ease-out;
  }
  