#room-blocker {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 1500;
	width: 100vw;
	height: 100vh;
	display: none;
	background-color: #f0f0ea;
	
	
	
}



#room-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
}




#room-modal {
	    z-index: 0;
    width: 80vw;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#room_subject {
	background-color: rgba(0,0,0,0.4);
	border-color: rgba(0,0,0,0.2);
	-webkit-box-shadow: 0.3vmin 0.3vmin 0.5vmin -1px rgba(0,0,0,0.7); 
		box-shadow: 1px 1px 4px -1px rgba(0,0,0,0,1);
		position: absolute;
	z-index: 1502;
}
#room_file {
	
	width: auto;
	height: 70%;
		
}
#roomicon{
	margin-top: 1.2em;
	cursor: pointer;
}

.annnotation {
	font-size: 0.79em;
	margin: 1.3em;
}