#phpbb-content {
  /* Content Styles
---------------------------------------- */
  /* Forum list column styles */
  /* List in forum description */
  /* Post body styles
  ----------------------------------------*/
  /* Topic review panel
  ----------------------------------------*/
  /* MCP Post details
  ----------------------------------------*/
  /* Content container styles
  ----------------------------------------*/
  /* Post author */
  /* Post signature */
  /* Post noticies */
  /* Jump to post link for now */
  /* BB Code styles
  ----------------------------------------*/
  /* Quote block */
  /* Code block */
  /* Attachments
  ----------------------------------------*/
  /* Inline image thumbnails */
  /* Post poll styles
  ----------------------------------------*/
  /* Poster profile block
  ----------------------------------------*/
  /* Post-profile avatars */
  /* Poster profile used by search*/
  /* Profile used on view-profile */
  /* pm list in compose message if mass pm is enabled */
  /* Show scrollbars for items with overflow on iOS devices
  ----------------------------------------*/
}
#phpbb-content ul.topiclist {
  display: block;
  list-style-type: none;
  margin: 0;
}
#phpbb-content ul.topiclist li {
  display: block;
  list-style-type: none;
  margin: 0;
}
#phpbb-content ul.topiclist dl {
  position: relative;
}
#phpbb-content ul.topiclist li.row dl {
  padding: 2px 0;
}
#phpbb-content ul.topiclist dt, #phpbb-content ul.topiclist dd {
  display: block;
  float: left;
}
#phpbb-content ul.topiclist dt {
  width: 100%;
  margin-right: -440px;
  font-size: 1.1em;
}
#phpbb-content ul.topiclist.missing-column dt {
  margin-right: -345px;
}
#phpbb-content ul.topiclist.two-long-columns dt {
  margin-right: -250px;
}
#phpbb-content ul.topiclist.two-columns dt {
  margin-right: -80px;
}
#phpbb-content ul.topiclist dt .list-inner {
  margin-right: 440px;
  padding-left: 5px;
  padding-right: 5px;
}
#phpbb-content ul.topiclist.missing-column dt .list-inner {
  margin-right: 345px;
}
#phpbb-content ul.topiclist.two-long-columns dt .list-inner {
  margin-right: 250px;
}
#phpbb-content ul.topiclist.two-columns dt .list-inner {
  margin-right: 80px;
}
#phpbb-content ul.topiclist dd {
  border-left: 1px solid transparent;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phpbb-content ul.topiclist dfn {
  /* Labels for post/view counts */
  position: absolute;
  left: -999px;
  width: 990px;
}
#phpbb-content .forum-image {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}
#phpbb-content li.row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#phpbb-content li.row strong {
  font-weight: normal;
}
#phpbb-content li.header dt, #phpbb-content li.header dd {
  line-height: 1em;
  border-left-width: 0;
  margin: 2px 0 4px 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#phpbb-content li.header dt {
  font-weight: bold;
  width: 100%;
  margin-right: -440px;
}
#phpbb-content li.header dt .list-inner {
  margin-right: 440px;
}
#phpbb-content li.header dd {
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phpbb-content li.header dl.row-item dt, #phpbb-content li.header dl.row-item dd {
  min-height: 0;
}
#phpbb-content li.header dl.row-item dt .list-inner {
  /* Tweak for headers alignment when folder icon used */
  padding-left: 0;
  padding-right: 50px;
}
#phpbb-content dl.row-item {
  background-position: 10px 50%;
  /* Position of folder icon */
  background-repeat: no-repeat;
  background-size: 32px;
}
#phpbb-content dl.row-item dt {
  background-repeat: no-repeat;
  background-position: 5px 95%;
  /* Position of topic icon */
  background-size: 17px;
}
#phpbb-content dl.row-item dt .list-inner {
  padding-left: 52px;
  /* Space for folder icon */
}
#phpbb-content dl.row-item dt, #phpbb-content dl.row-item dd {
  min-height: 35px;
}
#phpbb-content dl.row-item dt a {
  display: inline;
}
#phpbb-content dl a.row-item-link {
  /* topic row icon links */
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  margin-left: 9px;
}
#phpbb-content dd.posts, #phpbb-content dd.topics, #phpbb-content dd.views, #phpbb-content dd.extra, #phpbb-content dd.mark {
  width: 80px;
  text-align: center;
  line-height: 2.2em;
  font-size: 1.2em;
}
#phpbb-content dd.posts, #phpbb-content dd.topics, #phpbb-content dd.views {
  width: 95px;
}
#phpbb-content dl.row-item dt ol,
#phpbb-content dl.row-item dt ul {
  list-style-position: inside;
  margin-left: 1em;
}
#phpbb-content dl.row-item dt li {
  display: list-item;
  list-style-type: inherit;
}
#phpbb-content dd.lastpost, #phpbb-content dd.redirect, #phpbb-content dd.moderation, #phpbb-content dd.time, #phpbb-content dd.info {
  width: 250px;
  font-size: 1.1em;
}
#phpbb-content dd.redirect {
  line-height: 2.5em;
}
#phpbb-content dd.time {
  line-height: 200%;
}
#phpbb-content dd.lastpost > span, #phpbb-content ul.topiclist dd.info > span, #phpbb-content ul.topiclist dd.time > span, #phpbb-content dd.redirect > span, #phpbb-content dd.moderation > span {
  display: block;
  padding-left: 5px;
}
#phpbb-content dd.extra, #phpbb-content dd.mark {
  line-height: 200%;
}
#phpbb-content dd.option {
  width: 125px;
  line-height: 200%;
  text-align: center;
  font-size: 1.1em;
}
#phpbb-content .postbody {
  padding: 0;
  line-height: 1.48em;
  width: 76%;
  float: left;
  position: relative;
}
#phpbb-content .postbody .ignore {
  font-size: 1.1em;
}
#phpbb-content .postbody h3.first {
  /* The first post on the page uses this */
  font-size: 1.7em;
}
#phpbb-content .postbody h3 {
  /* Postbody requires a different h3 format - so change it here */
  float: left;
  font-size: 1.5em;
  padding: 2px 0 0 0;
  margin-top: 0 !important;
  margin-bottom: 0.3em !important;
  text-transform: none;
  border: none;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
}
#phpbb-content .postbody h3 img {
  vertical-align: bottom;
}
#phpbb-content .has-profile .postbody h3 {
  /* If there is a post-profile, we position the post-buttons differently */
  float: none !important;
  margin-right: 180px;
}
#phpbb-content .postbody .content {
  font-size: 1.3em;
  overflow-x: auto;
}
#phpbb-content .postbody img.postimage {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phpbb-content .search .postbody {
  width: 68%;
}
#phpbb-content .panel .review {
  margin-top: 2em;
}
#phpbb-content .topicreview {
  padding-right: 5px;
  overflow: auto;
  height: 300px;
}
#phpbb-content .topicreview .postbody {
  width: auto;
  float: none;
  margin: 0;
  height: auto;
}
#phpbb-content .topicreview .post {
  height: auto;
}
#phpbb-content .topicreview h2 {
  border-bottom-width: 0;
}
#phpbb-content .post-ignore .postbody {
  display: none;
}
#phpbb-content .post_details {
  /* This will only work in IE7+, plus the others */
  overflow: auto;
  max-height: 300px;
}
#phpbb-content .content {
  clear: both;
  min-height: 3em;
  overflow: hidden;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding-bottom: 1px;
}
#phpbb-content .content h2, #phpbb-content .panel h2 {
  font-weight: normal;
  border-bottom: 1px solid transparent;
  font-size: 1.6em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#phpbb-content .panel h3 {
  margin: 0.5em 0;
}
#phpbb-content .panel p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
#phpbb-content .content p {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
#phpbb-content dl.faq {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 2em;
  line-height: 1.4em;
}
#phpbb-content dl.faq dt {
  font-weight: bold;
}
#phpbb-content .content dl.faq {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#phpbb-content .content li {
  list-style-type: inherit;
}
#phpbb-content .content ul, #phpbb-content .content ol {
  margin: 0.8em 0 0.9em 3em;
}
#phpbb-content .posthilit {
  padding: 0 2px 1px 2px;
}
#phpbb-content p.author {
  margin-bottom: 0.6em;
  padding: 0 0 5px 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  clear: both;
}
#phpbb-content .signature {
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1.1em;
  border-top: 1px solid transparent;
  clear: left;
  line-height: 140%;
  overflow: hidden;
  width: 100%;
}
#phpbb-content .signature.standalone {
  border-top-width: 0;
  margin-top: 0;
}
#phpbb-content dd .signature {
  margin: 0;
  padding: 0;
  clear: none;
  border: none;
}
#phpbb-content .signature li {
  list-style-type: inherit;
}
#phpbb-content .signature ul, #phpbb-content .signature ol {
  margin: 0.8em 0 0.9em 3em;
}
#phpbb-content .notice {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  width: auto;
  margin-top: 1.5em;
  padding-top: 0.2em;
  font-size: 1em;
  border-top: 1px dashed transparent;
  clear: left;
  line-height: 130%;
}
#phpbb-content ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both;
}
#phpbb-content blockquote {
  border: 1px solid transparent;
  font-size: 0.95em;
  margin: 1em 1px 1em 25px;
  overflow: hidden;
  padding: 5px;
}
#phpbb-content blockquote blockquote {
  /* Nested quotes */
  font-size: 1em;
  margin: 1em 1px 1em 15px;
}
#phpbb-content blockquote cite {
  /* Username/source of quoter */
  font-style: normal;
  font-weight: bold;
  display: block;
  font-size: 0.9em;
}
#phpbb-content blockquote cite cite {
  font-size: 1em;
}
#phpbb-content blockquote cite:before, #phpbb-content .uncited:before {
  padding-right: 5px;
}
#phpbb-content blockquote cite > div {
  float: right;
  font-weight: normal;
}
#phpbb-content .postbody .content li blockquote {
  overflow: inherit;
  margin-left: 0;
}
#phpbb-content .codebox {
  border: 1px solid transparent;
  font-size: 1em;
  margin: 1em 0 1.2em 0;
  word-wrap: normal;
}
#phpbb-content .codebox p {
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  padding: 3px;
  font-size: 0.8em !important;
  font-weight: bold;
  display: block;
}
#phpbb-content blockquote .codebox {
  margin-left: 0;
}
#phpbb-content .codebox code {
  overflow: auto;
  display: block;
  height: auto;
  max-height: 200px;
  padding: 5px 3px;
  font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
  line-height: 1.3em;
}
#phpbb-content .attachbox {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 5px 5px 5px 0;
  padding: 6px;
  border: 1px dashed transparent;
  clear: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phpbb-content .attachbox dt {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#phpbb-content .attachbox dd {
  margin-top: 4px;
  padding-top: 4px;
  clear: left;
  border-top: 1px solid transparent;
  overflow-x: auto;
}
#phpbb-content .attachbox dd dd {
  border: none;
}
#phpbb-content .attachbox p {
  line-height: 110%;
  font-weight: normal;
  clear: left;
}
#phpbb-content .attachbox p.stats {
  line-height: 110%;
  font-weight: normal;
  clear: left;
}
#phpbb-content .attach-image {
  margin: 3px 0;
  max-width: 100%;
}
#phpbb-content .attach-image img {
  border: 1px solid transparent;
  /*	cursor: move; */
  cursor: default;
}
#phpbb-content div.inline-attachment dl.phpbb-thumbnail, #phpbb-content div.inline-attachment dl.file {
  display: block;
  margin-bottom: 4px;
}
#phpbb-content div.inline-attachment p {
  font-size: 100%;
}
#phpbb-content dl.file {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display: block;
}
#phpbb-content dl.file dt {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#phpbb-content dl.file dd {
  margin: 0;
  padding: 0;
}
#phpbb-content dl.phpbb-thumbnail img {
  padding: 3px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
#phpbb-content dl.phpbb-thumbnail dd {
  font-style: italic;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#phpbb-content .attachbox dl.phpbb-thumbnail dd {
  font-size: 100%;
}
#phpbb-content dl.phpbb-thumbnail dt a:hover img {
  border: 1px solid transparent;
}
#phpbb-content fieldset.polls {
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
#phpbb-content fieldset.polls dl {
  margin-top: 5px;
  border-top: 1px solid transparent;
  padding: 5px 0 0 0;
  line-height: 120%;
}
#phpbb-content fieldset.polls dl.voted {
  font-weight: bold;
}
#phpbb-content fieldset.polls dt {
  text-align: left;
  float: left;
  display: block;
  width: 30%;
  border-right: none;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}
#phpbb-content fieldset.polls dd {
  float: left;
  width: 10%;
  border-left: none;
  padding: 0 5px;
  margin-left: 0;
  font-size: 1.1em;
}
#phpbb-content fieldset.polls dd.resultbar {
  width: 50%;
}
#phpbb-content fieldset.polls dd input {
  margin: 2px 0;
}
#phpbb-content fieldset.polls dd div {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 2px 2px 0 2px;
  overflow: visible;
  min-width: 8px;
}
#phpbb-content .pollbar1, #phpbb-content .pollbar2, #phpbb-content .pollbar3, #phpbb-content .pollbar4, #phpbb-content .pollbar5 {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}
#phpbb-content .vote-submitted {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
#phpbb-content .postprofile {
  margin: 5px 0 10px 0;
  min-height: 80px;
  border: 1px solid transparent;
  border-width: 0 0 0 1px;
  width: 22%;
  float: right;
  display: inline;
}
#phpbb-content .postprofile dd, #phpbb-content .postprofile dt {
  line-height: 1.2em;
  margin-left: 8px;
}
#phpbb-content .postprofile dd {
  overflow: hidden;
  text-overflow: ellipsis;
}
#phpbb-content .postprofile strong {
  font-weight: normal;
}
#phpbb-content .postprofile dt.no-profile-rank, #phpbb-content .postprofile dd.profile-rank, #phpbb-content .postprofile .search-result-date {
  margin-bottom: 10px;
}
#phpbb-content .postprofile .has-avatar .avatar-container {
  margin-bottom: 3px;
  overflow: hidden;
}
#phpbb-content .postprofile .avatar {
  display: block;
  float: left;
  max-width: 100%;
}
#phpbb-content .postprofile .avatar img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
#phpbb-content .postprofile .profile-posts a {
  font-weight: normal;
}
#phpbb-content dd.profile-warnings {
  font-weight: bold;
}
#phpbb-content dd.profile-contact {
  overflow: visible;
}
#phpbb-content .profile-contact .dropdown-container {
  display: inline-block;
}
#phpbb-content .profile-contact .icon_contact {
  vertical-align: middle;
}
#phpbb-content .profile-contact .dropdown {
  margin-right: -14px;
}
#phpbb-content .online {
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
#phpbb-content .search .postprofile {
  width: 30%;
}
#phpbb-content .profile-avatar img {
  max-width: 100%;
}
#phpbb-content dl.pmlist dt {
  width: 60% !important;
}
#phpbb-content dl.pmlist dt textarea {
  width: 95%;
}
#phpbb-content dl.pmlist dd {
  margin-left: 61% !important;
  margin-bottom: 2px;
}
#phpbb-content .action-bar div.dl_links {
  padding: 10px 0 0 10px;
}
#phpbb-content div.dl_links {
  display: inline-block;
  text-transform: none;
}
#phpbb-content .dl_links strong {
  font-weight: bold;
}
#phpbb-content .dl_links ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
#phpbb-content .dl_links li {
  display: inline-block;
}
#phpbb-content .attachment-filename {
  width: 100%;
}
#phpbb-content .ellipsis-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#phpbb-content table.fixed-width-table {
  table-layout: fixed;
}
#phpbb-content .postbody .content::-webkit-scrollbar, #phpbb-content .topicreview::-webkit-scrollbar, #phpbb-content .post_details::-webkit-scrollbar, #phpbb-content .codebox code::-webkit-scrollbar, #phpbb-content .attachbox dd::-webkit-scrollbar, #phpbb-content .attach-image::-webkit-scrollbar, #phpbb-content .dropdown-extended ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#phpbb-content .postbody .content::-webkit-scrollbar-thumb, #phpbb-content .topicreview::-webkit-scrollbar-thumb, #phpbb-content .post_details::-webkit-scrollbar-thumb, #phpbb-content .codebox code::-webkit-scrollbar-thumb, #phpbb-content .attachbox dd::-webkit-scrollbar-thumb, #phpbb-content .attach-image::-webkit-scrollbar-thumb, #phpbb-content .dropdown-extended ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
#phpbb-content #memberlist tr.inactive, #phpbb-content #team tr.inactive {
  font-style: italic;
}
