#mainContent, .reportContentThanks, .reportContentError {
  font-size: 18px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
}

#mainContent {
  font-size: 14px;
}

#mainContent table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .15);
}

.categoryName {
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold;
}

.lastPost {
  text-overflow: ellipsis;
  max-width: 75px;
  overflow: hidden;
  text-align: center;
}

#openChat {
  cursor: pointer;
}

#acceptWarningModal .modal-body {
  max-height: 50%;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

.reportHeader {
  margin: 30px 0;
}

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

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

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

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

#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;
}
