body {
  background-color: #DDD;
}

span.perms {
  cursor: pointer;
}

tr.toggle th {
  cursor: pointer;
}

tr.toggle th:hover {
  color: #FF0 !important;
}

tr.toggle table {
  display: none;
}

.rtp_progcontainer {
  margin: 0 auto;
}

.rtp_progressbar {
  width: 500px;
  border: 1px solid #000;
  padding: 5px;
  margin: 0 auto;
  text-align: left;
  background-color: #FFF;
}

.rtp_progressbar div {
  background-color: #0A0;
  height: 20px;
}

.rtp_progcontainer h1 {
  font-size: 1.5em;
  color: #00F;
}

.custombuttons {
  width: 95%;
  margin: 50px auto 0 auto;
  text-align: center;
}

.custombuttons img {
  margin: 20px;
  cursor: pointer;
}

.flexbox {
  width: 75vw;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.item {
  white-space: nowrap;
  padding: 10px 20px;
  background: #ddd;
  flex-shrink: 0;
}
