@import url(./scene.css);
@import url(./common.css);

#sessionNode {
  position: absolute;
  margin-right: auto;
  right: 0;
  text-align: left;
  z-index: 1;
  padding: 1em;
  font-size: 36px;
  color: white;
  font-weight: 700;
  word-wrap: break-word;
  width: 50%;
}

#sessionText {
  margin-bottom: 0;
  margin-top: 0;
}

#nodeText {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

#nodeTitle {
  width: 25%;
}

#nodeMainText {
  width: 75%;
  word-wrap: break-word;
}
.inactive {
  display: none;
}
.active {
  display: block !important;
  position: absolute;
  color: red;
  z-index: 1;
  padding: 20px;
  top: 0;
  width: 100%;
  text-align: center;
}

.visitors {
  position: absolute;
  padding: 10px;
  color: white;
  z-index: 1;
}

.current-users {
  position: absolute;
  top: 3%;
  text-align: left;
  z-index: 1;
  padding: 10px;
}

.current-users img {
  display: block !important;
  border-color: white;
  width: 28px;
  height: 28px;
}

.current-users div {
  margin-top: 7px;
}
