.thread_status {
  display: inline-block;
  margin-left: 5px
}

.thread_status:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #887a5b
}

.thread_status.dot_folder:before {
  content: "\f15b"
}

.thread_status.folder:before,
.thread_status.newfolder:before {
  content: "\f15b"
}

.thread_status[class*="dot"]:before {
  content: "\f007"
}

.thread_status[class*="hot"]:before {
  content: "\f06d" !important
}

.thread_status[class*="lock"]:before {
  content: "\f023" !important
}

.thread_status[class*="close"]:before {
  content: "\f023" !important
}

.thread_status.movefolder:before {
  content: "\f061"
}

.thread_status.dot_newfolder:before {
  content: "\f27a"
}

.thread_status.stick_folder:before,
td.forumdisplay_sticky>.thread_status:before {
  content: "\f02b";
  color: #887a5b
}

.thread_status[class*="hot"]:before {
  color: #887a5b
}

. thread_status[class*="new"]:before {
  color: #887a5b
}