/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 Import */
@import url(style_cs.1770297134.css);

@font-face {
    font-family: 'Labor';
    src: url('https://forumstatic.ru/files/001c/9b/fe/36917.ttf?v=1') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* A1.2 Variables */  
html {
    --back-top: url(.)no-repeat center;
    --back-bottom: url(.)no-repeat center;
    --paper: url(.);
    --gold: url(.);
    --headers: url(.);
    --new: url(.);
    --old-theme: url(.);
    --new-theme: url(.);

    --main-font: Arial;
    --dec-font: 'Labor';

    --anim: 0.5s ease all;
    
    --back-color: #203535;
    --main-color: #dfecec;
    --border-color: #8ab9b9;
    --forum-color: #2a5454;
    
    --links-color: #3f6b6b;
    --links-hover-color: #264040;
    --text-color: #4F4C47;
    --title-color: #908673;
    --field-color: #f3eddf;
    --test-color: #FFD700;
    --backmin-color: #b4d3d3;
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
    margin: auto;
    padding: 0;
    width: 1074px;
}

/* A2.2 */
.punbb * {
    margin: 0
}

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
    padding: 0;
    list-style: none;
}

/* A2.4 */
.punbb img {
    border:none
}

/* A2.5 */
.punbb .main table {
    table-layout: fixed;
    width: 100%;
}

/* A2.6 */
#pun-index .main table thead {
    display: none;
}

/* A2.7 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
    margin: 0 0.3em;
    border-radius: 50%;
    appearance: none;
    width: 12px;
    height: 12px;
}

/* A2.8 */
.checkfield input[type="checkbox"]:checked, .radiofield input[type="radio"]:checked {
    background: var(--links-color);
    padding: 1px;
    background-clip: content-box;
}

/* A2.9 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
    height: 1.8em;
    vertical-align: middle
}


/* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
    font-size: 104%;
}

/* A3.2 */
.punbb {
    font: normal 69.97% verdana, arial, helvetica, sans-serif;
}

/* A3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 1.1em verdana, arial, helvetica, sans-serif;
    background: var(--field-color);
    border: var(--border-color) 2px solid;
    border-radius: 0;
    padding: 4px;
    margin-top: 2px;
}

/* A3.4 */
.punbb input.button:hover {
    transition: var(--anim);
    background: FIXME;
    color: FIXME;
}

/* A3.5 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
    font-size: 1.1em;
    font-weight: normal;
}

/* A3.6 */
.punbb pre {
    font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}

/* A3.7 */
.punbb address, .punbb em {
    font-style: normal
}

/* A3.8 */
.punbb .post-content em {
    font-style: italic
}

/* A3.9 */
.punbb .post-content em.bbuline {
    font-style: normal;
    text-decoration: underline;
}

/* A3.10 */
a {
    text-decoration: none;
    color: var(--links-color);
    transition: var(--anim);
}

/* A3.11 */
a:hover {
    color: var(--links-hover-color);
}

/* A3.12 */
.punbb optgroup {
    font-weight: bold;
}


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow:hidden;
    line-height: 0.0;
    font-size: 0;
}

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
    display: none;
}


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
body {
    background: var(--back-top) top -50px, var(--back-bottom) bottom, var(--back-color);
    background-size: 1920px;
}

/* A5.2 */
#pun {
    margin: 260px auto 35px;
    padding-top: 110px;
    width: 1070px; 
    border: var(--border-color) solid;
    border-width: 2px;
}

/* A5.3 */
.punbb {
    height: auto;
    margin: 0 48px 59px;
    background: var(--paper), var(--main-color);
    border: var(--border-color) 2px solid;
    box-shadow: inset 0 0px 20px var(--border-color);
}

/* A5.4 */
#pun-redirect, #pun-maint {
    margin: 50px 20% 12px 20%;
    width: auto;
    float: none;
}

/* A5.5 */
.punbb .modmenu {
    margin: 0 26px;
}

/* A5.6 */
#pun-viewtopic .forum, #pun-viewtopic .modmenu {
    margin: 0;
}

/* A5.7 */
#pun-main h1, #pun-debug h2 {
    font-family: var(--dec-font);
    font-size: 24px;
    text-transform: uppercase;
    color: var(--forum-color);
    text-align: center;
    border: var(--border-color) solid;
    border-width: 2px 0;
    background: var(--headers);
    background-size: 550px;
    line-height: 30px;
    padding: 4px 0 0;
    margin-bottom: 16px;
}

/* A5.8 */
#pun-post #pun-main h2 {
    text-align: left;
    font-family: var(--dec-font);
    font-size: 20px;
    margin: 0 10px 5px;
}

/* A5.9 */
#pun-viewtopic .modmenu .container {
    padding: 5px 12px;
}

/* A5.10 */
#pun-viewtopic #topic-modmenu {
    margin-bottom: 10px;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    border-top: 1px solid var(--border-color);
    width: 250px;
    margin: 5px 0;
}

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 150%;
}

/* B1.4 */
.punbb .post-content img {
    vertical-align: text-bottom
}

/* B1.5 */
.punbb .post-content img.postimg {
    vertical-align: middle;
}

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
    padding: 1em 1em 0;
    overflow: hidden;
}

/* B1.7 */
.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
    margin-bottom: 6px;
}

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 6px 3px 16px;
    background: var(--forum-color);
    border: 1px solid var(--border-color);
    outline: var(--border-color) solid 1px;
    outline-offset: 2px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    font-family: var(--dec-font);
    font-size: 1.15em;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    padding: 0.5em 0 0.2em;
    font-style: normal;
    border-bottom: var(--border-color) 2px solid;
    text-align: center;
    margin: 0 auto;
    max-width: 40%;
}

/* B1.11 */
.punbb .post-content .spoiler-box {
    padding: 1em;
}

/* B1.12 */
.post-content .spoiler-box > div {
    background: none!important;
    padding-left: 0!important;
}

/* B1.13 */
.post-content .spoiler-box > div:before {
    content: '+';
}

/* B1.14 */
.post-content .spoiler-box > div.visible:before {
    content: '-';
}

/* B1.15 */
.post-content .spoiler-box > div:before {
    background: var(--links-color);
    color: var(--main-color);
    border: none;
    border-radius: 1px;
    font-size: 10px;
    font-weight: 700;
    margin: 0px 8px 0px 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
}

/* B1.16 */
.post-content .spoiler-box div span {
    display: inline-block!important;
    width: calc(100% - 22px);
}



/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border-color);
  margin: 0 0 1.1em 0;
  border-radius: 20px;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    /*position: relative;*/
    font-size: 12px;
    height: 26px;
    font-family: var(--main-font);
    margin: 5px 26px 10px;
    line-height: 26px;
    color: var(--text-color);
}

#pun-viewtopic .linkst {
    margin: 8px 26px 16px;
}

/* B3.2 */
.multipage {
    margin-top: 0;
}

/* B3.3 */
.linkst .pagelink {
    display: inline-block;
    width: 44%;
}

/* B3.4 */
.linkst .postlink {
    text-align: right;
    font-weight: bold;
    float: right;
    display: inline-block;
    width: 55%!important;
}

/* B3.5 */
.postlink.long a {
    font-family: var(--main-font);
}

/* B3.6 */
.postlink.long a:hover {
    /*FIXME*/
}

/* B3.7 */
.punbb .linksb {
    padding: 8px 26px 16px;
    font-size: 12px;
    font-family: var(--main-font);
    line-height: 20px;
    min-height: 20px;
    margin: 0;
}

/* B3.8 */
#pun-viewtopic.punbb .linksb {
    border: none;
    padding: 3px 12px;
}

/* B3.9 */
.linksb .pagelink {
    display: inline-block;
    width: 44%;
    text-align: left;
}

/* B3.10 */
.linksb .postlink {
  font-weight: bold;
     text-align: right;
         display: inline-block;
    width: 55%!important;
    float: right;
  }

/* B3.11 */
.subscribelink {
  clear:both;
      text-align: right;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 15px 20px;
}

#pun-messages .formal .container {
    padding-left: 18.6em;
}

#pun-userlist .formal .container, #pun-search .formal .container, #pun-profile .formal .container, #pun-login .formal .container, #pun-register .formal .container {
    margin: 10px 26px;
    border-radius: 0;
    padding: 0;
  }

  

/* C1.2 */
.punbb .formsubmit, .punbb .submitfield {
  padding: 0;
  margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span, .punbb input.button, .punbb input[name=ban] {
    margin: 0;
    border: none;
    padding: 8px 26px 6px;
    font-size: 12px;
    line-height: 12px;
    font-family: var(--dec-font);
    cursor: pointer;
    transition: var(--anim);
    background: var(--links-color);
    color: var(--field-color);
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

/* C1.4 */
.punbb .formsubmit input:hover, .punbb .formsubmit a:hover, .punbb .formsubmit span:hover, .punbb input.button:hover, .punbb input[name=ban]:hover {
    transition: var(--anim);
    background: var(--links-hover-color);
}

/* C1.5 */
.punbb fieldset {
    border-style: none;
    padding: 0;
    margin: 0;
}

/* C1.6 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    font-family: var(--dec-font);
    color: var(--text-color);
  }

#pun-viewtopic fieldset legend, #pun-post fieldset legend {
    color: var(--text-color);
}

/* C1.7 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
  }

/* C1.8 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.9 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.10 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0;
  margin-top: 8px;
  }

/* C1.11 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.12 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.13 */
.punbb .datafield br {
  display: none
  }

/* C1.14 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.15 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.16 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.17 */
.punbb textarea, .punbb .longinput input {
  margin: 0;
  }

/* C1.18 */
.punbb .hashelp {
  position: relative;
  }

/* C1.19 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* C1.20 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.21 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.22 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }

/* C1.23 */
#post-form {
    margin: 15px 0;
}

/* C1.24 */
#post-form h2 {
    font-family: var(--dec-font);
    color: var(--forum-color);
    text-align: center;
    border: var(--border-color) solid;
    border-width: 2px 0;
    background: var(--headers);
    background-size: 550px;
    line-height: 24px;
    padding: 4px 0 0;
    font-size: 16px;
}

/* C1.25 */
#post-form .container {
    padding: 0;
    margin: 20px 26px;
}

/* C1.26 */
#post-form .container legend small {
    padding: 4px 10px;
    margin: 0;
    background: var(--field-color);
    border: var(--border-color) 1px solid;
    border-radius: 8px;
    font-family: var(--main-font);
    font-size: 12px;
}

/* C1.27 */
#post-form .container #form-buttons {
    background: var(--forum-color);
    border: var(--border-color) 2px solid;
}

/* C1.28 */
#tags .container {
    position: absolute;
    top: 18px !important;
    z-index: 2;
    padding: 5px 10px;
    background: var(--forum-color);
    border: var(--border-color) 2px solid;
    border-radius: 0;
    max-width: 100%;
}

/* C1.29 */
#main-reply {
    margin: 0;
    border: none;
    background: var(--field-color);
    border-radius: 0;
    border: var(--border-color) 2px solid;
    padding: 10px;
    box-sizing: border-box;
}


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

.punbb .main .tc3.registered {
    width: 15%;
}

/* C2.3 */
.punbb .main .tcr {
    text-align: right;
    width: 30%;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-modviewforum .main .tcl {
  width: 35%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
    margin-top: 15px;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist, #pun-index #pun-main .tclcon br {
  display: none!important;
  }

/* C2.11 */
.punbb .main td {
    border-style: none;
    /*padding: 0.8em 1em;*/
}

/* C2.12 */
.punbb .main th {
  border: none;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

/* C2.14 */
.punbb tbody.hasicon td.tcl {
    /*padding-left: 3.2em*/
}

/* C2.15 */
#pun-viewforum table tbody tr, #pun-viewforum table thead tr, #pun-searchtopics table tbody tr, #pun-searchtopics table thead tr {
    font-family: var(--main-font);
    background: var(--forum-color);
    display: flex;
    /*width: 100%;*/
    margin: 0 26px 10px;
    align-items: center;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 13px;
    color: var(--text-color);
    border: var(--border-color) 1px solid;
}


/* C2.16 */
#pun-viewforum table thead tr, #pun-searchtopics table thead tr {
    background: none;
    padding: 0;
    border: none;
}

/* C2.17 */
#pun-viewforum table tbody tr.tr-divider {
    font-family: var(--dec-font);
    font-size: 20px;
    text-transform: uppercase;
    color: var(--forum-color);
    border: var(--border-color) solid;
    border-width: 2px 0;
    background: var(--headers);
    background-size: 550px;
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0 0 16px;
}
/* C2.18 */
#pun-viewforum table tbody tr.tr-divider td {
    text-align: center;
    width: 100%;
}

#pun-viewforum table tbody tr .tcl .intd, #pun-searchtopics table tbody tr .tcl .intd {
    display: flex;
    align-items: center;
}

#pun-viewforum table tbody tr .tcl .icon, #pun-searchtopics table tbody tr .tcl .icon {
    background: var(--old-theme) no-repeat center;
    height: 50px;
    background-size: cover;
    flex-basis: 44px;
    flex-grow: 0;
    flex-shrink: 0;
}

#pun-viewforum table tbody tr .tcl .icon-new, #pun-searchtopics table tbody tr .tcl .icon-new {
    background: var(--new-theme) no-repeat center;
}

/* C2.19 */
#pun-viewforum table tbody tr .tcr, #pun-searchtopics table tbody tr .tcr {
    display: grid;
    grid-template-columns: auto 50px;
    grid-template-rows: 50% 50%;
}

/* C2.20 */
#pun-viewforum table tbody tr .tcr .user-avatar, #pun-searchtopics table tbody tr .tcr .user-avatar {
    grid-area: 1 / 2 / 3 / 3;
    margin: auto;
    border-radius: 9px;
}

/* C2.21 */
#pun-viewforum table tbody tr .tcr .user-avatar .avatar-image, #pun-searchtopics table tbody tr .tcr .user-avatar .avatar-image {
    border-radius: 50%;
    border: var(--border-color) 1px solid;
}

/* C2.22 */
#pun-viewforum table tbody tr .tcr .user-avatar .isonline, #pun-searchtopics table tbody tr .tcr .user-avatar .isonline {
    top: 0px;
    right: 0px;
    animation: none;
    background: var(--links-hover-color);
    width: fit-content;
    justify-self: end;
    width: 8px;
    height: 8px;
    z-index: 20;
}

/* C2.23 */
#pun-viewforum table tbody tr .tcr a, #pun-searchtopics table tbody tr .tcr a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
}

/* C2.24 */
#pun-viewforum table tbody tr .tcr .byuser {
    grid-area: 2 / 1 / 3 / 2;
    width: fit-content;
    justify-self: end;
}

/* C2.25 */
.punbb .main .post-content td {
    border: none!important;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post {
    margin-bottom: 20px;
    border-top: var(--border-color) solid 2px;
    scroll-margin-top: 60px;
}

/* C3.2 */
.punbb .post h3 {
    background: var(--headers);
    background-size: 550px;
    min-height: 32px;
    line-height: 32px;
    font-family: var(--dec-font);
    padding: 0 20px;
    margin-left: 220px;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: bold;
    color: var(--title-color);
    border-bottom: var(--border-color) solid 2px;
    -webkit-text-size-adjust: 100%;
}

/* C3.3 */
#pun-searchposts #pun-main h1, #pun-searchposts #pun-main .linkst, #pun-searchposts #pun-main .linksb {
    margin-left: 20px;
    margin-right: 20px;
}

/* C3.6 */
#pun-searchposts .post h3 span a {
    text-transform: lowercase;
}

/* C3.7 */
.punbb .post h3 span a.sharelink {
    display: none;
}

/* C3.8 */
.punbb .post h3 strong {
  float: right;
  font-weight: bold;

  }

/* C3.9 */  
.punbb .post .container {
    padding-top: 12px;
}

/* C3.10 */
.punbb .post .post-author {
    float: left;
    width: 220px;
    text-align: center;
    font-family: var(--main-font);
    background: var(--back-color);
    margin-top: -46px;
    border: var(--border-color) solid;
    border-width: 0 2px 2px 0;
    color: var(--title-color);
    padding-bottom: 6px;
}

/* C3.11 */
.punbb .post[data-user-id="1"] .post-author {
     /*FIXME*/
}

/* C3.12 */
#pun-searchposts .post .post-author, #pun-post .post .post-author {
    font-family: var(--dec-font);
    font-size: 16px;
    border: var(--links-color) solid;
    border-width: 2px 2px 2px 0;
    color: var(--main-color);
}

#pun-searchposts .post .post-author ul {
    background: none;
    border: none;
}

#pun-searchposts .post .post-author .pa-author  {
    text-align: center;
    color: var(--main-color);
    padding: 5px 0;
    margin: 0;
}

#pun-searchposts .post .post-author .pa-replies {
    font-size: 13px;
}

/* C3.13 */
.punbb .post .post-author ul
{
    padding: 0;
    line-height: 140%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

/* C3.14 */
.punbb .post .post-author ul .pa-author {
    text-decoration: none;
    padding: 6px 8px; 
    font-size: 16px;
    font-weight: bold;
    font-family: var(--dec-font);
    min-height: 20px;
    border-bottom: var(--border-color) solid 2px;
    flex-basis: 100%;
    background: var(--headers);
    background-size: 550px;
    line-height: 20px;
    position: relative;
}

/* C3.18 */
.punbb .post .post-author ul .pa-author, .punbb .post .post-author ul .pa-author a, .punbb .post .post-author ul .pa-fld1 .lzname a {
    color: var(--links-color);
}

.punbb .post .post-author ul .pa-author a:hover, .punbb .post .post-author ul .pa-fld1 .lzname a:hover {
    color: var(--links-hover-color);
}

/* C3.19 */
.punbb .post .post-author ul .pa-title {
    color: var(--title-color);
    font-family: var(--main-font);
    font-size: 12px;
    line-height: 14px;
    flex-basis: 100%;
    padding: 3px 8px;
}

.punbb .post .post-author ul .pa-avatar {
    padding: 17px 0 12px;
    flex-basis: 100%;
    background: var(--headers);
    background-size: 550px;
    border: var(--border-color) solid;
    border-width: 2px 0;
    margin-bottom: 6px;
}

/* C3.20 */
.punbb .post .post-author ul .pa-avatar img {
    max-width: 180px;
    outline: var(--links-color) 1px solid;
    outline-offset: 4px;
    border: var(--border-color) solid 1px;
}

/* C3.22 */
.punbb .post .post-author ul .pa-fld1 {
    margin: 8px 10px 6px;
    flex-basis: 100%;
    border-bottom: var(--border-color) 2px solid;
}

.punbb .post .post-author ul .pa-fld1 .lzname {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--dec-font);
    font-weight: bold;
    line-height: 16px;
}

/* C3.24 */
.punbb .post .post-author ul .pa-fld1 .lztext {
    margin: 8px 0;
    font-family: var(--main-font);
    color: var(--title-color);
    font-size: 11px;
    line-height: 14px;
}

.punbb .post .post-author ul .pa-fld1 .lztext a, #pa-fld1 .lztext a {
    font-weight: bold;
}



/* C3.27 */
.pa-posts, .pa-respect {
    display: flex;
    justify-content: center;
    font-size: 10px;
    line-height: 18px;
    align-items: center;
    color: var(--title-color);
}

/* C3.28 */
.pa-posts span.fld-name, .pa-respect span.fld-name {
    font-size: 0;
    line-height: 0;
}

/* C3.29 */
.pa-posts span.fld-name:before, .pa-respect span.fld-name a:before, .isguest .pa-respect span.fld-name:before {
    font-family: 'Material Symbols Outlined';
    font-size: 16px;
    line-height: 18px;
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 20;
}

/* C3.30 */
.pa-posts span.fld-name:before {
    content: '\ea3e';
    font-size: 20px;
}

/* C3.31 */
.pa-respect span.fld-name a:before {
    content: '\e87d';
}

/* C3.32 */
.isguest .pa-respect span.fld-name:before {
    content: '\e87d';
}

.pa-respect a[href*="relation.php"]:before {
    content: '+';
}

.pa-respect a[href*="relation.php"] {
    background: var(--links-color);
    color: var(--field-color);
    border: none;
    border-radius: 2px;
    font-size: 10px;
    margin: 0px 3px 0px 1px;
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
}

.pa-respect a[href*="relation.php"]:hover {
    background: var(--links-hover-color);
}

.pa-respect a[href*="relation.php"] img {
    display: none;
}


/* C3.34 */
.post-author .indOnline, .post-author .indOffline {
    height: 27px;
    width: 27px;
    position: absolute;
    border-radius: 50%;
    bottom: -14px;
    left: 4px;
}

.post-author .indOffline {
    filter: brightness(0.75);
}

.post-author .indOnline img, .post-author .indOffline img {
    height: 27px;
    width: 27px;
    border-radius: 50%;
}

/* C3.35 */
.punbb .post .post-author .pa-ip {
    margin-top: 6px;
    text-align: center;
    width: 220px;
}

/* C3.36 */
.pa-online, .pa-last-visit {
    display: none;
}

/* C3.37 */
.punbb .post-body {
    margin-left: 222px;
}

/* C3.38 */
.punbb .post-box {
  padding: 0 1.5em 1em;
  }

/* C3.39 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.40 */
.punbb .post-links {
    
}

/* C3.41 */
.punbb .post-links ul {
    line-height: 24px;
    text-align: right;
    padding-left: 5px;
}

/* C3.42 */
.punbb .post-links li {
    display: inline;
    padding: 0 20px;
}

/* C3.43 */
.punbb .post-links li a {
    font-family: var(--dec-font);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* C3.44 */
.punbb .post-links li.pl-share {
    display: none;
}

.punbb .post-links li a .material-symbols-outlined {
    display: none;
}

/* C3.45 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.46 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 5px 0px;
    text-align: right;
    font-family: var(--main-font);
    font-size: 12px;
    color: var(--title-color);
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
    height: 20px;
    line-height: 20px;
}

/* C4.3 */
.punbb .modmenu .container strong {
    float: left;
}

/* C4.4 */
.punbb .modmenu input {
    margin-left: 1em;
}

/* C4.5 */
.punbb .modmenu:not(#topic-users-in) .container span {
    display: none;
}

/* C4.6 */
.punbb #topic-users-in {
    background: var(--headers);
    background-size: 550px;
    border: var(--border-color) solid;
    border-width: 2px 0;
    color: var(--title-color);
}


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }

/* C5.3 */
#pun-messages table tr {
    display: flex;
    margin: 0 auto 8px;
    align-items: center;
    padding: 5px 10px 5px 10px;
    background: var(--forum-color);
}

#pun-messages table tr.inew {
    background: var(--main-color);
    font-weight: 600;
}

/* C5.4 */
#pun-messages table thead tr {
    background: none;
}

/* C5.5 */
#pun-messages table tr .tclcon {
    margin-left: 15px;
}

/* C5.6 */
#pun-messages table tr .tc2 {
    display: flex;
    align-items: center;
    justify-content: start;
    overflow: visible!important;
}

#pun-messages table tr .tc2 a {
    text-wrap: auto;
    text-align: left;
}

/* C5.6 */
#pun-messages .post .container {
    margin-top: 10px!important;
}

/* C5.7 */
#pun-messages #form-buttons tr {
    display: table-row;
}

/* C5.8 */
#pun-messages #form-buttons table tr {
    width: auto;
}



/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#pun-profile #profile .container {
    margin-left: 18.6em !important;
    background: var(--forum-color);
    border: var(--border-color) 2px solid;
    padding: 10px;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }
  
#profilenav li.isactive a {
    color: var(--links-hover-color);
}

/* C6.4 */
#viewprofile ul, #profilenav ul {
  /*padding: 1.5em 18px 0.8em 18px;*/
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 7px 14px;
    font-size: 1.3em;
    color: var(--back-color);
    font-family: var(--dec-font);
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 18em;
  margin-bottom: 8px;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.7em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.7em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }

/* C6.12 */
#profile-left {
    text-align: center;
    font-family: var(--main-font);
    background: var(--forum-color);
    border: var(--border-color) 2px solid!important;
    color: var(--back-color);
}

/* C6.13 */
#profile-left li, #profile-left li strong {
    padding: 0;
    margin: 0;
}

/* C6.14 */
#profile-left #profile-name {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 5px 5px;
    font-family: var(--dec-font);
}

#profile-left #profile-title, #profile-left #pa-avatar {
    padding-bottom: 4px;
}

#profile-left #pa-avatar img {
    outline: var(--links-color) 1px solid;
    outline-offset: 3px;
    border-radius: 8px;
}

/* C6.15 */
#profile-left #pa-fld2 {
    background: var(--links-color);
    font-family: var(--dec-font);
    text-transform: uppercase;
    color: var(--field-color);
    font-size: 10px;
    line-height: 12px;
    padding: 2px 10px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 3px;
}

#viewprofile #pa-fld2 strong .fan2 {
    font-weight: bold!important;
}

#profile-left .lzname {
    padding: 0 1em;
}

/* C6.16 */
#profile-left .lzname a {
    font-size: 13px;
    font-family: var(--dec-font);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 16px;
}

/* C6.17 */
#profile-left .lztext {
    padding: 5px 20px;
    text-align: justify;
    text-align-last: center;
    font-family: var(--main-font);
    font-size: 11px;
    line-height: 14px;
}

/* C6.18 */
#profile-left #pa-online {
    padding: 6px 0;
    margin: 0 20px;
    border-top: var(--links-color) 1px dashed;
}

/* C6.19 */
#profile-left #pa-edit {
    padding: 6px 0;
} 

/* C6.20 */
#profile-right li span {
    background: var(--forum-color);
    border: var(--border-color) 1px solid;
}

/* C6.21 */
#profile-left #pa-fld2 span, #profile-left #pa-fld1 span {
    display: none!important;
}

/* C6.22 */
#profile-right #pa-fld6 strong {
    height: 40px;
    overflow: hidden;
    width: 220px;
    background: var(--links-color);
    color: var(--field-color);
    font-family: var(--dec-font);
    box-sizing: border-box;
    margin-left: 2em;
    text-transform: uppercase;
    padding: 5px 0;
    text-align: center;
}

#profile-right #pa-fld6 strong:has(.pl) {
    background: none;
    padding: 0;
}

#profile-right #pa-fld6 img {
    width: 34px;
    height: 34px;
    float: left;
    margin: 0 3px 0 6px;
    object-fit: contain;
}

#profile-right #pa-fld6 img.pl {
    width: 100%;
    height: 100%;
}

/* C6.23 */
#profile-right #pa-fld6 strong .plup {
    font-size: 15px;
    line-height: 18px;
    padding: 0;
}

/* C6.24 */
#profile-right #pa-fld6 strong .pldown {
    padding: 0;
    line-height: 13px;
    font-size: 10px;
}

/* C6.25 */
#pun-respect table, #pun-positive table {
    border-spacing: 0 10px;
    padding: 5px 20px;
}

#pun-respect table tbody tr, #pun-positive table tbody tr {
    background: var(--forum-color);
}

#pun-respect table td, #pun-positive table td {
    padding: 6px 8px;
}

/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

#pun-userlist .formal .container {
    background: var(--forum-color);
    margin: 0 26px 10px;
    border-radius: 0;
    border: var(--border-color) 2px solid;
    padding: 16px;
}

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0;
  border-top: none;
  margin: 0 26px;
  }

/* C7.3 */
#pun-userlist .usertable table {
    border-style: none;
}

/* C7.4 */
#pun-userlist .usertable table tr {
    position: relative;
    display: flex;
    margin: 0 auto 8px;
    align-items: center;
    padding: 6px 12px;
    font-family: var(--main-font);
    font-size: 12px;
    background: var(--forum-color);
    border: var(--border-color) 2px solid;
}

/* C7.5 */
#pun-userlist .usertable table thead tr {
    background: none;
    border: none;
    padding: 10px 0 0;
}

/* C7.6 */
#pun-userlist .usertable table tr .tcl {
    display: flex;
    align-items: center;
    overflow: visible;
}

#pun-userlist .usertable table tr .tcl .avatar-image, #pun-messages #messages table tr .tc2 .avatar-image {
    border-radius: 50%;
}

#pun-userlist .usertable table tr .tcl .isonline, #pun-messages #messages table tr .tc2 .isonline {
    top: 0px;
    right: 2px;
    animation: none;
    background: var(--links-hover-color);
    z-index: 20;
}

/* C7.7 */
#pun-online .online-list {
    margin: 0 20px;
}

#pun-online table tr {
    padding: 10px 15px;
    display: flex;
    background: var(--forum-color);
    border: var(--border-color) 1px solid;
    border-radius: 15px;
    margin-bottom: 8px;
    align-items: center;
}

#pun-online table thead tr {
    background: none;
    padding: 15px 15px 3px;
    border: none;
}

/* C7.8 */
#pun-online table tr .tcl {
    width: 40%!important;
}

/* C7.9 */
#pun-online table tr .tc3 {
    width: 20%!important;
}

/* C8 Homepage
-------------------------------------------------------------*/

/* C8.1 */
#pun-main {
}

#pun-main .category {
    padding: 7px 0;
}

/* C8.2 */
#pun-main .category h2, #pun-stats h2 {
    font-family: var(--dec-font);
    font-size: 30px;
    text-transform: uppercase;
    color: var(--forum-color);
    text-align: center;
    border: var(--border-color) solid;
    border-width: 2px 0;
    background: var(--headers);
    background-size: 550px;
    line-height: 34px;
    padding: 4px 0 0;
    margin-bottom: 26px;
}

#pun-index #pun-main tbody {
    z-index: 1;
    position: relative;
}

/* C8.3 */
#pun-index #pun-main table tr {
    margin: 0 26px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--forum-color);
    border: var(--border-color) 1px solid;
    padding: 0 15px;
    position: relative;
}

#pun-index #pun-main table tr:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    height: 40px;
    width: 40px;
    background: var(--new);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    background-size: cover;
    background-repeat: no-repeat;
}

#pun-index #pun-main table tr.inew:before {
    opacity: 1;
}


/* C8.4 */
#pun-index #pun-main table .tcl {
    width: 550px;
}

/* C8.5 */
#pun-index #pun-main table .tclcon {
    margin: 0;
}

#pun-index #pun-main table .tclcon .forum-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-family: var(--main-font);
    font-size: 12px;
    color: var(--text-color);
}

#pun-index #pun-main table .tclcon .forum-title .topics {
    margin-right: 10px;
}

/* C8.6 */
#pun-index #pun-main table .tclcon h3 a {
    font-family: var(--dec-font);
    font-size: 20px;
    line-height: 20px;
    transition: var(--anim);
}

/* C8.7 */
#pun-index #pun-main table .tclcon p {
    font-family: var(--main-font);
    color: var(--text-color);
    -webkit-text-size-adjust: 100%;
    font-size: 11px;
    line-height: 15px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin: 8px 0;
}

/* C8.9 */
#pun-index #pun-main table .tclcon .f_links {
    text-align: right;
    font-weight: 600;
    margin-bottom: 2px;
}

#pun-index #pun-main table .tclcon .f_links a:not(:last-child):after {
    content: "•";
    color: var(--links-color);
    margin: 0 8px;
}

/* C8.10 */
#pun-index #pun-main table .tclcon .furl a {
    background: var(--links-color);
    padding: 5px 20px;
    color: var(--main-color);
    font-family: var(--dec-font);
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    border-radius: 15px;
}

/* C8.11 */
#pun-index #pun-main table .tclcon .furl a:hover {
    background: var(--links-hover-color);
}

/* C8.12 */
#pun-index #pun-main table .tc2, #pun-index #pun-main .tc3, #pun-index #pun-main .tcmod {
    display: none;
}

/* C8.13 */
#pun-index #pun-main table .tcr {
    width: 280px;
    display: grid;
    grid-template-columns: auto 50px;
    grid-template-rows: auto auto;
    text-align: right;
}

/* C8.14 */
#pun-index #pun-main table .tcr .user-avatar {
    width: 42px;
    height: 42px;
    grid-area: 1 / 2 / 3 / 3;
    align-self: center;
    justify-self: center;
    border-radius: 50%;
    margin: 0;
}

/* C8.15 */
#pun-index #pun-main table .tcr .user-avatar .avatar-image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: var(--border-color) 1px solid;
}

/* C8.16 */
#pun-index #pun-main table .tcr .user-avatar .isonline {
    top: 2px;
    right: 2px;
    animation: none;
    background: var(--links-hover-color);
    z-index: 20;
}

/* C8.17 */
#pun-index #pun-main table .tcr .lastpost-link {
    font-family: var(--main-font);
    text-transform: lowercase;
    font-size: 12px;
    grid-area: 1 / 1 / 2 / 2;
    width: fit-content;
    justify-self: end;
    align-self: end;
    font-weight: bold;
}

/* C8.18 */
#pun-index #pun-main table .tcr br {
    display: none;
}

/* C8.19 */
#pun-index #pun-main table .tcr .lastpost {
    text-transform: lowercase;
    font-size: 12px;
    font-family: var(--main-font);
    grid-area: 2 / 1 / 3 / 2;
    width: fit-content;
    justify-self: end;
    color: var(--text-color);
}


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    display: none;
}



/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

/* D2.6 */
#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation and header
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
    height: 30px;
    line-height: 30px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 40;
    background: var(--back-color);
    width: 100%;
    text-align: center;
}

/* D3.3 */
#pun-navlinks li {
    display: inline;
    padding: 0 15px;
}

/* D3.4 */
#pun-navlinks li a {
    font-size: 12px;
    font-family: var(--dec-font);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--main-color);
}

#pun-navlinks li a:hover {
    color: var(--links-color);
}

/* D3.5 */
#pun-navlinks #navpm .num_msg {
    position: relative;
    margin: 0 0 0 3px!important;
    font-size: 12px;
    padding: 0 4px;
    font-family: var(--dec-font);
}

#pun-navlinks #navpm .num_msg:before {
    display: none;
}

/* D3.6 */
#html-header {
    /*height: 360px;*/
    padding: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: sticky;
    top: 29px;
    left: 0;
    z-index: 35;
}

#pun-ulinks.fixed {
    border: var(--border-color) solid;
    border-width: 0 0 2px 0;
    background: var(--back-color);
    position: fixed;
    width: 100%;
}

/* D4.2 */
#pun-ulinks .container {
    margin-top: 8px;
}

#pun-ulinks.fixed .container {
    margin-top: 0;
}

/* D4.3 */
#pun-ulinks li {
    display: inline;
    border: none;
}

/* D4.4 */
#pun-ulinks li a {
    margin: 0 8px;
    text-transform: lowercase;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 600;
}



/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status {
    padding: 0;
    position: absolute;
    top: 340px;
}

/* D5.2 */
#pun-status .container {
    text-align: left;
    font-family: var(--main-font);
    font-size: 12px;
    color: var(--forum-color);
}

/* D5.3 */
#pun-status span {
    white-space: nowrap;
    margin-right: 0.5em;
    -webkit-text-size-adjust: 100%;
}

/* D5.4 */
#pun-status .status-right {
    display: none;
}

/* D5.5 */
#pun-crumbs1 {
    font-weight: bold;
    overflow: hidden;

}

/* D5.6 */
#pun-crumbs1 p.container {
    text-align: left;
    font-family: var(--main-font);
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    color: var(--text-color);
    padding: 8px 26px 12px;
}

/* D5.7 */
#pun-break1, #pun-break2, #pun-break3, #pun-break4 {
    display: none;
  }


/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement {
    background: var(--main-color);
    margin-top: -1px;
    padding-bottom: 6px;
}

/* D6.2 */
#pun-announcement h2 {
    display: none;
}

/* D6.3 */
#pun-announcement .container {
    text-align: center;
    padding: 15px 20px;
    background: var(--forum-color);
}


/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
padding: 12px;
    background: var(--forum-color);
    overflow: hidden;
    border: var(--border-color) 1px solid;
    margin: 26px;
    font-family: var(--main-color);
    color: var(--text-color);
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 18px;
    gap: 8px 0;
}

/* D7.2 */
li#onlinelist {
    text-align: justify;
    flex-basis: 100%;
    -webkit-text-size-adjust: 100%;
}

/* D7.3 */
li#onlinelist div a {
    font-weight: 600;
}


/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
    margin-top: 80px;
}

/* D8.4 */
#pun-about .container {
    text-align: center;
    padding: 3px;
    height: 12px;
}

/* D8.5 */
#pun-about p span {
    display: block;
    font-family: var(--main-font);
}

/* D8.6 */
#pun-about p span a {
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 12px;
}

/* D8.7 */
#pun-crumbs2 {
    margin: 0;
    font-weight: bold;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

/* D8.8 */
#pun-crumbs2 .container {
    font-family: var(--main-font);
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    padding: 0 26px;
    color: var(--text-color);
}

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }

/* D8.10 */
#html-footer {
    overflow: hidden;
    padding: 0 26px;
    margin-top: -75px;
    margin-bottom: -70px;
}

/* D8.11 */
#html-footer .container {
    padding: 0;
    border: none;
}

/* D8.12 */
#html-footer .container #banners {
    height: 40px;
    overflow: auto;
    text-align: justify;
}

/* D8.13 */
#html-footer .container #banners img {
    opacity: 0.9;
    transition: var(--anim);
    margin: 0 0 3px 5px;
}

/* D8.14 */
#html-footer .container #banners img:hover {
    opacity: 1;
    filter: none;
}

#html-footer .container #copy {
    background: var(--headers);
    width: fit-content;
    margin: auto;
    border: var(--border-color) 2px solid;
    color: var(--border-color);
    font-family: var(--dec-font);
    padding: 3px 10px 2px;
    font-size: 10px;
}


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }
  

#post-form .container .areafield span span {
    right: 4px!important;
    top: -12px!important;
}

#post-form .container .areafield span span #Knopa2-2 {
    content: url(https://i.imgur.com/Ney8ub0.png);
    width: 26px;
    height: 18px;
}