.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-13 {
  margin-top: 13px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-29 {
  margin-top: 29px;
}
.mt-30 {
  margin-top: 30px;
}
.threadContainer {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 10px 6px 10px;
  margin: 0px 0px 12px 0px;
}
.threadContainer a {
  color: #bb7632;
}
.threadContainer a:hover {
  text-decoration: underline;
  color: #784009;
}
.threadContainer .persTitle {
  font-size: 14px;
  color: #9d5a15;
  font-weight: bold;
}
.threadContainer .persDesc {
  font-size: 13px;
}
.threadContainer .persTime {
  font-size: 13px;
}
.threadContainer .persId {
  font-size: 13px;
}
