#playerQueueTable {
   float: left;
   width: 100%;
}

#playerQueueTable th {
    visibility: visible;
}

#playerQueueDiv {
  float: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

#playerQueueDiv .button {
  float: right;
  width: auto;
  padding: 2px;
}

#playerQueueDiv .bokaMessage {
  float: left;
}
