<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#default table {
  margin: 15px 0 15px 0;
}

#default table td {
  vertical-align: middle;
}

.gs-table-head {
  border-bottom: 1px solid #000000;
}

#selection table.gs-table th {
  text-align: left;
}

#selection td {
  padding: 0px 0px 0px 2px;
  border: none;
}

#selection table {
  border-collapse: collapse;
  width: 80%;
  margin: auto auto;
}

#selection .selected {
  background: #fffcdf;
}

#selection .failure {
  border: solid 1px #dd0000;
  background: #ff0000;
}

#selection table table {
  border: solid 1px;
  text-align: left;
  margin: 25px 0 0 0;
}

.gs-button {
  cursor: pointer;
}

#selection table img {
    width: 32px;
    vertical-align: middle;
}

#selection #toggle {
    cursor: pointer;
}

.gs-pagination {
    display: none;
}</pre></body></html>