<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainContent, .reportContentThanks, .reportContentError {
  font-size: 18px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
}

#mainContent table {
  width: 100%;
}

.categoryName {
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
}

.thread .lastpost {
  text-overflow: ellipsis;
  max-width: 75px;
  overflow: hidden;
}

#createdArea {
  display: none;
}

#createArea a {
  color: rgb(244, 168, 172);
}

.subheadline {
  line-height: 35px;
  font-size: 18px;
  letter-spacing: 1px;
  color: rgb(102, 102, 102);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  margin-top: 10px;
}

#threads table th, #threads table th div {
  color: rgb(244, 168, 172);
}

#createButtonWrapper {
  text-align: right;
}

#createNewThread {
  background-color: rgb(244, 168, 172);
  color: white;
  margin-top: 10px;
  cursor: pointer;
}

.pagination {
  float: right;
  color: rgb(244, 168, 172);
  border-color: rgb(244, 168, 172);
  margin-top: 10px;
}

.pagination a {
  color: rgb(244, 168, 172);
}

.pagination a:hover {
  color: rgb(244, 168, 172);
  text-decoration: underline;
}

#createThread {
  background-color: rgb(244, 168, 172);
  color: white;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 10px;
}

#noThreadsYet {
  font-size: 16px;
  text-align: center;
}

.center {
  text-align: center;
}

.categoryDescription {
  margin-bottom: 10px;
  margin-left: 10px;
}

#description {
  height: 150px;
}

.reportHeader {
  margin: 30px 0;
}

input[type="submit"] {
  cursor: pointer;
}

.category, .thread {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

#warnings ul {
  list-style-type: decimal;
}

#forumContent table th, #forumContent table th div {
  color: rgb(244, 168, 172);
}

#confirmWarnings {
  background-color: rgb(244, 168, 172);
  color: white;
  border-radius: 0.25rem;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.reportContentThanks {
  margin: 10px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: rgb(148, 199, 108);
}

.reportContentThanks a {
  color: white;
}

.reportContentThanks a:hover {
  text-decoration: underline;
}

.reportContentError {
  margin: 10px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: rgb(244, 157, 161);
}

.reportInputTexts {
  width: 100%;
  margin: 15px;
}

.thxText {
  margin-top: 10px;
  text-align: center;
}

.fa-smile-o {
  font-size: 18px;
  color: rgb(148, 199, 108);
  margin-left: 5px;
}

.reportSend {
  background-color: rgb(244, 157, 161);
  margin-left: auto;
  margin-right: 0;
  color: white;
  display: block;
}

#backToOverview {
  text-align: center;
}

#backToOverview a {
  font-size: 14px;
  background-color: rgba(0, 0, 0, .03);
  border-radius: 0.25rem;
  color: rgb(51, 51, 51);
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
</pre></body></html>