/*@import url("../three/examples/main.css");*/
root { display: block; }
html,body,div,canvas {
  position:absolute;
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
}
.warn {
  color: red;
  background-color: yellow;
  border: 1px solid red;
  padding: 4px;
  overflow: auto;
}
body {
  font-size: 16px;
  cursor: none;
  background: #fed radial-gradient( #fff, #ccc) center center no-repeat fixed;
}
canvas {
  display: block;
  background-color: transparent;
}
#n {
  box-sizing: border-box;
  z-index: 10;
  opacity:0;
  transition: all 0.75s ease 0s;
  height:80px;
}
#n * {
  padding: 0.4rem;
  transition: all 0.75s ease 0s;
  color: #ccc;
  opacity: 0.7;
}
#n img { 
  width:64px;
  display: block;
  float:left;
}
#msg { 
  font-size: 3.4rem;
  line-height: 4rem;
  box-sizing: border-box;
}
#n img:hover { 
  background-image: radial-gradient( #f44, transparent, #0fd);
  /*background-color: #0fd;*/
}
#fullscreen {
  display: none;
}

#recordings {
  position:absolute;
  bottom:1vh;
  height:4vh;
  left:1vw;
  width:98vw;
  background-color:transparent;
  z-index:30;
}

#recordings a {
  text-decoration: none;
  padding:4px;
  box-sizing: border-box;
  background-color:rgba(100,140,170,0.5);
}