body {
  background-color: #DDD;
}

a {
  text-decoration: none;
}

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;
}

div.container {
  box-sizing: border-box;
  border: 2px solid #00F;
  border-radius: 5px;
  width: clamp(320px, 80%, 1200px);
  margin-inline: auto;
  text-align: left;
}

div.container .top {
  background-color: #BBB;
  padding: 10px;
}

div.container .top span {
  color: #333;
  float: right;
}

div.container .bottom {
  background-color: #BBB;
  padding: 10px;
}

div.container .top input[type=text] {
  padding: 5px 10px;
  font-size: 2em;
  background-color: #FFFFE0;
  color: #008;
}

div.container .top select {
  padding: 5px 10px;
  font-size: 2em;
  background-color: #FFFFE0;
  color: #008;
  margin-left: 20px;
}

div.container .bottom .results {
}

div.container .bottom .results .result {
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #888;
  margin-bottom: 25px;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  display: flow-root;
}

div.container .bottom .results .result h3 {
  margin: 0px;
  color: #00F;
}

div.container .bottom .results .result p {
  color: #000;
}

div.container .bottom .results .result p a {
  text-decoration: none;
  font-size: 0.9em;
  color: #888;
  margin-bottom: 15px;
}

div.container .bottom .results .result span {
  float: right;
  font-size: 0.5em;
  color: #CCC;
}

div.container .bottom .pagination {
  padding: 5px 10px;
  margin-botton: 25px;
  text-align: center;
  text-align: center;
}

div.container .bottom .pagination button {
  padding: 2px 6px;
  font-size: 1em;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #FFFFE0;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  cursor: pointer;
  margin: 0px 2px;
}

div.container .bottom .pagination .disabled {
  background-color: #888;
}

div.container .bottom .pagination .current {
  background-color: #C0C0FF;
}

.outlined-text {
  font-size: 1.5em;
  color: white;
  text-shadow:
    -1px -1px 0 #800,
     1px -1px 0 #800,
    -1px  1px 0 #800,
     1px  1px 0 #800;
}
