.queuerow {
  display: inline-block;
  width: 100%;
}
.queuerow-head {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.queuerow-head div {
  display: inline-block;
  margin-left: 10%;
  float: left;
}
.queuerow div {
  display: inline-block;
  margin-left: 10%;
  float: left;
}
.queue-threadid {
  width: 100px;
  align-items: left;
}
.queue-status {
  width: 100px;
  align-items: left;
}
.queue-name-lastname {
  width: 100px;
}
.queue-identification {
  width: 100px;
}

.chat {
  background-color: red;
}
.close {
  background-color: gray;
}

#queueHeader {
  color: white;
}
