*,
*:before,
*:after {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
}
body {
  font: 400 10px/1.5 "Open Sans", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 3.1em;
}
h2 {
  font-size: 2.4em;
  font-weight: 400;
}
h3 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1;
}
h4 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1;
}
p {
  font-size: 1.3em;
  line-height: 1.5;
}
img {
  border-width: 0;
}
hr {
  /* Also see tweaks.css */
  border: 0 solid transparent;
  border-top-width: 1px;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
}
.panel hr {
  margin: 10px 0;
}
hr.dashed {
  border-top-style: dashed;
  margin: 10px 0;
}
hr.divider {
  display: none;
}
p.right {
  text-align: right;
}
p.jumpbox-return {
  line-height: 33px;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li {
  display: list-item;
}
ul ul,
ol ul {
  list-style-type: circle;
}
ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
  list-style-type: square;
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
/* Main blocks
---------------------------------------- */
#wrap-body {
  padding: 20px 0 20px;
  position: relative;
}
#page-footer {
  clear: both;
}
#page-footer h3 {
  margin-top: 20px;
}
.side-block {
  margin-bottom: 20px;
}
.side-block img {
  display: block;
  max-width: 100%;
}
.side-block-head {
  font-size: 1.3em;
  padding: 17px 20px;
  margin: 0;
}
.side-block-body {
  font-size: 1.3em;
  overflow-wrap: break-word;
  padding: 20px;
  margin: 0;
}
.side-block-body fieldset {
  font-size: 1em;
}
.side-block-body input {
  font-size: 1em;
}
.side-login #username,
.side-login #password,
.side-login #remember-me {
  display: block;
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
.side-login #remember-me input {
  height: auto;
  margin: 0 10px 1px 0;
}
.logo {
  float: left;
  width: auto;
  margin: 41.5px 0;
}
.logo:hover {
  text-decoration: none;
}
/* Site description and logo */
#site-description {
  float: left;
}
#site-description h1 {
  margin-right: 0;
}
/* Simple body */
#simple-body h2 {
  line-height: 50px;
}
#simple-body {
  font-size: 1.2em;
}
#simple-body h2 {
  font-size: 1.6667em;
}
#simple-body .copyright {
  font-size: 0.9167em;
}
#simple-body p,
#simple-body fieldset,
#simple-body .action-bar,
#simple-body th,
#simple-body td {
  font-size: 1em;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.navbar {
  padding: 3px 10px;
}
.forabg {
  margin-bottom: 20px;
  overflow: hidden;
}
.forumbg {
  margin-bottom: 20px;
  overflow: hidden;
}
.panel {
  margin-bottom: 20px;
  padding: 20px;
}
form + .panel,
.display-actions + .panel {
  margin-top: 20px;
}
.post {
  padding: 0;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
}
.rowbg {
  margin: 5px 5px 2px 5px;
}
.content > *:last-child,
.inner > *:last-child,
.panel > *:last-child,
.column1 > *:last-child,
.column2 > *:last-child {
  margin-bottom: 0 !important;
}
.content > fieldset dl:last-child,
.column1 dl:last-child {
  padding-bottom: 0;
}
/* Horizontal lists
----------------------------------------*/
.navbar ul.linklist {
  padding: 2px 0;
}
ul.linklist {
  display: block;
  margin: 0;
}
ul.linklist > li {
  float: left;
  font-size: 1.1em;
  line-height: 2.2em;
  list-style-type: none;
  margin-right: 20px;
  width: auto;
}
ul.linklist > li.rightside,
p.rightside,
a.rightside {
  float: right;
  margin-right: 0;
  margin-left: 20px;
  text-align: right;
}
ul.navlinks {
  border: none;
}
ul.leftside {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
}
ul.rightside {
  float: right;
  margin-left: 5px;
  margin-right: -5px;
  text-align: right;
}
ul.linklist li.responsive-menu {
  position: relative;
  margin: 0 5px;
}
ul.linklist li.responsive-menu a.responsive-menu-link {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  position: relative;
  width: 16px;
  line-height: 20px;
  text-decoration: none;
}
.hasjs ul.linklist.leftside,
.hasjs ul.linklist.rightside {
  max-width: 48%;
}
.hasjs ul.linklist.fullwidth {
  max-width: none;
}
/* Bulletin icons for list items
----------------------------------------*/
ul.linklist.bulletin > li:before {
  display: inline-block;
  content: "\2022";
  font-size: inherit;
  line-height: inherit;
  padding-right: 4px;
}
ul.linklist.bulletin > li:first-child:before,
ul.linklist.bulletin > li.rightside:last-child:before {
  content: none;
}
ul.linklist.bulletin > li.no-bulletin:before {
  content: none;
}
.responsive-menu:before {
  display: none !important;
}
/* Dropdown menu
----------------------------------------*/
.dropdown-container {
  position: relative;
}
.dropdown-container-right {
  /*rtl:ignore*/
  float: right;
}
.dropdown-container-left {
  /*rtl:ignore*/
  float: left;
}
.nojs .dropdown-container:hover .dropdown {
  display: block !important;
}
.dropdown {
  /*rtl:begin:ignore*/
  position: absolute;
  left: 0;
  top: 1.2em;
  z-index: 2;
  padding: 0;
  margin-right: -500px;
  /*rtl:end:ignore*/
}
.dropdown a,
.dropdown .search-results > li > span {
  cursor: pointer;
  padding: 9px 20px;
  display: inline-block;
  line-height: 1.5;
  width: 100%;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.dropdown.live-search {
  top: auto;
}
.dropdown-container.topic-tools {
  float: left;
}
.dropdown-up .dropdown {
  top: auto;
  bottom: 1.2em;
}
.dropdown-left .dropdown,
.nojs .rightside .dropdown {
  /*rtl:begin:ignore*/
  left: auto;
  right: 0;
  margin-left: -500px;
  margin-right: 0;
  /*rtl:end:ignore*/
}
.dropdown-button-control .dropdown {
  top: 32px;
}
.dropdown-button-control.dropdown-up .dropdown {
  top: auto;
  bottom: 32px;
}
.dropdown .pointer {
  display: none;
}
.dropdown .dropdown-contents {
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 0;
  position: relative;
  min-width: 40px;
  max-height: 300px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown li {
  float: none !important;
  line-height: 27px !important;
  font-size: 1em !important;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: left;
}
.dropdown-contents > li > a {
  padding-right: 30px;
}
.dropdown-nonscroll > li > a {
  padding-right: 20px;
}
.dropdown-contents.search-results > li > span {
  padding-right: 30px;
}
.dropdown-nonscroll.search-results > li > span {
  padding-right: 20px;
}
.dropdown li:first-child,
.dropdown li.separator + li,
.dropdown li li {
  border-top: 0;
}
.dropdown li li:first-child {
  margin-top: 4px;
}
.dropdown li li:last-child {
  padding-bottom: 0;
}
.dropdown li li {
  padding-left: 18px;
}
.wrap .dropdown li,
.dropdown.wrap li,
.dropdown-extended li {
  white-space: normal;
}
.dropdown li.separator {
  border-top: 1px solid transparent;
  margin: 5px 20px;
  padding: 0;
}
.dropdown li.separator:first-child,
.dropdown li.separator:last-child {
  display: none !important;
}
.dropdown-page-jump .dropdown-contents {
  padding-left: 20px;
  padding-right: 20px;
}
.dropdown-page-jump .page-jump-form > .inputbox {
  padding: 0 0 0 7px;
}
/* Table styles
----------------------------------------*/
table {
  border-collapse: collapse;
}
table.table1 {
  width: 100%;
}
#ucp-main table.table1 {
  padding: 2px;
}
table.table1 thead th {
  font-weight: normal;
  line-height: 1.3em;
  font-size: 1.3em;
  padding: 14px 0 14px 20px;
}
table.table1 thead th span {
  padding-left: 20px;
}
table.table1 td {
  font-size: 1.3em;
}
table.table1 tbody tr {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
table.table1 tbody td {
  padding: 18px 0 18px 20px;
}
table.table1 tbody td:last-child {
  padding-right: 20px;
}
table.table1 tbody th {
  padding: 18px 0 18px 20px;
  text-align: left;
}
/* Specific column styles */
table.table1 .name {
  text-align: left;
}
table.table1 .posts {
  text-align: center;
  width: 7%;
}
table.table1 .joined {
  text-align: left;
  width: 15%;
}
table.table1 .active {
  text-align: left;
  width: 15%;
}
table.table1 .mark {
  text-align: center;
  width: 7%;
}
table.table1 .info {
  text-align: left;
  width: 30%;
}
table.table1 .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}
table.table1 .autocol {
  line-height: 2em;
  white-space: nowrap;
}
table.table1 thead .autocol {
  padding-left: 1em;
}
table.table1 span.rank-img {
  float: right;
  width: auto;
}
table.info td {
  padding: 3px;
}
table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  font-weight: normal;
}
.forumbg table.table1 {
  margin: 0;
}
.forumbg-table > .inner {
  margin: 0 -1px;
}
#color_palette_placeholder table {
  border-collapse: separate;
  border-spacing: 1px;
}
/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
   Also see tweaks.css */
.column1 {
  float: left;
  clear: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.column2 {
  float: right;
  clear: right;
  width: 50%;
  padding-left: 10px;
  margin-bottom: 20px;
}
.column1:last-child,
.column2:last-child {
  margin-bottom: 0;
}
/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
  max-width: 100%;
}
.left-box.profile-details {
  width: 80%;
}
.right-box {
  float: right;
  width: auto;
  text-align: right;
  max-width: 100%;
}
dl.details dt {
  float: left;
  clear: left;
  width: 30%;
  text-align: right;
  display: block;
}
dl.details dd {
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 5px;
  float: left;
  width: 65%;
  text-overflow: ellipsis;
}
fieldset.fields1 ul.recipients {
  list-style-type: none;
  line-height: 1.8;
  max-height: 150px;
  overflow-y: auto;
}
fieldset.fields1 dd.recipients {
  clear: left;
  margin-left: 0;
  margin-bottom: 0;
}
fieldset.fields1 dd.recipients input.button2 {
  margin-left: 0;
}
fieldset.fields1 ul.recipients input.button2 {
  font-size: 0.8em;
  margin-right: 0;
  padding: 0;
}
fieldset.fields1 dl.pmlist > dt {
  width: auto !important;
}
fieldset.fields1 dl.pmlist dd.recipients {
  margin-left: 0 !important;
}
/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
  clear: both;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  width: 100%;
}
.action-bar > div {
  margin-bottom: 20px;
}
.panel .action-bar:last-child > div {
  margin-bottom: 0;
}
.action-bar > .clear {
  margin: 0 !important;
}
.action-bar.compact {
  line-height: 33px;
  margin-bottom: 20px;
}
.forabg + .action-bar {
  margin-top: 2em;
}
/* Pagination
---------------------------------------- */
.pagination {
  float: right;
  text-align: right;
  width: auto;
  line-height: 36px;
}
.action-bar.bottom .pagination {
  margin-top: 0;
}
.pagination > ul {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
.pagination > ul > li {
  display: inline-block !important;
  padding: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: top;
}
.pagination li a,
.pagination li span {
  border: 1px solid transparent;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 34px;
  height: 36px;
  width: 36px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.pagination li.ellipsis {
  display: none;
}
.pagination li.page-jump a {
  padding: 0 20px;
  width: auto;
}
.pagination li.page-jump a {
  width: auto;
}
.pagination > ul > li:first-child a,
.pagination > ul > li:first-child span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > ul > li:last-child a,
.pagination > ul > li:last-child span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* Pagination in viewforum for multipage topics */
.row .pagination {
  display: inline-block;
  float: right;
  font-size: 0.8462em;
  margin: -1px 0 0;
  padding-left: 4px;
  line-height: 1;
  vertical-align: top;
}
.row .pagination > ul {
  margin: 0;
}
.row .pagination ul li {
  padding: 0 0 0 1px;
}
.row .pagination a {
  border: none;
  height: 20px;
  line-height: 20px;
  padding: 0 7.5px;
  width: auto;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  display: none;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 50;
  width: 560px;
  margin: 0 auto;
  border-radius: 3px;
}
.phpbb_alert h3 {
  margin-bottom: 20px;
}
.phpbb_alert .alert_close {
  float: right;
}
.phpbb_alert .alert_close:after {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: -20px;
  margin-top: -20px;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  content: "\f00d";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-radius: 0 3px 0 3px;
}
.phpbb_alert .alert_close:hover {
  background-position: 0 -16px;
}
.phpbb_alert p {
  margin: 8px 0;
  padding-bottom: 8px;
}
.phpbb_alert label {
  display: block;
  margin: 8px 0;
  padding-bottom: 8px;
}
.phpbb_alert div.alert_text > p,
.phpbb_alert div.alert_text > label,
.phpbb_alert div.alert_text > select,
.phpbb_alert div.alert_text > textarea,
.phpbb_alert div.alert_text > input {
  font-size: 1.1em;
}
#darkenwrapper {
  display: none;
  position: relative;
  z-index: 44;
}
#darken {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 45;
}
#loading_indicator {
  border-radius: 100%;
  display: none;
  margin-top: -50px;
  margin-left: -50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 51;
}
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}
.copyright {
  padding: 20px 0;
  text-align: center;
}
.small {
  font-size: 0.9em !important;
}
.titlespace {
  margin-bottom: 15px;
}
.headerspace {
  margin-top: 20px;
}
.error {
  font-weight: 600;
  font-size: 1em !important;
}
div.rules {
  margin: 0;
  font-size: 1.3em;
  padding: 20px;
  margin-bottom: 20px;
}
div.rules ul,
div.rules ol {
  margin-left: 20px;
}
#information {
  margin: 0;
}
p.post-notice {
  position: relative;
  padding: 20px 20px 20px 68px;
  margin-bottom: 20px;
}
p.post-notice:before {
  content: "\f0e3";
  display: block;
  font-family: FontAwesome;
  font-size: 28px;
  position: absolute;
  margin-top: -21px;
  overflow: hidden;
  top: 50%;
  bottom: 0;
  left: 20px;
  width: 28px;
  height: 42px;
  background: transparent none 50% 50% no-repeat;
  pointer-events: none;
}
#jumpbox {
  margin: 0 0 20px;
}
#jumpbox .dropdown {
  font-size: 1.2em;
}
.stat-block {
  clear: both;
  margin-bottom: 20px;
}
.stat-block > h3 {
  font-size: 1.3em;
  padding: 17px 20px;
  margin: 0;
}
.stat-block > p {
  padding: 20px;
  margin: 0;
}
#online-list-stat {
  border-top-style: solid;
  border-top-width: 1px;
}
#top {
  position: absolute;
  top: -20px;
}
.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent;
}
/* Inner box-model clearing */
.inner:after,
ul.linklist:after,
.action-bar:after,
.notification_text:after,
.tabs-container:after,
#tabs > ul:after,
#minitabs > ul:after,
.postprofile .avatar-container:after,
.clearfix:after,
fieldset dl:after,
ul.topiclist dl:after,
dl.polls:after,
#site-footer-area ul:after {
  clear: both;
  content: "";
  display: block;
}
.hidden {
  display: none;
}
.smilies {
  vertical-align: text-bottom;
}
.icon-notification {
  position: relative;
}
.member-search {
  float: left;
  margin: 0;
  padding: 6px 10px;
}
.member-search strong {
  font-size: 0.95em;
}
.dropdown-extended {
  display: none;
  z-index: 1;
}
.dropdown-extended ul {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
}
.dropdown-extended ul li {
  padding: 0;
  margin: 0 !important;
  float: none;
  list-style-type: none;
  font-size: 0.95em;
  clear: both;
  position: relative;
}
.dropdown-extended ul li.no_notifications {
  padding: 20px;
}
.dropdown-extended .dropdown-contents {
  max-height: none;
  padding: 0;
  position: absolute;
  width: 340px;
}
.nojs .dropdown-extended .dropdown-contents {
  position: relative;
}
.dropdown-extended .header {
  padding: 0 0 0 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 41px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.dropdown-extended .header .header_settings {
  float: right;
  font-weight: normal;
  text-transform: none;
}
.dropdown-extended .header .header_settings a {
  height: 41px;
  line-height: 41px;
  width: 41px;
  padding: 0;
  text-align: center;
}
.dropdown-extended .footer {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
}
.dropdown-extended ul li a,
.dropdown-extended ul li.no-url {
  padding: 10px 20px;
}
.dropdown-extended .footer > a {
  line-height: 40px;
}
.dropdown-extended ul li a,
.notification_list dt > a,
.dropdown-extended .footer > a {
  display: block;
  text-decoration: none;
}
.notification_list ul li img {
  float: left;
  height: auto !important;
  margin-right: 10px;
  max-height: 38px;
  max-width: 38px;
  width: auto !important;
}
.notification_list ul li p {
  margin-bottom: 4px;
  font-size: 1em !important;
}
.notification_list p.notification-reference,
.notification_list p.notification-location,
.notification_list li a p.notification-reason {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification_list p.notification-time {
  font-size: 10px;
  margin: 0;
  text-align: left;
}
.notification_list div.notifications {
  margin-left: 50px;
  padding: 5px;
}
.notification_list div.notifications a {
  display: block;
}
.notification_list p.notifications_title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px !important;
}
.notification_list p.notifications_title strong {
  font-weight: bold;
}
.notification_list p.notifications_time {
  font-size: 10px !important;
}
.notification_text {
  margin-left: 0px;
}
/* Navbar specific list items
----------------------------------------*/
#quick-links {
  margin: 0 20px 0 0;
}
#quick-links a.responsive-menu-link {
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  width: auto;
}
#quick-links a.responsive-menu-link > i {
  font-size: 14px;
}
.compact #quick-links a.responsive-menu-link {
  font-size: 0;
}
.compact .icon-notification > a > span,
.compact .icon-pm > a > span {
  display: none;
}
.compact .icon-notification > a > strong,
.compact .icon-pm > a > strong {
  padding-left: 2px;
}
.dropdown-page-jump .dropdown {
  top: 32px;
}
.dropdown-page-jump.dropdown-up .dropdown {
  bottom: 20px;
}
.dropdown-page-jump input.tiny {
  width: 50px;
}
.dropdown .clone.hidden + li.separator {
  display: none;
}
.dropdown .clone.hidden + li {
  border-top: none;
}
/* Content Styles
---------------------------------------- */
ul.topiclist {
  display: block;
  list-style-type: none;
  margin: 0;
}
ul.forums {
  background: transparent none repeat-x 0 0;
}
ul.topiclist li {
  display: block;
  list-style-type: none;
  margin: 0;
}
ul.topiclist dl {
  position: relative;
}
ul.topiclist li.row dl {
  padding: 20px 0;
}
ul.topiclist.topics li.row dl {
  padding: 16px 0;
}
ul.topiclist dt,
ul.topiclist dd {
  float: left;
}
ul.topiclist dt {
  width: 100%;
  margin-right: -360px;
  font-size: 1.3em;
}
ul.topiclist.missing-column dt {
  margin-right: -280px;
}
ul.topiclist.two-long-columns dt {
  margin-right: -250px;
}
ul.topiclist.two-columns dt {
  margin-right: -80px;
}
ul.topiclist dt .list-inner {
  margin-right: 360px;
  padding-left: 20px;
  padding-right: 20px;
}
.forabg ul.topiclist dt,
.forumbg ul.topiclist dt {
  margin-right: -440px;
}
.forabg ul.topiclist dt .list-inner,
.forumbg ul.topiclist dt .list-inner {
  margin-right: 440px;
}
ul.topiclist.missing-column dt .list-inner {
  margin-right: 280px;
}
ul.topiclist.two-long-columns dt .list-inner {
  margin-right: 250px;
}
ul.topiclist.two-columns dt .list-inner {
  margin-right: 80px;
}
ul.topiclist dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.topiclist dfn {
  /* Labels for post/view counts */
  position: absolute;
  left: -9999px;
  width: 990px;
}
ul.topiclist li.row dt a.subforum {
  position: relative;
  white-space: nowrap;
  padding: 0 ;
}
.forum-image {
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}
li.row strong {
  font-weight: normal;
}
li.header dt,
li.header dd {
  line-height: 1;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 1.3em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
li.header dt {
  width: 100%;
  margin-right: -360px;
}
li.header dt .list-inner {
  margin-right: 360px;
}
li.header dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.header dl.icon dt,
li.header dl.icon dd {
  min-height: 0;
}
li.header dl.icon dt .list-inner {
  /* Tweak for headers alignment when folder icon used */
  padding-left: 20px;
  padding-right: 50px;
}
/* Forum list column styles */
dl.icon {
  background-position: left 29px top 50%;
  background-repeat: no-repeat;
}
dl.icon dt {
  background-position: left 24px top 75%;
  background-repeat: no-repeat;
  background-size: 1.5em;
}
dl.icon dt .list-inner {
  padding-left: 82px;
}
dl a.icon-link {
  display: block;
  height: 36px;
  left: 23px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}
dd.posts,
dd.topics,
dd.views,
dd.extra,
dd.mark {
  width: 80px;
  text-align: center;
  font-size: 1.3em;
}
dd.posts,
dd.topics,
dd.views {
  width: 95px;
}
/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
  list-style-position: inside;
  margin-left: 1em;
}
dl.icon dt li {
  display: list-item;
  list-style-type: inherit;
}
dd.lastpost,
dd.moderation,
dd.time,
dd.info {
  width: 200px;
  font-size: 1.3em;
}
.forabg dd.lastpost,
.forumbg dd.lastpost {
  width: 250px;
}
dd.redirect {
  padding-left: 190px;
  width: 440px;
  font-size: 1.3em;
}
dd.lastpost .lastpost-last {
  display: inline-block;
  margin-top: 3px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
dd.lastpost .lastpost-last i {
  line-height: 1;
  vertical-align: text-top;
}
dd.time {
  line-height: 200%;
}
dd.extra,
dd.mark {
  line-height: 200%;
}
dd.option {
  width: 125px;
  line-height: 200%;
  text-align: center;
  font-size: 1.1em;
}
.posts-approve {
  margin-right: 7.5px;
}
.topic-ap {
  font-size: 14px;
  margin-right: 7.5px;
  margin-top: -2px;
  margin-bottom: -1px;
  display: inline-block;
}
/* Post body styles
----------------------------------------*/
.postbody {
  padding: 20px;
  line-height: 1.5em;
  float: none;
  margin-right: 225px;
  position: relative;
}
.postbody .ignore {
  font-size: 1.1em;
}
.postbody h3 {
  /* Postbody requires a different h3 format - so change it here */
  margin-top: 0 !important;
  margin-bottom: 0.3em !important;
  text-transform: none;
  border: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 125%;
}
.postbody h3 img {
  /* Also see tweaks.css */
  vertical-align: bottom;
}
.has-profile .postbody h3 {
  /* If there is a post-profile, we position the post-buttons differently */
  float: none !important;
  margin-right: 180px;
}
.postbody .content {
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: justify;
  overflow-x: auto;
}
.postbody img.postimage {
  max-width: 100%;
}
/* Topic review panel
----------------------------------------*/
#review {
  margin: 20px 0;
}
#topicreview {
  padding: 20px 20px 0;
  overflow: auto;
  height: 300px;
}
#topicreview .postbody {
  width: auto;
  float: none;
  margin: 0;
  height: auto;
}
#topicreview .post {
  height: auto;
}
#topicreview h2 {
  border-bottom-width: 0;
}
.post-ignore .postbody {
  display: none;
}
/* MCP Post details
----------------------------------------*/
#post_details {
  /* This will only work in IE7+, plus the others */
  overflow: auto;
  max-height: 300px;
}
/* Content container styles
----------------------------------------*/
.content {
  min-height: 100px;
  overflow: hidden;
  line-height: 1.5em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  word-wrap: break-word;
}
.content h2,
.panel h2 {
  font-weight: 400;
  font-size: 1.8em;
  margin-bottom: 20px;
}
.panel h3 {
  margin: 0 0 20px;
}
.panel p {
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.panel dl {
  font-size: 1.3em;
}
.content p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin-bottom: 1em;
  line-height: 1.5em;
}
dl.faq {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 0 0 20px;
  line-height: 1.5em;
}
dl.faq dt {
  font-weight: bold;
}
.content dl.faq {
  margin: 20px 0;
}
.content li {
  list-style-type: inherit;
}
.content ul,
.content ol {
  margin-bottom: 1em;
  margin-left: 3em;
}
.posthilit {
  padding: 0 2px 1px 2px;
}
.emoji {
  cursor: text;
  height: 1.5em;
  vertical-align: text-bottom;
  width: 1.5em;
}
/* Post author */
p.author {
  margin-bottom: 0.6em;
  padding: 0 0 5px 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
}
/* Post signature */
.signature {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 1.1em;
  border-top: 1px solid transparent;
  clear: left;
  line-height: 1.5em;
  overflow: hidden;
  width: 100%;
}
.signature.standalone {
  border-top-width: 0;
  margin-top: 0;
}
dd .signature {
  margin: 0;
  padding: 0;
  clear: none;
  border: none;
}
.signature li {
  list-style-type: inherit;
}
.signature ul,
.signature ol {
  margin-bottom: 1em;
  margin-left: 3em;
}
/* Post noticies */
.notice {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: auto;
  margin-top: 20px;
  padding: 10px;
  font-size: 1em;
  clear: left;
  border-radius: 3px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
/* Jump to post link for now */
ul.searchresults {
  list-style: none;
  text-align: right;
  clear: both;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
  border: 1px solid transparent;
  font-size: 1em;
  margin: 20px 0;
  padding: 10px 20px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
blockquote:after {
  content: "\f10d";
  display: block;
  font-family: FontAwesome;
  font-size: 33px;
  left: -3px;
  line-height: 1;
  position: absolute;
  top: -5px;
  pointer-events: none;
}
blockquote blockquote {
  font-size: 1em;
}
blockquote cite {
  display: block;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}
blockquote.uncited {
  padding-top: 20px;
}
/* Code block */
.codebox {
  padding: 10px 20px 20px;
  border: 1px solid transparent;
  font-size: 1em;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 3px;
}
.codebox:after {
  content: "\f121";
  display: block;
  font-family: FontAwesome;
  font-size: 33px;
  left: -3px;
  line-height: 1;
  position: absolute;
  top: -5px;
  pointer-events: none;
}
.codebox p {
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 20px;
  font-size: 1em !important;
  font-weight: 600;
  display: block;
}
blockquote .codebox {
  margin-left: 0;
  font-size: 1em;
}
.codebox code {
  overflow: auto;
  display: block;
  height: auto;
  max-height: 250px;
  font: 1em Consolas, Monaco, "Andale Mono", "Courier New", Courier, mono;
  line-height: 1.5em;
  margin: 0;
}
/* Attachments
----------------------------------------*/
.attachbox {
  border: 1px solid transparent;
  font-size: 1.1em;
  margin: 20px 0 0;
  padding: 10px 20px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.attachbox:after {
  content: "\f0c6";
  display: block;
  font-family: FontAwesome;
  font-size: 44px;
  left: -3px;
  line-height: 1;
  position: absolute;
  top: -5px;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.attachbox dt {
  font-weight: 600;
}
.attachbox dd {
  clear: left;
  overflow-x: auto;
}
.attachbox dd dd {
  border: none;
}
.attachbox p {
  line-height: 1.5em;
  font-weight: normal;
  clear: left;
}
.attachbox p.stats {
  line-height: 1.5em;
  font-weight: normal;
  clear: left;
}
.attach-image {
  margin: 20px 0 0 !important;
  max-width: 100%;
}
.attach-image img {
  cursor: default;
}
/* Inline image thumbnails */
div.inline-attachment dl.thumbnail,
div.inline-attachment dl.file {
  display: block;
  margin-bottom: 4px;
}
div.inline-attachment p {
  font-size: 100%;
}
dl.file {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: block;
}
dl.file dt {
  text-transform: none;
  margin: 10px 0 0;
  padding: 0;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
dl.file dd {
  margin: 0;
  padding: 0;
}
dl.thumbnail img {
  padding: 3px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.thumbnail dd {
  font-style: italic;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.attachbox dl.thumbnail dd {
  font-size: 100%;
}
dl.thumbnail dt a:hover img {
  border: 1px solid transparent;
}
/* Post poll styles
----------------------------------------*/
fieldset.polls {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
fieldset.polls dl {
  margin-bottom: 20px;
  padding: 0;
  line-height: 1.5em;
}
fieldset.polls dl.voted {
  font-weight: bold;
}
fieldset.polls dt {
  text-align: left;
  float: left;
  display: block;
  width: 230px;
  border-right: none;
  padding: 6.5px 0 0;
  margin: 0 20px 5px 0;
  font-size: 1em;
}
fieldset.polls dd {
  float: left;
  width: 10%;
  border-left: none;
  padding: 0 0 0 20px;
  margin-left: 0;
  font-size: 1em;
}
fieldset.polls dd.resultbar {
  float: none;
  margin: 0 250px;
  padding: 0;
  width: auto;
}
fieldset.polls dd.poll_option_percent {
  margin: 0 0 0 20px;
  padding: 6.5px 0 0;
  width: 230px;
  float: right;
}
fieldset.polls dd input {
  margin: 2px 0;
}
fieldset.polls dd div {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  height: 31px;
  line-height: 31px;
  min-width: 8px;
  overflow: visible;
  padding: 0 20px;
  text-align: right;
}
.vote-submitted {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
/* Poster profile block
----------------------------------------*/
.postprofile {
  margin: 0;
  padding: 20px 20px 0;
  min-height: 80px;
  width: 225px;
  float: right;
  display: block;
  font-size: 1.2em;
}
.postprofile dd,
.postprofile dt {
  line-height: 1.65em;
}
.postprofile dd {
  overflow: hidden;
  text-overflow: ellipsis;
}
.postprofile strong {
  font-weight: 600;
}
.postprofile dt.no-profile-rank,
.postprofile dd.profile-rank,
.postprofile .search-result-date {
  margin-bottom: 10px;
}
/* Post-profile avatars */
.postprofile .has-avatar .avatar-container {
  margin-bottom: 20px;
  overflow: hidden;
}
.postprofile .avatar {
  display: block;
  float: left;
  max-width: 100%;
}
.postprofile .avatar img {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.postprofile .profile-posts a {
  font-weight: normal;
}
dd.profile-warnings {
  font-weight: bold;
}
dd.profile-contact {
  overflow: visible;
  float: left;
}
.online {
  position: relative;
}
.online:before {
  border-radius: 100%;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
}
.postprofile::after,
.postbody::after {
  clear: both;
  content: "";
  display: block;
}
/* Profile used on view-profile */
.profile-avatar img {
  max-width: 100%;
}
/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
  width: 60% !important;
}
dl.pmlist dt textarea {
  height: auto;
  width: 95%;
  margin: 20px 0;
}
dl.pmlist dd {
  margin-left: 61% !important;
  margin-bottom: 2px;
}
.action-bar div.dl_links {
  padding: 10px 0 0 10px;
}
div.dl_links {
  display: inline-block;
  text-transform: none;
}
.dl_links strong {
  font-weight: bold;
}
.dl_links ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.dl_links li {
  display: inline-block;
}
.attachment-filename {
  width: 100%;
}
.ellipsis-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.fixed-width-table {
  table-layout: fixed;
}
/* Show scrollbars for items with overflow on iOS devices
----------------------------------------*/
.postbody .content::-webkit-scrollbar,
#topicreview::-webkit-scrollbar,
#post_details::-webkit-scrollbar,
.codebox code::-webkit-scrollbar,
.attachbox dd::-webkit-scrollbar,
.attach-image::-webkit-scrollbar,
.dropdown-extended ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.postbody .content::-webkit-scrollbar-thumb,
#topicreview::-webkit-scrollbar-thumb,
#post_details::-webkit-scrollbar-thumb,
.codebox code::-webkit-scrollbar-thumb,
.attachbox dd::-webkit-scrollbar-thumb,
.attach-image::-webkit-scrollbar-thumb,
.dropdown-extended ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
/* Link Styles
---------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
  direction: ltr;
  unicode-bidi: embed;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:hover {
  text-decoration: none;
}
a[style*="color"]:hover {
  text-decoration: underline;
}
.username {
  font-weight: 600;
}
/* Coloured usernames */
.username-coloured {
  font-weight: 600;
  display: inline !important;
  padding: 0 !important;
}
/* Navigation bar links */
li.breadcrumbs span:first-child > a {
  display: inline-block;
}
/* Notification mark read link */
.dropdown-extended a.mark_read {
  display: none;
  margin-top: 0;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-extended li:hover a.mark_read {
  display: block;
}
/* Links for forum/topic lists */
a.forumtitle,
a.topictitle {
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 3px;
  text-decoration: none;
}
a.lastsubject {
  font-weight: 600;
  text-decoration: none;
}
/* Post body links */
.postlink {
  text-decoration: none;
}
.postlink:hover {
  text-decoration: none;
}
.signature a,
.signature a:hover {
  border: none;
}
/* Profile links */
.postprofile a,
.postprofile dt.author a {
  font-weight: 600;
  text-decoration: none;
}
/* Profile searchresults */
.search .postprofile a {
  text-decoration: none;
  font-weight: normal;
}
/* Back to top of page */
.back2top {
  clear: both;
  height: 11px;
  text-align: right;
}
a.top {
  background: none no-repeat top left;
  text-decoration: none;
  width: 11px;
  height: 11px;
  display: block;
  float: right;
  overflow: hidden;
  letter-spacing: 1000px;
  text-indent: 11px;
}
a.top2 {
  background: none no-repeat 0 50%;
  text-decoration: none;
  padding-left: 15px;
}
/* Arrow links  */
a.arrow-up:after,
a.arrow-left:after,
a.arrow-down:after,
a.arrow-right:after {
  display: block;
  font-family: FontAwesome;
  font-size: 11px;
  position: absolute;
  top: 0;
}
a.arrow-up:after,
a.arrow-left:after {
  left: 0;
}
a.arrow-down:after,
a.arrow-right:after {
  right: 0;
}
a.arrow-up:after {
  content: "\f062";
}
a.arrow-left:after {
  content: "\f060";
}
a.arrow-down:after {
  content: "\f063";
}
a.arrow-right:after {
  content: "\f061";
}
a.arrow-up,
a.arrow-left,
a.arrow-down,
a.arrow-right {
  display: inline-block;
  position: relative;
}
a.arrow-up,
a.arrow-left {
  padding-left: 17.5px;
}
a.arrow-down,
a.arrow-right {
  padding-right: 17.5px;
}
/* invisible skip link, used for accessibility  */
.skiplink {
  position: absolute;
  left: -999px;
  width: 990px;
}
/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
  float: right;
  margin: 3px;
}
a.anchor {
  display: block;
}
#attach-panel-multi {
  display: none;
  margin-bottom: 1em;
}
#file-list td {
  vertical-align: middle;
}
.attach-name {
  width: 50%;
}
.attach-comment {
  width: 30%;
}
.attach-filesize {
  width: 15%;
}
.attach-status {
  width: 5%;
}
.attach-filesize,
.attach-status {
  text-align: center;
}
.attach-controls {
  display: inline-block;
  float: right;
}
#attach-row-tpl,
.nojs .file-inline-bbcode {
  display: none;
}
#file-total-progress {
  height: 2px;
  display: block;
  position: relative;
  margin: 4px -10px -6px -10px;
}
.file-progress {
  display: inline-block;
  height: 8px;
  width: 50px;
}
.file-progress-bar,
#file-total-progress-bar {
  display: block;
  height: 100%;
  width: 0;
}
.file-status {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.file-name {
  max-width: 65%;
  vertical-align: bottom;
}
.r-lastpost-container {
  margin-top: -15px;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  display: none;
}
.r-lastpost {
  height: 30px;
  line-height: 25px;
  vertical-align: middle;
  width: 20px;
  display: inline-block;
  text-align: center;
  display: none;
}
.sidebar-feeds {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease;
  transition: max-height 0.15s ease;
}
.sidebar-feeds.loading > * {
  margin-top: -20px;
  opacity: 0;
}
.sidebar-feeds > * {
  -webkit-transition: margin-top 0.15s ease, opacity 0.15s ease;
  transition: margin-top 0.15s ease, opacity 0.15s ease;
}
.sidebar-feeds-entry + .sidebar-feeds-entry {
  margin-top: 10px;
}
.sidebar-feeds-title {
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-feeds-title,
.sidebar-feeds-author,
.sidebar-feeds-category,
.sidebar-feeds-content {
  display: block;
}
.sidebar-feeds-author {
  font-weight: 600;
}
.sidebar-feeds-author:before {
  content: "\f2bd";
}
.sidebar-feeds-category:before {
  content: "\f0e6";
}
.sidebar-feeds-author:before,
.sidebar-feeds-category:before {
  font-family: FontAwesome;
  font-size: 11px;
  float: left;
  margin-right: 7.5px;
  margin-top: 2px;
}
.sidebar-feeds-content {
  margin-top: 3px;
}
/* Form Styles
---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
  border-width: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  min-width: 0;
}
input {
  font-weight: normal;
  vertical-align: baseline;
  font-size: 1.3rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: initial;
}
select {
  border-radius: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid transparent;
  padding: 0 0 0 20px;
  font-size: 1.3rem;
  height: 36px;
  max-width: 100%;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
select:focus {
  outline-style: none;
}
option {
  padding-right: 1em;
}
select optgroup option {
  padding-right: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 60%;
  padding: 5px 20px 0 !important;
  font-size: 1em;
  line-height: 1.4em;
}
label {
  cursor: default;
  padding-right: 20px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
label input {
  vertical-align: middle;
}
/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
  font-size: 1em !important;
  line-height: 1.5;
  padding: 0 0 20px;
}
fieldset dl select,
fieldset dl input,
fieldset dl textarea {
  margin-bottom: 6px;
}
fieldset dt {
  float: left;
  width: 40%;
  text-align: left;
  display: block;
  padding-top: 8px;
}
fieldset dd {
  margin-left: 41%;
  vertical-align: top;
  line-height: 36px;
}
fieldset dd + dd {
  margin-top: 5px;
}
fieldset input,
fieldset select,
fieldset textarea {
  font-size: 1em;
}
/* Specific layout 1 */
fieldset.fields1 dt {
  width: 15em;
  border-right-width: 0;
}
fieldset.fields1 dd {
  margin-left: 15em;
  border-left-width: 0;
}
fieldset.fields1 div {
  margin-bottom: 10px;
}
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div,
fieldset.fields1 .live-search div {
  margin-bottom: 0;
}
/* Specific layout 2 */
fieldset.fields2 dt {
  width: 15em;
  border-right-width: 0;
}
fieldset.fields2 dd {
  margin-left: 16em;
  border-left-width: 0;
}
/* Form elements */
dt label {
  font-weight: 600;
  text-align: left;
}
dd input.button,
dd input.button1,
dd input.button2,
dd input.button3,
dd input.inputbox,
dd textarea {
  margin-right: 20px;
}
dd input[type="radio"],
dd input[type="checkbox"] {
  margin-right: 7.5px;
  width: auto !important;
}
dd select {
  width: auto;
}
dd select[multiple] {
  width: 100%;
}
dd textarea {
  width: 85%;
}
/* Hover effects */
#timezone {
  width: 95%;
}
/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
  text-align: center;
  margin: 20px 0 0;
  font-size: 1.3em;
  line-height: 34px;
}
fieldset.display-options label {
  display: inline-block;
  white-space: nowrap;
  padding-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
fieldset.display-options input {
  margin-bottom: 20px;
  vertical-align: top;
}
fieldset.display-options > a {
  margin-bottom: 20px;
}
.display-options #st,
.display-options #sk,
.display-options #st_chosen,
.display-options #sk_chosen {
  margin-left: 20px;
}
#dest_folder {
  margin-left: 20px;
}
/* Display actions for ucp and mcp pages */
fieldset.display-actions {
  text-align: right;
  line-height: 2em;
  white-space: nowrap;
}
fieldset.display-actions label {
  white-space: nowrap;
}
fieldset.sort-options {
  line-height: 33px;
}
/* MCP forum selection*/
fieldset.forum-selection {
  margin: 5px 0 3px 0;
  float: right;
}
fieldset.forum-selection2 {
  margin: 13px 0 3px 0;
  float: right;
}
/* Submit button fieldset */
fieldset.submit-buttons {
  text-align: center;
  vertical-align: middle;
}
fieldset.submit-buttons input {
  vertical-align: middle;
}
/* Posting page styles
----------------------------------------*/
#colour_palette {
  margin: 0 250px 0 0;
  overflow: hidden;
}
/* Buttons used in the editor */
#format-buttons {
  margin: 0 250px 0 0;
  width: auto;
}
#format-buttons button,
#format-buttons select {
  border-radius: 0;
  display: inline-block;
  line-height: 42px;
  height: 42px;
  padding: 0 15px;
  vertical-align: middle;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
#format-buttons .chosen-container {
  margin: 0;
}
#format-buttons .chosen-single {
  border-radius: 0;
  height: 42px;
  line-height: 42px;
}
#format-buttons .chosen-single:after {
  margin-top: 10px;
}
/* Main message box */
#message-box {
  width: auto;
  margin: 0 250px 20px 0;
}
#message-box textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  width: 450px;
  height: 270px;
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
  padding: 5px 20px 0;
}
textarea#message {
  height: auto;
}
/* Emoticons panel */
#smiley-box {
  width: 230px;
  float: right;
}
#smiley-box img {
  margin: 3px;
}
/* Input field styles
---------------------------------------- */
.inputbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid transparent;
  height: 36px;
  padding: 0 20px;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.inputbox:hover,
.inputbox:focus {
  border: 1px solid transparent;
  outline-style: none;
}
input.inputbox {
  width: 85%;
}
input.medium {
  width: 50%;
}
input.narrow {
  width: 25%;
}
input.tiny {
  width: 150px;
}
textarea.inputbox {
  width: 85%;
}
.autowidth {
  width: auto !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}
/* Form button styles
---------------------------------------- */
.button1,
.button2,
.button3 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.button1 + .button1,
.button1 + .button2,
.button1 + .button3,
.button2 + .button1,
.button2 + .button2,
.button2 + .button3,
.button3 + .button1,
.button3 + .button2,
.button3 + .button3 {
  margin-left: 20px;
}
input.button1,
input.button2 {
  font-size: 1em;
}
a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
  width: auto !important;
  height: 36px;
  padding: 0 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
a.button1,
input.button1 {
  border: 1px solid transparent;
}
input.button3 {
  padding: 0;
  margin: 0;
  line-height: 5px;
  height: 12px;
  font-variant: small-caps;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
/* Alternative button */
a.button2,
input.button2,
input.button3 {
  border: 1px solid transparent;
}
/* <a> button in the style of the form buttons */
a.button1,
a.button1:link,
a.button1:visited,
a.button1:active,
a.button2,
a.button2:link,
a.button2:visited,
a.button2:active,
a.button3,
a.button3:link,
a.button3:visited,
a.button3:active {
  display: inline-block;
  text-decoration: none;
  padding: 0 20px;
  height: 34px;
  line-height: 32px;
  vertical-align: baseline;
}
/* Hover states */
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
  border: 1px solid transparent;
  background-position: 0 100%;
}
input.disabled {
  font-weight: normal;
}
/* Focus states */
input.button1:focus,
input.button2:focus,
input.button3:focus {
  outline-style: none;
}
/* Topic and forum Search */
.search-box {
  float: left;
}
.search-box .inputbox {
  border-style: solid;
  border-width: 1px 0 1px 1px;
  background-image: none;
  float: left;
  height: 36px;
  padding: 0 20px;
  font-size: 1em;
  width: 200px !important;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.search-box button {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: left;
  height: 36px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 36px;
  border-radius: 0 3px 3px 0;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.search-box button > i {
  line-height: 29px;
}
#forum-search fieldset,
#topic-search fieldset {
  font-size: 1em;
}
input.search {
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 17px;
}
.full {
  width: 95%;
}
.medium {
  width: 50%;
}
.narrow {
  width: 25%;
}
.tiny {
  width: 10%;
}
select[multiple="multiple"] {
  height: auto !important;
  padding: 0;
}
select[multiple="multiple"] option {
  padding: 5px 20px;
}
#poll_option_text,
#add {
  height: auto;
  padding: 5px 20px 0;
}
#avatar_upload_file {
  height: auto;
  padding: 6px 20px;
  max-height: 36px;
}
#mcp,
#mcp_ban > .submit-buttons {
  margin-bottom: 20px;
}
.marking {
  float: right;
  margin-top: 20px;
  clear: both;
}
.marking a {
  margin-left: 20px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 36px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  float: left;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.marking i {
  margin-right: 7.5px;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
/* Button Styles
---------------------------------------- */
.button {
  cursor: pointer;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  font-size: 13px;
  white-space: nowrap;
  border-width: 1px 1px 2px;
  border-style: solid;
  background: transparent none 0 0 repeat-x;
  padding: 0 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  position: relative;
  text-decoration: none !important;
  outline-style: none !important;
  vertical-align: bottom;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.dropdown-select {
  border-width: 1px;
  padding-right: 52px;
}
.dropdown-select:after {
  border-left: 1px solid;
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 7px;
  line-height: 23px;
  height: 21px;
  width: 31px;
  text-align: center;
}
.buttons,
.buttons .button {
  float: left;
}
.buttons .button,
.dropdown-select {
  margin-right: 20px;
}
#jumpbox .dropdown-select {
  margin: 0;
}
.button-ar,
.button-ra {
  text-align: center;
  display: block;
  margin-right: 7.5px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.button-ar {
  float: left;
  font-size: 16px;
  width: 23px;
  height: 23px;
  line-height: 23px;
}
.button-ra {
  float: right;
  font-size: 14px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
/* Icon images
---------------------------------------- */
.small-icon {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: none;
}
.small-icon > a {
  display: inline-block;
  padding: 0 0 0 18px;
}
ul.linklist.bulletin > li.small-icon:before {
  display: none;
}
ul.linklist.bulletin > li.font-icon:before {
  display: none;
}
.font-icon > i,
.font-icon > a > i {
  margin-right: 7.5px;
  font-size: 13px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.dropdown .small-icon > a {
  display: block;
}
/* Poster contact icons
----------------------------------------*/
.contact-icon-pm,
.contact-icon-email,
.contact-icon-phpbb_website,
.contact-icon-phpbb_facebook,
.contact-icon-phpbb_twitter,
.contact-icon-phpbb_skype,
.contact-icon-phpbb_youtube,
.contact-icon-phpbb_googleplus {
  font-size: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  display: inline-block;
  margin: 0 2.5px 0 0;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.contact-icon-pm:after,
.contact-icon-email:after,
.contact-icon-phpbb_website:after,
.contact-icon-phpbb_facebook:after,
.contact-icon-phpbb_twitter:after,
.contact-icon-phpbb_skype:after,
.contact-icon-phpbb_youtube:after,
.contact-icon-phpbb_googleplus:after {
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
}
.contact-icon-pm:after {
  content: "\f075";
}
.contact-icon-email:after {
  content: "\f0e0";
}
.contact-icon-phpbb_website:after {
  content: "\f0ac";
}
.contact-icon-phpbb_facebook:after {
  content: "\f230";
}
.contact-icon-phpbb_twitter:after {
  content: "\f099";
}
.contact-icon-phpbb_skype:after {
  content: "\f17e";
}
.contact-icon-phpbb_youtube:after {
  content: "\f16a";
}
.contact-icon-phpbb_googleplus:after {
  content: "\f0d5";
}
/* Post control buttons
--------------------------------------------- */
.posts-buttons {
  float: none;
  list-style: none;
  position: absolute;
  margin: 0;
  right: 20px;
  top: 20px;
}
.posts-buttons li {
  float: left;
}
.posts-buttons a {
  display: block;
  float: right;
  font-size: 1em;
  height: 33px;
  line-height: 33px;
  position: relative;
  text-align: center;
  width: 33px;
  border-radius: 0 3px 3px 0;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.posts-buttons i {
  font-size: 14px;
  vertical-align: middle;
}
.posts-buttons span {
  height: 33px;
  opacity: 0;
  padding: 0 10px;
  pointer-events: none;
  position: absolute;
  right: 33px;
  top: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  white-space: nowrap;
  border-radius: 3px 0 0 3px;
  z-index: 3;
}
.posts-buttons a:hover span {
  opacity: 1;
}
/* Browser-specific tweaks */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Former imageset */
span.imageset {
  display: inline-block !important;
  background: transparent none 0 0 no-repeat;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* Global imageset items */
.site-logo {
  background-image: url("https://lspd.mtarp.co/lspdseal.png");
  height: 100px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.chunk {
  clear: both;
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px;
}
.chunk:after {
  clear: both;
  content: "";
  display: block;
}
#forumlist {
  margin: 0;
}
#forumlist-inner {
  float: left;
  width: 100%;
}
#sidebar {
  float: right;
  width: 250px;
}
#sidebar + #forumlist {
  margin: 0 270px 0 0;
}
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10 {
  padding: 0 10px;
}
.grid-2:first-child,
.grid-3:first-child,
.grid-4:first-child,
.grid-5:first-child,
.grid-6:first-child,
.grid-7:first-child,
.grid-8:first-child,
.grid-9:first-child,
.grid-10:first-child {
  padding: 0 10px 0 0;
}
.grid-2:last-child,
.grid-3:last-child,
.grid-4:last-child,
.grid-5:last-child,
.grid-6:last-child,
.grid-7:last-child,
.grid-8:last-child,
.grid-9:last-child,
.grid-10:last-child {
  padding: 0 0 0 10px;
}
.grid-2 {
  float: left;
  width: 50%;
}
.grid-3 {
  float: left;
  width: 33.3333%;
}
.grid-4 {
  float: left;
  width: 25%;
}
.grid-5 {
  float: left;
  width: 20%;
}
.grid-6 {
  float: left;
  width: 16.6666%;
}
.grid-7 {
  float: left;
  width: 14.2857%;
}
.grid-8 {
  float: left;
  width: 12.5%;
}
.grid-9 {
  float: left;
  width: 11.1111%;
}
.grid-10 {
  float: left;
  width: 10%;
}
/* Control Panel Styles
---------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-menu {
  float: left;
  width: 250px;
  font-size: 1.3em;
}
#cp-main {
  margin-left: 270px;
}
#cp-main-inner {
  float: right;
  width: 100%;
}
#cp-main .panel dl {
  font-size: 1.2em;
}
#cp-main .panel fieldset dl {
  font-size: 1em;
}
#cp-main ul.topiclist dl {
  font-size: 1em;
}
#cp-main .content {
  padding: 0;
}
#cp-main .topiclist + p {
  margin-top: 20px;
}
.panel-container .panel p {
  font-size: 1.3em;
}
.panel-container .panel ol {
  margin-left: 40px;
  margin-bottom: 20px;
  font-size: 1.3em;
}
.panel-container .panel li.row {
  border: none;
}
ul.cplist {
  margin-bottom: 20px;
}
.panel-container .panel li.header dt {
  padding-left: 20px;
}
.panel-container .panel li.header .list-inner {
  margin-left: -20px;
}
.panel-container .panel dd.mark {
  padding-right: 20px;
}
.panel-container .panel dd.mark input {
  margin: 0;
}
.panel-container table.table1 {
  margin-bottom: 1em;
}
.panel-container table.table1 thead th {
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding: 18px 0 18px 20px;
}
.panel-container table.table1 thead th:last-child {
  padding-right: 20px;
}
.panel-container table.table1 tbody th {
  font-style: italic;
  border-bottom: none;
}
#cp-main .pm-message {
  border: 1px solid transparent;
  margin: 10px 0;
  width: auto;
  float: none;
}
.pm-message h2 {
  padding-bottom: 5px;
}
#cp-main .postbody h3,
#cp-main .box2 h3 {
  margin-top: 0;
}
.panel-container .postbody p.author {
  font-size: 1.1em;
}
#cp-main .buttons {
  margin-left: 0;
}
#cp-main ul.linklist {
  margin: 0;
}
#bday_day,
#bday_month,
#bday_year {
  margin-left: 10px;
}
.mcp-main .postbody {
  width: 100%;
}
.tabs-container h2 {
  float: left;
  margin-bottom: 0px;
}
/* CP tabs shared
----------------------------------------*/
#tabs,
#minitabs {
  line-height: normal;
  font-size: 1.3em;
}
#tabs > ul,
#minitabs > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#tabs .tab,
#minitabs .tab {
  display: block;
  float: left;
  font-size: 1em;
  font-weight: 600;
  line-height: 14px;
}
#tabs .tab > a,
#minitabs .tab > a {
  display: block;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  height: 42px;
  line-height: 42px;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
/* CP tabbed menu
----------------------------------------*/
#tabs {
  margin: 20px 0 0 0;
}
#tabs .tab > a {
  border: none;
}
#tabs .activetab > a {
  margin-top: 0;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
  float: right;
  margin: 15px 7px 0 0;
  max-width: 50%;
}
#minitabs .tab {
  float: right;
}
#minitabs .tab > a {
  border-radius: 5px 5px 0 0;
  margin-left: 2px;
}
#minitabs .tab > a:hover {
  text-decoration: none;
}
/* Responsive tabs
----------------------------------------*/
.responsive-tab {
  position: relative;
}
.responsive-tab > a.responsive-tab-link {
  display: block;
  font-size: 16px;
  position: relative;
  width: 16px;
  line-height: 14px;
  text-decoration: none;
}
.responsive-tab .responsive-tab-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 7px;
  height: .125em;
  width: 14px;
  border-bottom: 0.125em solid transparent;
  border-top: 0.375em double transparent;
}
#tabs .dropdown,
#minitabs .dropdown {
  top: 20px;
  margin-right: -2px;
  font-size: 1.1em;
  font-weight: normal;
}
#minitabs .dropdown {
  margin-right: -4px;
}
#tabs .dropdown-up .dropdown,
#minitabs .dropdown-up .dropdown {
  bottom: 20px;
  top: auto;
}
#tabs .dropdown li {
  text-align: right;
}
#minitabs .dropdown li {
  text-align: left;
}
/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
  width: 100%;
  padding: 10px 0;
}
#navigation ul {
  list-style: none;
}
/* Default list state */
#navigation li {
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* Link styles for the sub-section links */
#navigation a {
  display: block;
  padding: 0 20px;
  line-height: 44px;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
#navigation a:hover {
  text-decoration: none;
}
/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
  display: none;
  visibility: hidden;
}
.cp-mini {
  margin: 20px 0 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 20px;
}
dl.mini dt {
  font-weight: 600;
  margin-bottom: 15px;
}
dl.mini dd {
  line-height: 1.5em;
  margin-top: 5px;
}
dl.mini hr {
  margin: 7.5px 0;
}
.friend-online {
  font-weight: bold;
}
.friend-offline {
  font-style: italic;
}
/* PM Styles
----------------------------------------*/
#pm-menu {
  line-height: 2.5em;
}
/* Defined rules list for PM options */
ol.def-rules {
  padding-left: 0;
}
ol.def-rules li {
  line-height: 180%;
  padding: 1px;
}
/* PM marking colours */
dd.pm_marked_colour,
dd.pm_replied_colour,
dd.pm_friend_colour,
dd.pm_foe_colour {
  padding-left: 27px;
}
/* Avatar gallery */
#gallery label {
  position: relative;
  float: left;
  margin: 10px;
  padding: 5px;
  width: auto;
  border: 1px solid transparent;
  text-align: center;
}
#site-nav {
  font-size: 1.3em;
  min-height: 47px;
  line-height: 47px;
}
.site-nav {
  list-style: none;
  padding: 5px;
}
.site-nav::after {
  clear: both;
  content: "";
  display: block;
}
.site-nav > ul > li {
  display: block;
  float: left;
  max-height: 47px;
}
.site-nav > ul > li.rightside {
  float: right;
}
.site-nav > ul > li > a {
  display: inline-block;
  height: 47px;
  padding: 0 20px;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.site-nav > ul > .font-icon > i,
.site-nav > ul > .font-icon > a > i {
  margin: 0;
}
.site-nav > ul > .font-icon > i + span,
.site-nav > ul > .font-icon > a > i + span {
  margin-left: 7.5px;
}
.site-nav .dropdown {
  top: 35px;
}
.nav-count {
  border-radius: 1px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  height: 23px;
  line-height: 22px;
  padding: 0 7.5px;
}
.nav-count > i {
  margin-left: 7.5px;
}
#header-avatar > img {
  float: left;
  margin: 12px 7.5px 12px 0;
  vertical-align: middle;
  height: auto !important;
  max-height: 23px;
  max-width: 23px;
  overflow: hidden;
  width: auto !important;
}
.font-icon > a > i.fa-bars {
  font-size: 14px;
}
#site-header,
#site-logo {
  min-height: 100px;
}
#site-header {
  font-size: 1.3em;
  line-height: 100px;
}
#site-logo {
  float: left;
  line-height: 96px;
  margin: 0 30px 0 0;
}
.site-logo {
  display: inline-block;
  vertical-align: middle;
}
#site-menu {
  float: left;
  list-style: none;
}
/* Site menu items in dropdown container - hide them in desktop view, show them in mobile view */
.dropdown-contents > .site-menu {
  display: none;
}
#site-menu > li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
}
#site-menu > li > a {
  display: inline-block;
  line-height: 100px;
  padding: 0 20px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
/* Dropdown menu */
#site-menu > li:hover > ul {
  left: 0;
}
#site-menu > li > ul {
  border-radius: 3px;
  top: 90px;
  left: -9999px;
  display: block;
  position: absolute;
  background: #FFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  max-height: 300px;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0;
  z-index: 2;
}
#site-menu > li > ul > li {
  float: none !important;
  font-size: 13px !important;
  line-height: 27px !important;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}
#site-menu > li > ul > li > a {
  display: inline-block;
  line-height: 1.5;
  padding: 9px 20px;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  width: 100%;
}
#site-search {
  display: block;
  float: left;
  margin: 0;
  position: relative;
}
#site-search fieldset {
  font-size: 1em;
}
#site-search input,
#site-search button {
  border-radius: 0;
  outline-style: none;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
#site-search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  float: left;
}
#site-search input::-webkit-input-placeholder {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
#site-search input:-ms-input-placeholder {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
#site-search input::-ms-input-placeholder {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
#site-search input::placeholder {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
#site-search button {
  float: right;
}
#site-search input {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 1em;
  height: 47px;
  padding: 0 0 0 20px;
  width: 260px;
}
#site-search button {
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0769em;
  height: 47px;
  line-height: 47px;
  padding: 0;
  text-align: center;
  width: 47px;
}
#wrap-subhead .chunk,
#wrap-subhead-main .chunk {
  position: relative;
}
#wrap-subhead {
  border: none;
  padding: 0 0 10px;
}
#wrap-subhead-main {
  border: none;
  padding: 0 0 20px;
}
.wrap-subhead:after,
.wrap-subhead-main:after {
  clear: both;
  content: "";
  display: block;
}
.wrap-subhead a,
.wrap-subhead-main a {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
#subhead-title {
  float: left;
  margin: 30px 0 0;
}
#subhead-minilist {
  float: right;
  font-size: 1.3em;
}
#subhead-minilist a {
  line-height: 42px;
  padding: 0 20px;
  margin: 0;
}
#subhead-tabs {
  clear: both;
  list-style: none;
  font-size: 1.3em;
}
#subhead-tabs li {
  float: left;
}
#subhead-tabs a {
  float: left;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
#subhead-tabs li:first-child a {
  border-width: 1px;
}
#subhead-title-sm {
  float: left;
  margin: 30px 0 5px;
}
#subhead-mods,
#subhead-more {
  float: left;
  clear: both;
  margin: 0;
  font-size: 1.2em;
}
#breadcrumbs,
#breadcrumbs-main {
  list-style: none;
  font-size: 1.3em;
}
#breadcrumbs-main > li > a,
#breadcrumbs-main > li > span > a,
#breadcrumbs > li > a,
#breadcrumbs > li > span > a {
  line-height: 42px;
  padding: 0 20px;
}
#breadcrumbs-main .responsive-menu,
#breadcrumbs .responsive-menu {
  float: left;
}
#breadcrumbs-main .responsive-menu > a,
#breadcrumbs .responsive-menu > a {
  line-height: 42px;
  padding: 0 20px;
  display: inline-block;
}
#breadcrumbs-main .responsive-menu > a i,
#breadcrumbs .responsive-menu > a i {
  margin: 0;
}
#breadcrumbs-main .responsive-menu .dropdown,
#breadcrumbs .responsive-menu .dropdown {
  top: 33px;
}
.breadcrumbs .crumb {
  float: left;
  word-wrap: normal;
  position: relative;
}
.breadcrumbs .crumb:before {
  content: "\f105";
  padding: 0;
  left: -2px;
  font-size: 14px;
  line-height: 42px;
  cursor: default;
  position: absolute;
  font-family: FontAwesome;
}
.breadcrumbs .crumb:first-child:before {
  content: none;
}
.breadcrumbs .crumb a {
  display: inline-block;
}
.breadcrumbs i {
  font-size: 14px;
  margin-right: 7.5px;
}
#site-footer-area {
  padding: 46px 0 30px;
  border-top-style: solid;
  border-top-width: 1px;
}
#site-footer-area h5 {
  font-size: 2em;
  font-weight: 300;
  margin: 4px 0 24px;
  letter-spacing: 1px;
}
#site-footer-area p,
#site-footer-area ul {
  font-size: 1.3em;
  line-height: 1.5;
}
#site-footer-area p {
  margin: 0 0 20px;
}
#site-footer-area ul {
  list-style: none;
  margin: 0 0 12px;
}
.cfooter-links li {
  clear: both;
  display: block;
  float: left;
  margin-bottom: 8px;
}
.cfooter-social li {
  display: block;
  float: left;
  margin: 0 8px 8px 0;
}
.cfooter-social a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease;
  width: 36px;
  border-radius: 100%;
}
.cfooter-contact li {
  clear: both;
  display: block;
  float: left;
  line-height: 1.5;
  margin-bottom: 8px;
  -webkit-transition: color 0.15s ease 0s;
  transition: color 0.15s ease 0s;
}
.cfooter-contact li i {
  font-size: 14px;
  margin-right: 5px;
  min-width: 25px;
  text-align: center;
  -webkit-transition: color 0.15s ease 0s;
  transition: color 0.15s ease 0s;
}
#site-footer-nav {
  font-size: 1.3em;
  min-height: 60px;
  line-height: 2;
  padding: 18px 0;
}
.site-footer-nav {
  list-style: none;
}
.site-footer-nav > li {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
.site-footer-nav > li.rightside {
  float: right;
  margin: 0 0 0 20px;
}
#site-footer {
  font-size: 1.1em;
  line-height: 1.7;
  padding: 20px 0;
  text-align: center;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-radius: 3px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 51px 0 20px;
  height: 36px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single:after {
  border-left-width: 1px;
  border-left-style: solid;
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 7px;
  line-height: 23px;
  height: 21px;
  width: 31px;
  text-align: center;
}
.chosen-container-single .chosen-single div {
  display: none;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid transparent;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  margin: 0;
  padding: 10px 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 9px 20px;
  list-style: none;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border-width: 1px;
  border-style: solid;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  border-radius: 3px;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border-width: 1px;
  border-style: solid;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border-width: 1px;
  border-style: solid;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
@media (max-width: 1100px) and (min-width: 801px) {
  fieldset.column1 dt,
  fieldset.column1 dd,
  fieldset.column2 dt,
  fieldset.column2 dd {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  fieldset.column1 dt,
  fieldset.column2 dt {
    padding-bottom: 6.5px;
  }
  fieldset.column1 dd input,
  fieldset.column1 dd select,
  fieldset.column2 dd input,
  fieldset.column2 dd select {
    width: 100%;
  }
  fieldset.column1 dd select + input,
  fieldset.column1 dd select + select,
  fieldset.column2 dd select + input,
  fieldset.column2 dd select + select {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 5px;
  }
}
@media (max-width: 1000px) {
  #sidebar + #forumlist {
    margin: 0;
  }
  #forumlist-inner {
    width: 100%;
  }
  #sidebar {
    -webkit-columns: 250px 3;
            columns: 250px 3;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    width: 100%;
  }
  .side-block {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 1000px) and (min-width: 751px) {
  #cp-main .column1,
  #cp-main .column2 {
    padding: 0;
    width: 100%;
  }
  #cp-main fieldset dt,
  #cp-main fieldset dd {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  #cp-main fieldset dt {
    padding-bottom: 6.5px;
  }
  #cp-main fieldset dd input,
  #cp-main fieldset dd select {
    width: 100%;
  }
  #cp-main fieldset dd select + input,
  #cp-main fieldset dd select + select,
  #cp-main fieldset dd .chosen-container + select {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #cp-main .inputbox {
    width: 100% !important;
  }
  #cp-main #bday_day,
  #cp-main #bday_month,
  #cp-main #bday_year {
    margin: 0;
    display: block;
  }
  #cp-main label[for="bday_day"],
  #cp-main label[for="bday_month"],
  #cp-main label[for="bday_year"] {
    display: block;
  }
  #cp-main label[for="bday_year"] {
    padding: 0;
  }
  #cp-main label[for="bday_day"],
  #cp-main label[for="bday_month"] {
    padding: 0 0 20px;
  }
}
@media (max-width: 1000px) and (min-width: 801px) {
  #cp-main #colour_palette,
  #cp-main #format-buttons,
  #cp-main #message-box,
  #cp-main #message-box textarea,
  #cp-main #smiley-box {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
    clear: both;
  }
}
@media (max-width: 1050px) and (min-width: 901px) {
  dd.time,
  dd.lastpost {
    width: 150px;
  }
  .missing-column dd.time,
  .two-long-columns dd.time,
  .missing-column dd.lastpost,
  .two-long-columns dd.lastpost {
    width: 200px;
  }
  #cp-main ul.topiclist.two-columns dt {
    margin-right: -80px;
  }
  #cp-main ul.topiclist dt {
    margin-right: -310px;
  }
  #cp-main ul.topiclist.two-columns dt .list-inner {
    margin-right: 80px;
  }
  #cp-main ul.topiclist dt .list-inner {
    margin-right: 310px;
  }
  #cp-main ul.topiclist.missing-column dt {
    margin-right: -280px;
  }
  #cp-main ul.topiclist.missing-column dt .list-inner {
    margin-right: 280px;
  }
  #cp-main ul.topiclist.two-long-columns dt {
    margin-right: -250px;
  }
  #cp-main ul.topiclist.two-long-columns dt .list-inner {
    margin-right: 250px;
  }
}
@media (max-width: 900px) {
  .responsive-show {
    display: block !important;
  }
  .cplist dd.lastpost,
  .cplist dd.moderation,
  .cplist dd.time,
  .cplist dd.info,
  .cplist dd.extra,
  .cplist dd.option,
  .cplist dd.posts {
    display: none;
  }
  #cp-main li.header dd {
    display: none;
  }
  #cp-main ul.cplist dt,
  #cp-main ul.topiclist.missing-column dt {
    margin-right: -80px;
  }
  #cp-main ul.cplist dt .list-inner,
  #cp-main ul.topiclist.missing-column dt .list-inner {
    margin-right: 80px;
  }
  #cp-main ul.topiclist.two-long-columns dt,
  #cp-main ul.topiclist.two-long-columns dt .list-inner {
    margin-right: 0;
  }
  #cp-main .panel li.header .list-inner {
    margin-right: 0;
  }
}
@media (max-width: 950px) and (min-width: 751px) {
  .pm .postbody {
    margin: 0;
    width: 100%;
    padding-bottom: 43px;
  }
  .pm .postprofile {
    float: none;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 20px;
  }
  .pm .postprofile dt.no-profile-rank,
  .pm .postprofile dd.profile-rank,
  .pm .postprofile .search-result-date {
    margin: 0;
  }
  .pm .postprofile .has-avatar .avatar-container {
    margin: 0 20px 0 0;
    max-height: 33px;
    max-width: 33px;
    height: auto !important;
    width: auto !important;
    float: left;
  }
  .pm .postprofile .profile-rank {
    margin-bottom: 0 !important;
  }
  .pm .postprofile dd:not(.profile-rank) {
    display: none;
  }
  .pm .has-profile .postbody h3 {
    margin-right: 0;
  }
  .pm .posts-buttons {
    bottom: 5px;
    top: auto;
    left: 5px;
    right: auto;
  }
  .pm .posts-buttons a {
    border-radius: 0 0 3px 3px;
  }
  .pm .posts-buttons span {
    border-radius: 3px 3px 3px 0;
    left: 0;
    right: auto;
    top: -33px;
  }
}
@media (max-width: 950px) and (min-width: 601px) {
  .grid-4 {
    width: 50%;
  }
  .grid-4:nth-child(2) {
    padding: 0 0 0 10px;
  }
  .grid-4:nth-child(3) {
    clear: left;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 800px) {
  fieldset.column1,
  fieldset.column2 {
    padding: 0;
    width: 100%;
  }
  .qr-subject,
  #colour_palette,
  #format-buttons,
  #message-box,
  #message-box textarea,
  #smiley-box {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
  }
  #subhead-tabs a {
    padding: 0 10px;
  }
  table.table1 thead th {
    display: block;
    padding: 18px 20px;
    width: 100% !important;
  }
  table.table1 thead th:not(:first-child) {
    display: none;
  }
  table.table1 tbody tr {
    padding: 0 !important;
  }
  table.table1 tbody tr td {
    display: block;
    padding: 0 20px;
    text-align: left !important;
    width: 100% !important;
  }
  table.table1 tbody tr td:first-of-type {
    padding-top: 18px;
  }
  table.table1 tbody tr td:last-of-type {
    padding-bottom: 18px;
  }
  table.table1 tbody tr td:not(:first-of-type) dfn {
    display: inline-block !important;
    margin-right: 10px;
    opacity: 0.5;
  }
  .panel-container table.table1 tbody td {
    padding: 0 20px;
  }
  .panel-container table.table1 tbody td:first-of-type {
    padding-top: 18px;
  }
  .panel-container table.table1 tbody td:last-of-type {
    padding-bottom: 18px;
  }
}
@media (max-width: 750px) and (min-width: 551px) {
  #cp-main .inputbox {
    width: 100% !important;
  }
  dd.posts,
  dd.topics,
  dd.views {
    display: none;
  }
  dd.redirect {
    padding-left: 0;
    width: 250px;
  }
  ul.topiclist dt,
  .forabg ul.topiclist dt,
  .forumbg ul.topiclist dt {
    margin-right: -250px;
  }
  ul.topiclist dt .list-inner,
  .forabg ul.topiclist dt .list-inner,
  .forumbg ul.topiclist dt .list-inner {
    margin-right: 250px;
  }
  .postbody {
    margin: 0;
    width: 100%;
    padding-bottom: 58px;
  }
  .postprofile {
    float: none;
    width: 100%;
    height: auto;
    min-height: 33px;
    padding: 20px;
  }
  .postprofile dt.no-profile-rank,
  .postprofile dd.profile-rank,
  .postprofile .search-result-date {
    margin: 0;
  }
  .postprofile .has-avatar .avatar-container {
    margin: 0 20px 0 0;
    max-height: 33px;
    max-width: 33px;
    height: auto !important;
    width: auto !important;
    float: left;
  }
  .postprofile .profile-rank {
    margin-bottom: 0 !important;
  }
  .postprofile dd:not(.profile-rank) {
    display: none;
  }
  .has-profile .postbody h3 {
    margin-right: 0;
  }
  .posts-buttons {
    bottom: 5px;
    top: auto;
    left: 5px;
    right: auto;
  }
  .posts-buttons a {
    border-radius: 0 0 3px 3px;
  }
  .posts-buttons span {
    border-radius: 3px 3px 3px 0;
    left: 0;
    right: auto;
    top: -33px;
  }
}
@media (max-width: 750px) {
  #cp-menu {
    width: 100%;
  }
  #cp-main {
    margin-left: 0;
    margin-right: 0;
  }
  #cp-menu,
  #cp-main {
    clear: both;
    float: none;
  }
  #subhead-tabs a {
    padding: 0 6.5px;
  }
  fieldset.display-options {
    text-align: left;
  }
  .nav-count {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-rh {
    display: none;
  }
}
@media (max-width: 600px) {
  .chunk {
    padding: 0 10px;
  }
  .column1,
  .column2 {
    padding: 0;
    width: 100%;
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10 {
    width: 100%;
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-2:first-child,
  .grid-3:first-child,
  .grid-4:first-child,
  .grid-5:first-child,
  .grid-6:first-child,
  .grid-7:first-child,
  .grid-8:first-child,
  .grid-9:first-child,
  .grid-10:first-child,
  .grid-2:last-child,
  .grid-3:last-child,
  .grid-4:last-child,
  .grid-5:last-child,
  .grid-6:last-child,
  .grid-7:last-child,
  .grid-8:last-child,
  .grid-9:last-child,
  .grid-10:last-child {
    padding: 0;
  }
  #site-logo {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #site-menu {
    display: none;
  }
  #site-search {
    margin: 0 0 5px;
    padding: 0 40px 0 0;
    width: 100%;
  }
  #site-search input {
    width: 100%;
  }
  #site-search button {
    position: absolute;
    right: 0;
    top: 0;
  }
  .phpbb_alert {
    top: 0;
    width: 100%;
  }
  #subhead-tabs {
    left: 10px;
  }
  .site-nav > .font-icon > i,
  .site-nav > .font-icon > a > i {
    margin-left: 0;
    margin-right: 0;
  }
  .site-nav > ul > .font-icon > i + span,
  .site-nav > ul > .font-icon > a > i + span {
    display: none;
  }
  .nav-rh-2 {
    display: none;
  }
  fieldset dt,
  fieldset dd {
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  fieldset dt {
    padding-bottom: 6.5px;
  }
  fieldset dd input,
  fieldset dd select {
    width: 100%;
  }
  fieldset dd select + input,
  fieldset dd select + select,
  fieldset dd .chosen-container + select {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 5px;
  }
  .inputbox {
    width: 100% !important;
  }
  #subhead-title {
    margin: 21px 0 4px;
  }
  #subhead-title-sm {
    margin: 13px 0 4px;
  }
  .breadcrumbs .crumb:first-child i {
    margin: 0;
  }
  .breadcrumbs .crumb:first-child a span {
    display: none;
  }
  .dropdown-contents > .site-menu {
    display: list-item;
  }
  #subhead-tabs {
    clear: both;
    bottom: auto;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
  }
  #subhead-tabs li {
    display: block;
    width: 100%;
  }
  #subhead-tabs a {
    border-width: 1px 1px 0 !important;
    display: inline-block;
    padding: 0 20px;
    width: 100%;
  }
  #cp-main #bday_day,
  #cp-main #bday_month,
  #cp-main #bday_year {
    margin: 0;
    display: block;
  }
  #cp-main label[for="bday_day"],
  #cp-main label[for="bday_month"],
  #cp-main label[for="bday_year"] {
    display: block;
  }
  #cp-main label[for="bday_year"] {
    padding: 0;
  }
  #cp-main label[for="bday_day"],
  #cp-main label[for="bday_month"] {
    padding: 0 0 20px;
  }
}
@media (max-width: 550px) {
  dd.posts,
  dd.topics,
  dd.views,
  dd.lastpost,
  dd.redirect {
    display: none;
  }
  ul.topiclist dt,
  .forabg ul.topiclist dt .list-inner,
  .forumbg ul.topiclist dt .list-inner {
    margin-right: 0;
  }
  ul.topiclist dt .list-inner,
  .forabg ul.topiclist dt .list-inner,
  .forumbg ul.topiclist dt .list-inner {
    margin-right: 0;
    padding-right: 40px;
  }
  .row .pagination {
    margin: 5px 0 -6px;
  }
  .r-lastpost-container {
    display: block;
  }
  .r-lastpost {
    display: inline-block;
  }
  .postbody {
    margin: 0;
    width: 100%;
    padding-bottom: 58px;
  }
  .postprofile {
    float: none;
    width: 100%;
    height: auto;
    min-height: 33px;
    padding: 20px;
  }
  .postprofile dt.no-profile-rank,
  .postprofile dd.profile-rank,
  .postprofile .search-result-date {
    margin: 0;
  }
  .postprofile .has-avatar .avatar-container {
    margin: 0 20px 0 0;
    max-height: 33px;
    max-width: 33px;
    height: auto !important;
    width: auto !important;
    float: left;
  }
  .postprofile .profile-rank {
    margin-bottom: 0 !important;
  }
  .postprofile dd:not(.profile-rank) {
    display: none;
  }
  .has-profile .postbody h3 {
    margin-right: 0;
  }
  .posts-buttons {
    bottom: 5px;
    top: auto;
    left: 5px;
    right: auto;
  }
  .posts-buttons a {
    border-radius: 0 0 3px 3px;
  }
  .posts-buttons span {
    border-radius: 3px 3px 3px 0;
    left: 0;
    right: auto;
    top: -33px;
  }
  #cp-main ul.cplist dt,
  #cp-main ul.topiclist.missing-column dt {
    margin-right: -30px;
  }
  #cp-main ul.cplist dt .list-inner,
  #cp-main ul.topiclist.missing-column dt .list-inner {
    margin-right: 30px;
  }
  .panel-container .panel dd.mark {
    padding: 0;
    width: 30px;
  }
  .notification_list ul li img {
    max-height: 30px;
    max-width: 30px;
  }
  .notification_list div.notifications {
    margin-left: 42px;
  }
}
