body {
  font-family: "Helvetica";
  margin: 0;
  padding: 0;
  font-size: 11px;
  zoom: 160%;
}

#forum {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(to bottom, #e570e7 0%, #c85ec7 47%, #a849a3 100%);
}

.login {
  background: #323232;
  color: #fff;
  padding: 0.5rem 0.75rem;
}
.login .wrapper {
  margin-left: auto;
  margin-right: 2rem;
  text-align: right;
}
.login a {
  padding: 3px 8px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.login a[create] {
  background-color: rgb(123, 166, 13);
  border: 1px solid #7ba60d;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.4) 0px 1px 4px 0px;
  color: rgb(255, 255, 255);
}

.logo {
  padding: 8px 1rem;
  background: linear-gradient(to right, rgb(252, 236, 252) 0%, rgb(251, 166, 225) 50%, rgb(253, 137, 215) 51%, rgb(255, 124, 216) 100%);
}

.content {
  background: #fff;
  padding: 10px 10px;
  line-height: 120%;
  width: 87%;
  margin: 0 auto;
  font: normal 13px helvetica, arial, sans-serif;
  margin-bottom: 40px;
}
.content .board-index h3 {
  display: block;
  text-decoration: none;
  background: linear-gradient(rgb(203, 96, 179) 0%, rgb(173, 18, 131) 50%, rgb(222, 71, 172) 100%);
  color: #fff;
  padding: 10px 10px 11px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0px 1px 0 #F69;
  margin-bottom: 0;
}
.content .board-index table {
  background: #ebf0f3;
  color: rgb(90, 90, 90);
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.content .board-index table tbody {
  padding: 8px 12px;
  background: #fff;
  border: 8px solid #ebf0f3;
}
.content .board-index table td,
.content .board-index table tr {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #f3f3f3;
}
.content .board-index table img.read {
  padding-left: 0.25rem;
}
.content .board-index table h4 {
  font-size: 12px;
  word-wrap: break-word;
  font-weight: normal;
  color: #225985;
  width: 200px;
}
.content .board-index table a {
  color: #225985;
  text-decoration: none;
}
.content .board-index table li {
  font-size: 9px;
  line-height: 12px;
}
.content .board-index table .last-post {
  width: 140px;
}
.content .board-index table .last-post li:first-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
}
.content .board-index table .last-post ul {
  padding-left: 8px;
}
.content .board-index table .last-post img {
  max-width: 30px;
  float: left;
}
.content .board-index table [timestamp] {
  font-size: 8px;
}
.content .board-index table .replies {
  width: 80px;
}

.user-photo {
  padding: 1px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0.25rem;
  margin-right: 0.5rem;
}

[timestamp] {
  color: rgb(164, 164, 164);
}

.forum h1 {
  font: 300 26px/1.3 Helvetica, Arial, sans-serif;
  color: #323232;
}
.forum .forum-subtitle {
  margin-top: 1rem;
  display: block;
  text-decoration: none;
  background: linear-gradient(rgb(203, 96, 179) 0%, rgb(173, 18, 131) 50%, rgb(222, 71, 172) 100%);
  color: #fff;
  padding: 10px 10px 11px;
  font-size: 11px;
  font-weight: 300;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0px 1px 0 #F69;
  margin-bottom: 0;
}
.forum .forum-content {
  padding: 8px;
  background: rgb(235, 240, 243);
}
.forum .thread {
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-content: center;
  align-items: center;
}
.forum .thread .main {
  flex-grow: 1;
  width: 480px;
}
.forum .thread .main [badge] {
  background: #7ba60d;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 0 5px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  margin-right: 0.25rem;
  transform: translateY(-2px);
}
.forum .thread .main h2 {
  font-size: 13px;
  word-wrap: break-word;
  font-weight: normal;
  color: #225985;
  width: 300px;
  line-height: 120%;
}
.forum .thread .main p {
  color: rgb(164, 164, 164);
  font-size: 9px;
  display: inline;
}
.forum .thread .main .pagination {
  margin-left: 0.25rem;
  display: inline;
}
.forum .thread .main .pagination span {
  color: rgb(164, 164, 164);
  font-size: 8px;
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 1px 3px;
}
.forum .thread .metadata {
  display: inline-block;
  width: 240px !important;
  color: #777777;
  font-size: 8px;
  text-align: right;
  padding-right: 8px;
}
.forum .thread .metadata span {
  display: block;
}
.forum .thread .metadata [reply-count]::after {
  content: " replies ";
}
.forum .thread .metadata [view-count]::after {
  content: " views ";
}
.forum .thread .user-photo {
  width: 32px;
}
.forum .thread .user {
  width: 260px;
  padding-right: 24px;
  overflow: hidden;
}
.forum .thread .user span {
  display: block;
}
.forum .thread .user [username] {
  font-size: 9px;
  color: rgb(90, 90, 90);
}
.forum .thread .user [date-latest] {
  font-size: 8px;
  color: rgb(34, 89, 133);
  width: 100px;
}

.thread .thread-header .user-photo {
  float: left;
  max-width: 50px;
}
.thread .thread-header h1 {
  font: 300 26px/1.3 Helvetica, Arial, sans-serif;
  color: #323232;
}
.thread .thread-header p {
  font-size: 13px;
  color: rgb(164, 164, 164);
  font-size: 12px;
}
.thread .thread-replies {
  margin-top: 1rem;
  display: block;
  text-decoration: none;
  background: linear-gradient(rgb(203, 96, 179) 0%, rgb(173, 18, 131) 50%, rgb(222, 71, 172) 100%);
  color: #fff;
  padding: 10px 10px 11px;
  font-size: 11px;
  font-weight: 300;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: inset 0px 1px 0 #F69;
  margin-bottom: 0;
}
.thread .thread-content {
  padding: 8px;
  background: rgb(235, 240, 243);
}
.thread .reply .wrapper {
  background: #fff;
  padding: 8px 12px;
}
.thread .reply h2 {
  background: rgb(255, 0, 132);
  color: #fff;
  font-size: 12px;
  padding: 8px;
  font-weight: normal;
}
.thread .reply [reply-n]::before {
  content: "#";
}
.thread .reply [reply-n] {
  float: right;
}
.thread .reply .wrapper {
  display: flex;
}
.thread .reply .user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 140px;
}
.thread .reply .user [role], .thread .reply .user [post-count] {
  font-size: 10px;
  color: rgb(164, 164, 164);
  padding: 0.25rem;
}
.thread .reply .user .user-photo {
  max-width: 60px;
  margin: 0 auto;
}
.thread .reply .user [group] {
  font-weight: bold;
  font-size: 10px;
  padding: 8px 0.25rem 2px;
}
.thread .reply .user [post-count] {
  padding-top: 0;
}
.thread .reply .user [post-count]::after {
  content: " posts";
}
.thread .reply .post {
  padding-left: 40px;
  color: rgb(40, 40, 40);
  line-height: 1.6;
  font-size: 12px;
}
.thread .reply .post [timestamp] {
  display: block;
  font-size: 10px;
  text-decoration: underline dotted;
  margin-bottom: 8px;
}
.thread .reply .post [timestamp]::before {
  content: "Posted ";
}
.thread p[preserve] {
  white-space: pre-wrap;
}

/*# sourceMappingURL=forum.css.map */
