/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1760890806.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

div.post-rating a.container {
    margin-top: 10px;
}

div.adcontainer {
background: white!important;
text-transform: lowercase;
}

div.inner h2 {
background: #f1f1f1!important;
}

.punbb .post-content .code-box {
    margin: 0.4em 0em 1.4em 0em;
    padding: 1em;
    overflow: auto;
max-height: 300px;
}

/* A2.1 */
html, body {
    margin: 0;
    padding: 0;
    background: top url(https://forumstatic.ru/files/001a/67/e9/28534.jpg);
    background-attachment: fixed;
}

/* 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%;
    margin-top: 30px;
    margin-bottom: 20px;
    border: var(--normalborder);
    border-radius: var(--normalradius);
    background: var(--bgcolor);
}

div#pun-viewforum.punbb .main table, div#pun-modviewforum.punbb table {
    min-height: 100px;
}

div#pun-online.punbb table, div#pun-statistic.punbb table {
padding: 0px 15px 15px 15px;
}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb input, .punbb select, .punbb optgroup {
    margin-top: 5px;
    color: white;
    font-family: arial;
    text-transform: lowercase;
    background: black;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 9px 5px 9px !important;
    color: white;
    border: 0;
    border-radius: 50px;
}

.punbb select, .punbb optgroup {
    text-transform: lowercase;
    font-size: 8px;
    padding: 3px 5px 4px 5px;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
    font-size: 8px;
    text-transform: lowercase;
    letter-spacing: 0px !important;
    border-radius: 50px;
    color: white;
    background: #000000;
    padding: 3px 12px 4px 12px;
}

/* A3.6 */

/* 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: #aeb1bf underline;
    text-decoration-style: solid;
}

/* A3.10 */
.punbb a {
  text-decoration: none
  }

/* A3.11 */
.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 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  position: relative;
  }

/* A5.2 */
.punbb {
    width: 850px;
    height: auto;
    position: relative;
    margin: 40px auto 40px auto;
    background-color: var(--bgcolor);
    padding: 40px;
    border-radius: var(--normalradius);
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
    margin-bottom: 20px;
}

/* A5.5 */
.punbb .category, .punbb .post {
    margin-top: 1em;
}

/* A5.6 */
.punbb .toppost, .punbb .topicpost {
    margin-top: -24px;
}

.punbb #pun-category1 {
margin: 0;
}

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 0px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 0px;
  }

/* A5.10 */
#pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
    text-align: center;
    width: 850px;
    padding: 0px 40px 0px 40px;
    margin-left: -40px;
    height: 60px;
    background: black;
    margin-bottom: 20px;
}

.punbb .section h2 {
background: transparent!important;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    margin: 0;
    overflow: hidden!important;
width: 100%;
margin-bottom: 10px;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    width: auto;
margin: 10px 0px;
}

/* B1.3 */
.punbb .post-content p {
margin-bottom: 10px;
    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 {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

div.scrollbox {
height: auto!important;
font-family: verdana!important;
}

/* B1.8 */
.punbb .post-content .quote-box {
    margin: 1.2em 0em 1.4em 0em;
    padding: 15px 20px 15px 20px;
    border: var(--normalborder);
}

.punbb .post-content .code-box {
  margin: 1.2em 0em 1.4em 0em;
padding: 15px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 0.7em;
    font-size: 11px;
    text-transform: lowercase;
    font-weight: bold;
    font-style: normal;
    margin: 0;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 0px;
  margin: 0 0 1.1em 0;
  }

/* 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 {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 0em;
  }

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    text-transform: lowercase;
    font-size: 7px;
    margin-top: -55px;
}

.linksb .pagelink {
    float: left;
    width: 24em;
font-size: 7px;
    text-align: left;
    margin-top: 3px;
}

div.pagelink strong {
font-weight: normal;
}

/* B3.4 */
.linkst .postlink {
    position: absolute;
    right: 0em;
    font-size: 9px;
    margin-top: -55px;
    text-align: right;
    font-weight: bold;
}

.punbb .post-box a {
/*color: red!important;*/
}

div.postlink.long a, div.postlink a, li#pa-edit a, li#pa-respect a, li#pa-positive a, li#pa-invites a, li.item4 strong a {
/*color: #5a98a3!important;*/
}

li#profile-name {
    font-family: century gothic!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal!important;
    margin-bottom: -7px!important;
    margin-left: 2px!important;
}

li.pa-title {
    font-size: 7px;
    text-transform: lowercase;
    text-align: center;
    padding: 20px 25px 6px 25px;
    line-height: 10px;
    margin-left: 40px;
    border: var(--normalborder);
    border-radius: 0 10px 0 0;
    border-bottom: 0;
    border-top: 0;
}

li#pa-avatar div img {
    border-radius: 5px;
}

li.pa-avatar.item2 {
    text-align: center;

    margin-left: 40px;
    border: var(--normalborder);
    border-top: 0;
    border-bottom: 0;
}

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 1.4em 0em 0.5em 0em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* C1.2 */
.punbb .formsubmit {
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, input.button, .punbb .formsubmit a, .punbb .formsubmit span, div.modmenu p.container strong a, input#sub4, li#pa-edit strong a {
    margin: 0 0.6em 0 0;
    text-transform: lowercase;
    background: #000000;
    color: white !important;
    font-size: 10px;
    font-family: arial;
    border-radius: 50px;
    font-weight: bold;
    padding: 4px 10px 5px 11px;
}

.punbb .formsubmit input:hover, input.button:hover, .punbb .formsubmit a:hover, .punbb .formsubmit span:hover, div.modmenu p.container strong a:hover, input#sub4:hover {
transition: 0.3s ease-in-out;
 margin: 0 0.6em 0 0;
    margin: 0 0.6em 0 0;
text-transform: lowercase;
    background: #1c1c1c;
    color: white!important;
    font-family: century gothic;
    font-size: 9px;
    border-radius: 5px;
    font-weight: bold;
    padding: 3px 10px 4px 11px;
}

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 0px;
  padding: 0 0px 0 0px;
  margin: 0 0 0em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    width: 600px;
}

/* C1.6 */
.punbb fieldset legend span {
    font-size: 7px;
    font-weight: normal;
    padding: 4px 9px 5px 10px;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
    padding: 20px 0 20px 0;
}

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
    padding: 0 0 0.8em 0;
}


div.fs-box.hashelp p.checkfield {
text-transform: lowercase;
margin-top: 10px;
}

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: bold;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }

span.item4.status-right a, li.pa-gifts, li.pa-gifts a {
font-size: 0!important;
}

/* 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%;
    font-size: 7px;
}

/* C2.3 */
.punbb .main .tcr, th.tc3.last_visit {
    overflow: hidden;
    text-align: left;
    width: 30%;
    padding-left: 25px;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

#pun-searchtopics .main .tcl {
width: 37%;
}

#pun-searchtopics .main .tc2 {
    text-align: center!important;
    width: 25%!important;
}

/* C2.5 */
#pun-userlist .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 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    margin-top: -2px;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 0px 0 0 0px;
    padding: 25px 0px 15px 0px;
}

/* C2.12 */
.punbb .main th, th.tc2 {
    font-size: 8px !important;
    text-align: center !important;
    text-transform: lowercase;
    color: #1d1d1d;
    border-top: 10px solid transparent;
}


/* C2.13 */
.punbb .main .tcl {
    border-right-style: none;
    border-right-width: 0;
    padding: 0px 0px;
}

/* C2.14 */
.punbb tbody.hasicon td.tcl {
    padding-left: 15px;
}

/* C2.15 */
.punbb div.icon {
    height: 50px;
    width: 7px;
    border-radius: 0px 5px 5px 0px;
    margin-top: 25px;
    margin-left: -15px;
}

/* C2.16 */
.punbb table div.icon {
    font-size: 1.05em;
    position: absolute;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
    border-style: none solid solid solid;
    border-width: 0px;
    margin-top: -20px;
    padding-bottom: 1px;
}

/* C3.2 */
.punbb .post h3 {
    border-style: none;
    border-width: 0px;
    padding: 15px 0;
}

/* C3.3 */
.punbb .post h3 span {
    display: block;
    text-transform: lowercase;
    margin-left: 250px;
    margin-bottom: -5px;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'Nyght';
    color: #000000;
    padding-bottom: 5px;
    border-bottom: var(--normalborder);
margin-top: 1px;
}

/* C3.4 */
.punbb .post h3 strong {
    float: right;
    text-align: center;
    font-weight: normal;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 240px;
    overflow: hidden;
    margin-left: -40px;
    background-color: var(--bgcolor);
    border: var(--normalborder);
    border-left: 0;
    border-right: 0;
    border-top-right-radius: var(--normalradius);
    border-bottom-right-radius: var(--normalradius);
position: relative;
z-index: 100;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    line-height: 140%;
}

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
li.pa-author a, p.pa-author {
    color: #000000 !important;
    font-size: 20px !important;
    font-family: nyght !important;
    font-weight: normal !important;
    text-align: center;
}


li.pa-online strong {
    font-size: 7px;
text-transform: uppercase;
    font-family: century gothic;
font-weight: normal!important;
}

li.pa-last-visit {
    text-transform: lowercase;
    font-size: 9px;
    color: black;
    font-weight: bold;
    margin-bottom: 15px;
}

/* C3.11 */
.punbb .post-body {
    margin-left: 250px;
    margin-top: 5px;   
 margin-bottom: 10px;
    text-transform: none!important;
    }

/* C3.12 */
.punbb .post-box {
    padding-top: 15px;
    text-align: justify;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    margin-left: 157px;
    border-left-style: solid;
    border-left-width: 1px;
}

/* C3.15 */
.punbb .post-links ul {
    height: 2em;
    line-height: 2em;
    margin-left: -167px;
    border: 0;
    background: transparent;
    text-align: right;
    text-transform: lowercase;
    font-weight: bold;
    font-size: 9px;
margin-right: 1px;
margin-bottom: 8px;
}

/* C3.16 */
.punbb .post-links li {
    display: inline;
    padding-left: 9px;
}

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 2em 0em;
    text-align: right;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 0em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
    float: left;
    width: 14em;
    margin-left: -205px;
    display: inline;
}

/* C6.3 */
#profilenav li {
    padding-bottom: 0.8em;
    font-weight: bold;
    text-transform: lowercase;
}

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 0px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
    border: none;
    margin: 0px 0px 1.5em 0px;
}

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
    float: left;
    width: 14em;
    margin-left: -155px;
    padding: 0.5em 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.5em 0em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
    border-bottom: none;
    margin-top: 15px;
}

/* C7.2 */
#pun-userlist .usertable .container {
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
    border-style: solid;
    border-width: 0px;
    text-transform: lowercase;
}


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    height: 0px;
    margin: 0;
    border-style: solid solid none solid;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
    display: block;
    height: 70px;
    padding: 2em 1em 0 1em;
    font-size: 0px;
}

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span {
    border: 0;
    font-size: 0!important;
    background: 0;
}

#pun-title table {
	border: none;
	height: 40px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* 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;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
pun-navlinks, #pun-navlinks .container {
    text-align: center;
}

div#pun-navlinks.section {
    margin-top: 135px;
    margin-bottom: -115px;
}

/* D3.2 */
#pun-navlinks .container {
    width: 930px;
    margin-left: -40px;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding: 0 5px;
  }

/* D3.4 */
#pun-navlinks li a {
/*    font-size: 14px; */
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 120px;
    margin-bottom: -100px;
}

/* D4.2 */
#pun-ulinks .container {
    text-align: center;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    border-left-style: solid;
    border-left-width: 0px;
    font-size: 8px !important;
    font-family: arial !important;
    font-weight: normal !important;
}

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status .container {
    padding: 0em 0em 0em 0em;
    text-transform: lowercase;
    font-size: 9px;
    margin-top: 90px;
    text-align: center;
}

/* D5.2 */

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0em;
  }

#pun-status .status-right {
    float: right;
    letter-spacing: 0!important;
}

/* D5.4 */
#pun-crumbs1 {
    overflow: hidden;
    margin-top: 0;
    text-transform: lowercase;
    width: 1000px;
    text-align: center;
    margin-left: -60px;
    font-size: 10px;
}

/* D5.5 */
#pun-crumbs1 p.container {
    border-top: none;
    padding: 15px;
    font-size: 10px;
    text-transform: lowercase;
    font-weight: bold;
    width: 900px;
    font-family: arial;
    margin-left: 20px;
}

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 0px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 0px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
    display: block;
    padding: 1em 0 0.8em 0;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    font-size: 0;
}

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 40px 0px 0px 0px;
    font-size: 10px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* 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: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  padding: 0.8em 1em;
text-transform: lowercase;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
font-weight: normal;
  }

/* D8.6 */
#pun-crumbs2 {
    overflow: hidden;
    margin-top: 0;
    text-transform: lowercase;
    text-align: center;
font-size: 10px;
}

/* D8.7 */

#pun-crumbs2 p.container {
    border-top: none;
    padding: 2em 1em 2em 1em;
    font-size: 9px;
    text-transform: lowercase;
    font-weight: bold;
    color: #aeb1bf;
    font-family: century gothic;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }

.adminmain {
    margin-top: 240px;
}

/* 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;
  }

/* Other shit
-------------------------------------------------------------*/

li.pa-fld2 {
position: absolute;
    margin: auto;
    font-size: 0;
    width: 70px;
}

li.pa-fld2 img {
    position: relative;
    z-index: -1;
    width: auto;
    height: 400px;
    margin-top: -8px;
    margin-left: -323px;
}

li.pa-author strong {
    color: #aeb1bf!important;
    font-size: 30px!important;
    font-family: century gothic!important;
    font-weight: bold!important;
    text-align: center;
    text-transform: lowercase!important;
}

li.pa-author {
    text-align: center;
    padding-bottom: 12px;
    margin-left: 40px;
    border: var(--normalborder);
    border-top: 0;
    border-bottom: 0;
}

li.pa-avatar.item2 img {
    border-radius: 5px;
    margin: auto;
    border: var(--normalborder);
}

li.pa-fld1 {
    line-height: 11px;
    font-size: 7px;
    padding: 10px 30px 65px 30px;
    text-align: justify;
    margin-left: 40px;
    border: var(--normalborder);
    border-top: 0;
    border-radius: 0 0 10px 0;
    border-bottom: 0;
    margin-bottom: -50px;
}

li.pa-posts {
    display: inline-block;
    font-size: 7px;
    text-align: center;
    margin-left: 95px;
    margin-top: 5px;
    line-height: 12px;
    margin-bottom: 20px;
    margin-right: 30px;
}

li.pa-respect {
    display: inline-block;
    font-size: 7px;
    text-align: center;
    line-height: 12px;
    width: 30px;
}

li.pa-replies {
    text-align: center;
    color: #606060;
    font-size: 9px;
    margin-top: 5px;
}

div.html-box {
    background: burlywood;
    padding-top: 5px;
    height: 150px;
    width: 930px;
    background-repeat: no-repeat;
    margin-left: -51px;
    border-radius: 10px 10px 0 0;
    margin-top: -130px;
}

div.pagelink, div.postlink, div.linksb, .punbb .modmenu .container, #viewprofile li, span.inp2, form#messages div.container {
text-transform: lowercase;

}

div#pun-stats.section {
    text-transform: lowercase;
}

.punbb .user-avatar img.ava {
    opacity: 0.85;
    border-radius: 3px!important;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.punbb .user-avatar {
    float: left;
    position: relative;
    height: 25px !important;
    width: 25px !important;
    margin: 1px 10px 3px 0px !important;
}

span.avatar-image {
    border-radius: 3px !important;
    height: 25px !important;
    width: 25px !important;
    border: var(--normalborder);
}

span.closedatafield, span.stickytext, select#mod-options, td.tc2.tc-title, td.tcl.tc-topic, div.section.online-list, .punbb .info .container, p.formsubmit {
    text-transform: lowercase;
    font-size: 7px;
}

div.tclcon {
    margin-left: 0px;
    text-align: justify;
    padding: 25px 25px 25px 15px;
}

span.cooltext {
font-size: 0;
}

li.pl-email.pm a, li.pl-email.profile a, li.pl-email.email a, li.pl-delete a, li.pl-edit a, li.pl-quote a, li.pl-reports a {
    font-size: 9px;
}

p.inputfield label, p.selectfield label {
    text-transform: lowercase;
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 7px;
}

.punbb .inline .infofield {
    text-align: justify;
    padding-top: 5px;
text-transform: lowercase;
}

.cool1, .cool2, .cool3, .cool2 img, .cool2 a, span.cool2 {
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    background: transparent!important;
    color: transparent!important;
border: 0px!important;
    font-size: 0!important;
}

div.tclcon h3 a
 {
    font-family: nyght !important;
    font-size: 22px !important;
    color: black !important;
font-weight: normal!important;
}

.zagolovok1 {
    font-family: 'Nyght';
    font-size: 25px;
    text-align: center;
}


.zagolovok2 {
    font-family: century gothic;
    font-size: 14px;
    font-weight: bold;
    color: #aeb1bf;
    text-align: center;
    text-transform: lowercase;
}

.zagolovok3 {
    font-size: 8px;
    text-transform: lowercase;
}

.tekst {
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-size: 7px;
}

.anketainfo {
    height: 70px;
    text-align: justify;
    margin: auto!important;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 430px;
    font-size: 10px;
    padding: 0 15px 0 0 !important;
}

div.inner.post_reputation div.container, div.inner.post_report div.container {
    padding: 15px!important;
    border-radius: 10px;
    font-size: 9px;
    background: #f9f9f9!important;
    text-transform: lowercase!important;
}

div#pun-main.main.multipage {
text-transform: lowercase;
}

div#pun-main.main.multipage.search div.topic, div#pun-main.main.multipage.show_user_posts div.topic {
margin-top: 1.5em;
}

div#pun-main.main.multipage.search div.post-author, div#pun-main.main.multipage.show_user_posts div.post-author {
padding-bottom: 1em;
text-transform: lowercase;
}

fieldset#post-new legend strong {
    text-transform: lowercase;
    font-size: 8px;
    font-weight: bold!important;
}

fieldset#post-new {
margin-top: 25px;
}

div.adfs-box, div.tipsy-inner {
    text-transform: lowercase;
    border-radius: 7px;
}

#tags .container {
    position: absolute;
    right: 6px;
    top: 70px!important;
    background: #e3e3e3;
    border-radius: 10px;
    padding: 15px;
    text-transform: lowercase;
    text-decoration: none!important;
}

dl.post-sig {
    border-top: 1px dashed #d9d9d9;
    margin-top: 15px;
}

.punbb pre {
    font-size: 11px;
}

input#reportButtonCancel.button, input#reputationButtonCancel.button {
    margin-left: 7px;
}

html.punbb {
    height: fit-content!important;
    padding-top: 5px!important;
    width: 100%!important;
}

table#filetable.adcontainer thead {
border-radius: 0!important;
}

li.pa-fld3 a {
    font-size: 25px!important;
    color: #aeb1bf!important;
    font-weight: normal!important;
}

li.pa-fld3 {
    margin-right: 30px;
    text-align: center;
    display: inline-block;
}

a.qc-post-link {
text-transform: uppercase!important;
}

span.fld-name, span.fld-name a b {
    text-transform: lowercase;
    font-size: 9px;
    font-family: arial !important;
    font-weight: bold !important;
}

li#profile-name strong {
    color: #aeb1bf!important;
    font-weight: bold!important;
    margin-top: 7px;
}

div#topic-users-in.modmenu {
    margin-top: 15px;
    font-size: 10px;
}

div.info {
    margin-top: 5px;
}

#profile-left {
    width: 20%!important;
    text-align: center!important;
    padding: 5px 10px 10px 10px!important;
    border-radius: 10px!important;
}

td#profile-right li#pa-fld3 strong a {
font-size: 20px!important;
    font-weight: normal!important;
}

input#OnOff_Notify {
    margin-top: 1px!important;
    margin-right: 5px!important;
}

#volSlider .before {
    height: 5px;
    border: solid 1px transparent;
    margin-top: -1px;
border-radius: 0!important;
    background: rgb(28 28 28)!important;
    width: 0;
}

#volSlider .thumb {
    display: inline-block;
    position: relative;
    width: 3px!important;
    height: 5px!important;
    background: rgb(28 28 28)!important;
    border-radius: 0!important;
    top: -10px!important;
    border: 1px solid transparent;
    left: 0;
    box-shadow: none!important;
    cursor: pointer;
}

#volSlider {
    width: 100px;
    height: 5px;
    display: inline-block;
    background: #afafaf!important;
    border: 1px solid transparent!important;
    border-radius: 0!important;
    box-shadow: none!important;
    float: right;
    margin-top: 5px;
    margin-left: 1em;
}

li.pa-reg {
    display: inline-block;
    width: 80px;
    font-family: century gothic;
    text-align: center;
    font-size: 8px;
    color: #565656;
    margin-left: 11px;
    margin-right: 10px;
}

div#html-footer.section {
    text-align: center;
    font-size: 7px;
    width: 250px;
    margin: auto;
    font-weight: normal;
}

div#profile.formal p.infofield, div#profile.formal span.label, div#profile.formal div.fs-box {
text-transform: lowercase;
}

div.html-post-box {
padding-bottom: 0!important;
}

.achivka {
    background: var(--bgcolor);
    padding: 6px;
    border-radius: 7px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#imageupload-left input[type=button] {
    width: auto!important;
    text-align: center;
}

#keyboard-span input {
    font-family: verdana!important;
    font-weight: 300;
    font-size: 11px!important;
    color: #666;
    background-color: #fffaf7;
    padding: 5px 5px 4px 5px!important;
    margin: 1px 1px 0 0;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 25px;
    min-width: 30px;
}

#mask_dialog .inner {
    cursor: default;
    margin: 0;
    width: 760px;
    max-width: 99%;
    max-height: 90%;
    overflow-x: auto;
    z-index: 100;
    box-shadow: 0 0 40px #222;
    background: #f9f9f9!important;
    border-radius: 10px!important;
    padding: 15px 15px 10px 15px!important;
}

#mask_dialog .hv-mask-dialog-title {
    text-align: center;
    font-weight: bold!important;
    font-size: 16px;
color: #aeb1bf;
    font-family: century gothic!important;
    line-height: 34px;
    position: relative;
}

#mask_dialog .hv-add-template {
    cursor: pointer;
    float: right;
    color: #aeb1bf!important;
    text-transform: lowercase!important;
    font-size: 9px!important;
    font-family: century gothic!important;
    font-weight: bold!important;
    text-decoration: none!important;
border: none!important;
}

#mask_dialog .hv-preview-block img {
    max-width: 100px;
    border-radius: 10px;
    margin-top: 10px;
}

#mask_dialog .hv-delete-mask {
    display: block;
    font-size: 8px!important;
    text-align: center;
    cursor: pointer;
}

span.stickytext {
    font-size: 7px;
    background: var(--bgcolor);
    margin-right: 5px;
    border-radius: 50px;
    padding: 3px 5px 4px 8px;
}

span.byuser {
    text-transform: lowercase;
    font-size: 8px;
    margin-left: 2px;
}

td.tc2.user_title {
    font-size: 8px;
}

div.post-box {
    text-transform: initial;
}

div#pun-live-rusff {
    z-index: 98;
    width: 440px;
    height: 19px;
    margin: auto 0px 0 auto;
    background: transparent;
    text-align: right;
    line-height: 17px;
    MARGIN-BOTTOM: 20PX!important;
    position: relative;
}

div#pun-viewforum.punbb div.icon, div#pun-searchtopics.punbb div.icon, div#pun-modviewforum.punbb div.icon {
    height: 20px !important;
    margin-top: 23px;
}

div#pun-viewtopic.punbb h1 {
    text-align: center;
    width: 850px;
    margin: auto;
    margin-left: -40px;
    background: transparent !important;
    border-bottom: var(--normalborder);
    height: 8px;
}

div#pun-viewtopic.punbb h1 span {
    margin: auto;
    margin-left: 250px;
}

div#pun-searchposts.punbb h1 {
    text-align: center;
    width: 1000px;
}

div.post-body {
    padding: 6px 0;
}

form#post.container div#form-buttons {
    padding: 3px 0px 2px 1px;
    border-radius: 10px 10px 0 0;
    width: 885px !important;
    margin-top: -40px;
}

form#post-container legend {
    margin-bottom: 4px;
}

.epizod1 {
width: 70%;
margin: auto;
text-align: justify;
font-size: 10px;
}

.epizod2 {
width: 70%;
margin: auto;
text-align: justify;
font-size: 10px;
}

div#viewprofile {
    margin-top: 15px;
}

form#post.container legend {
    margin-bottom: 10px;
}

div#pun-main.main {
margin-top: -20px;
}

.notify-message .jGrowl-header {
    font-weight: 400 !important;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #888;
}

.jGrowl-notification {
    background-color: #000;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
    zoom: 1;
    font-size: 11px !important;
text-transform: lowercase!important;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 7px;
    min-height: 40px;
border-radius: 3px!important;
}

#pun-reputation .inner h1 {
margin-left: 0!important;
width: 100%!important;
}

#pun-reputation .inner {
background: #f9f9f9;
border-radius: 10px;
}

#profile10 .tcl {
    width: 10% !important;
    padding-left: 15px;
}

#profile10 .checker {
    width: 4% !important;
    padding-right: 10px;
    padding-left: 10px;
}

#profile10 .tcr input {
    width: 96%!important;
}

div.fs-box.hashelp div#form-buttons {
    width: 722px;
}

td.tcl.pmtcl1 {
    padding-right: 30px!important;
}

div#profile.formal.messages-container div.fs-box {
    margin-top: 25px;
}

.punbb fieldset legend strong {
    font-weight: normal!important;
    font-size: 12px!important;
    font-family: century gothic;
    color: #aeb1bf;
    letter-spacing: 2px;
    padding: 4px 7px 3px 8px;
}

#video-area-tinp, #image-area-tinp {
    margin: 0.5em 0;
    padding: 0.3em;
    height: 70px;
}

.hvStickerPackModal {
    padding: 15px!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none!important;
    border-radius: var(--normalradius)!important;
    background: #f9f9f9!important;
    box-shadow: 0px 0px 50px #000000ad!important;
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#button-sticker {
    background: url(https://forumstatic.ru/files/001b/be/f5/85060.png) 100% no-repeat!important;
    background-size: contain;
    cursor: pointer;
}


.hvStickerPackModalTab {
    text-transform: lowercase!important;
    font-size: 9px!important;
    font-weight: bold!important;
    font-family: century gothic!important;
    border-radius: 50px!important;
    letter-spacing: 1px!important;
    border: none!important;
    color: #ffffff!important;
    background: #1d1d1d!important;
    padding: 3px 11px 4px 10px!important;
}


.hvStickerPackModalTab.active {
    text-transform: lowercase!important;
    font-size: 9px!important;
    font-weight: bold!important;
    font-family: century gothic!important;
    border-radius: 50px!important;
    letter-spacing: 1px!important;
    border: none!important;
    color: #1d1d1d!important;
    background: #ffffff!important;
    padding: 3px 11px 4px 10px!important;
}

.hvStickerPackModalContent {
    border: 0px!important;
    padding: 0px!important;
}

.hvStickerPackModalInput {
    padding: 4px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px!important;
    border: white!important;
    width: 200px;
    text-transform: lowercase!important;
    font-size: 9px!important;
    letter-spacing: 1px!important;
    background: white!important;
}

.hvStickerPackModalAddButton {
    font-size: 9px!important;
    line-height: 15px!important;
    border: 0;
    margin-left: 8px;
    border-radius: 40px;
    background: rgb(28 28 28)!important;
    cursor: pointer;
    color: white!important;
}

.achivkatekst {
    font-family: century gothic;
    font-size: 14px;
    color: #aeb1bf;
    line-height: 12px!important;
    font-weight: bold;
    margin-bottom: 5px!important;
    text-transform: lowercase;
}

.achivkatema {
    background: var(--bgcolor);
    padding: 6px;
    border-radius: 7px;
    margin-bottom: 10px;
}

p.lastedit {
    font-size: 0;
}

.bubble {
    background: red;
    border: 0 none;
    border-radius: 50px!important;
    color: white;
    display: inline-block;
    height: 10px!important;
    font: bolder 8px/1.6 Tahoma;
    margin-top: 26px!important;
    min-width: 5px!important;
    padding: 1px 5px 3px 4px!important;
    position: absolute;
    right: 22px!important;
    text-align: center;
}

.bubble:after {
    border-color: transparent!important;
}

li.pa-fld4 {
    text-align: center;
    margin-bottom: 10px;
    border-top: var(--normalborder);
    padding-top: 10px;
}

.topic a.sharelink {
    float: right;
    margin-left: 1em;
    margin-top: 3px;
}

div.topic h2 {
    margin-left: 250px;
}

span.pagestext {
    font-size: 8px;
}

span.pagestext a {
   border: none!important;
}

div#pun-navlinks.section {
}

div.tclcon h3 a:hover {
    color: #1d1d1d!important;
}

#main-reply {
    width: 99%!important;
}

.persinfo {
background: #aeb1bf;
    padding: 3px 6px 6px 35px;
    font-family: century gothic;
    color: white;
    font-size: 14px;
    width: 500px;
    margin: auto;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 5px;
}

.punbb .post-content em.bbuline {
    font-style: normal;
    text-decoration: #aeb1bf underline;
    text-decoration-style: solid;
}

.post-content .spoiler-box > div {
    background: url(https://forumstatic.ru/files/001b/be/f5/60153.png) no-repeat left center!important;
    cursor: pointer;
    padding-left: 18px;
height: auto;
}

.post-content .spoiler-box > div.visible {
    background-image: url(https://forumstatic.ru/files/001b/be/f5/47453.png)!important;
}

#pun-statistic .tc-registered, #pun-statistic .tc3 {
text-transform: lowercase;
}

div.tclcon hr {
    border-top: 1px dashed #b1b1b1!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    width: 328px!important;
}

hr {
    border-top: 1px solid #aeb1bf!important;
    margin-top: 10px!important;
    border-bottom: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    margin-bottom: 10px!important;
}

.punbb .formal fieldset {
    min-width: 0;
}

div.usertable td.tcl {
    font-size: 10px;
    padding-top: 25px!important;
}

#profile-right {
    width: 70%;
    font-size: 10px;
}

li#pa-online {
    font-size: 10px;
    margin-top: 8px;
}

div#notify-settings {
    margin-bottom: 25px!important;
}

span.inp2 {
    font-size: 10px;
}

span.closed {
    font-size: 10px;
}

textarea#main-reply {
    background: var(--bgcolor);
    padding: 5px 6px 5px 9px;
    border: var(--normalborder);
    width: 835px !important;
    margin-top: -10px;
}

form#mask_form {
    padding-left: 25px;
    padding-right: 10px;
}

div.post.toppost {
    margin-top: 5px;
}

div#pun-reputation h1 span {
    margin: auto;
    margin-left: 0px!important;
}

div#pun-reputation h1 {
    margin-top: 25px!important;
}

fieldset#post-preview div.post-content p {
padding-bottom: 0px!important;
}

fieldset#post-preview div.fs-box {
padding: 0px!important;
}

p.checkfield label {
    margin-left: 6px;
}

.altlink {
letter-spacing: 0px!important;
color: white!important;
}

.altlink:hover {
color: #aeb1bf!important;
}

.icon[data-new-topics]:before, .subforums span[data-new-topics]:before {
    background: #ff0000;
    border-radius: 8px;
    color: #fff;
    content: attr(data-new-topics);
    display: inline-block;
    font-size: .8em;
    font-weight: 700;
    height: 12px;
    line-height: 12px;
  margin: 27px 6px!important;
    min-width: 12px;
    padding: 2px;
    position: absolute;
    text-align: center;
}

textarea#reputationText {
font-size: 10px!important;
}

del {
    background-color: transparent!important;
}

li#profile-title strong {
    font-size: 7px;
    line-height: 9px;
    text-transform: lowercase;
    text-align: center;
    margin: 5px 30px 15px 30px;
    padding: 0px;
font-weight: normal!important;
}

li#pa-online strong {
    font-size: 7px;
text-transform: lowercase;
font-weight: normal!important;
}

#form-buttons table, .punbb .formal textarea {
    width: 850px!important;
}

td#button-smile {
    background: url(/i/form_buttons.3.png) no-repeat 50% -437px;
    width: 0;
}

td#button-files_rusff {
    width: 0;
}

del {
    background-color: #000000 !important;
    color: black;
    text-decoration: none !important;
transition: 0.3s ease-in-out;
}

del:hover {
    background-color: transparent!important;
    text-decoration: none !important;
transition: 0.3s ease-in-out;
}

.lz {
    color: black !important;
    text-align: center;
    margin-bottom: -5px;
}

li.pa-fld5 {
    width: 15px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    padding: 2px 3px 2px 3px;
    position: absolute;
    margin-top: 15px;
    background: #000000;
    z-index: 999;
}

li.pa-fld5 a {
color: white!important;
}

img#Knopa2-2 {
    width: 0!important;
}

:root {
    --bgcolor: #fbfbfb;
    --textcolor: black;
    --normalborder: 1px solid #b3b3b3;
    --normalradius: 10px;
}