/*************************************************************
by simpasy
**************************************************************/

/* A1 Fonts
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1763734885.css);
  @import url('https://fonts.googleapis.com/css?family=Noto+Serif');
  @import url('https://fonts.googleapis.com/css?family=Rye');
  @import url('https://fonts.googleapis.com/css?family=Prociono');
  @import url('https://fonts.googleapis.com/css?family=Arapey');
  @import url(http://fonts.googleapis.com/css?family=Oranienbaum);
  /*@import "http://webfonts.ru/import/bebasneue.css";*/
  @import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Cuprum|Fjalla+One|Geo|Homemade+Apple|Oswald|Playfair+Display');
  @import url('https://fonts.googleapis.com/css?family=Lobster|Pattaya|Romanesco|Six+Caps');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal&family=Bodoni+Moda:wght@400;500&family=Cinzel+Decorative&family=Cinzel:wght@400;500;600&family=Cormorant:ital,wght@0,300;0,400;0,500;1,300&family=Gilda+Display&family=IM+Fell+English+SC&family=Marcellus+SC&family=Mate+SC&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Oranienbaum&family=Playfair+Display+SC:wght@400;700&family=Suranna&family=Vidaloka&family=Zen+Antique&family=Zen+Old+Mincho:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');

@font-face {
    font-family: 'henri_didotregular';
    src: url('henrididot-webfont.woff2') format('woff2'),
         url('henrididot-webfont.woff') format('woff'),
         url('https://forumstatic.ru/files/0019/4c/e1/19263.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica';
    src:          url('https://forumstatic.ru/files/0017/6a/b8/71978.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arsenica bold';
    src:          url('https://forumstatic.ru/files/0017/6a/b8/46173.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* 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 */
.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, georgia, arial, helvetica, sans-serif;
  }

/*A3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    padding: 3.5px 3px;
    margin-left: -1px !important;
    background-color: rgb(215 214 221 / 22%);
    color: rgb(64 64 64);
    border: #a3a29f solid 1px;
}



/* 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: 1.1em;
  }

/* 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 */
.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 {
    margin: 154px auto 0!important;
    position: relative;
    float: center;
    width: 1002px;
}


.punbb {
    height: auto;
    width: 953px;
    margin-left: 25px;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
    margin-top: 63px;
}

/* 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 2px 0px
  }

/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 31px;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }



/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1*/
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 103%;
    overflow: hidden;
}

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
padding: 5px 9px 5px 0px;
  line-height: 147%;
  word-break: break-word;
  /* font-size: 11px; */
  }

/* 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;
  }

/* B1.8 Содержимое блока цитат*/
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 5px 5px 14px 12px;
    padding: 12px 18px 13px 20px;
    background-color: #cbcbcbcc;
    border-left: 3px solid #5e483d;
}


/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    font-size: 11px;
    letter-spacing: 0.5px;
    font-style: normal;
    font-family: arial;
    margin: 0;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #574629bf;
    color: #362100;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  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: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 32px;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -4em;
    right: 37px;
    width: 16em;
    text-align: right;
    font-weight: bold;
}

/* B3.5 */
.punbb .linksb {
text-align: right;
    padding: 0.4em 3em 0.5em 32px;
    margin-top: -9px;
    margin-bottom: 14px;
    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: 0em 0em 0em 0em;
}

/* C1.2 Отправить, Посмотреть*/
.punbb .formsubmit {
    padding: 0 0 0 1.7em;
    margin: 1px 0px 0px 0px;
    text-align: center;
}

/* C1.3 Кнопули*/
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
    margin: 0 0.6em 0 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 9px;
    background: #171613;
    color: #bbbaba!important;
    padding: 6px 30px 6px 30px !important;
    transition: .5s all;
    font-family: 'Lora' !important;
}

input.button:hover, #post fieldset .hashelp div input:hover, .button:hover {
    background: #171613d6;
    color: #d9d9d9!important;
    cursor: pointer!important;
}

/* C1.4 */
.punbb fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 0 21px 0 18px;
    margin: 0 0 1em 0;
}

/* C1.5 */
.punbb fieldset legend {
    font-size: 1.1em;

}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 6px;
    margin: 0 0 0 -15px;
    font-family: 'Alice';
    text-transform: uppercase;
    font-size: 10px;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* 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: normal;
  }

/* 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;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
    text-align: justify;
    width: 52%;
    word-break: break-word;
}

/* C2.2 */
.punbb .main .tcmod {
    text-align: center;
    width: 6%;
}

.punbb .main .tc2, .punbb .main .tc3 {
    text-align: center;
    width: 3%;
}

.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
word-break: break-word;
}



#pun-searchtopics .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 52%;
}

/* C2.4 */
#pun-modviewforum .main .tcl {
  width: 38%;
  }


#pun-userlist .main .tcl {
    width: 20%;
    padding-left: 10px;
}

/* C2.5 */
#pun-userlist .main .tc2 {
  text-align: left;
  width: 20%;
  }

#pun-searchtopics .main .tc2 {
    text-align: left;
    width: 39%;
}

/* 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 {
    text-align: right;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    padding: 6px 0px 6px 0px;
    margin-bottom: 3px;
    width: 456px;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: none;
  padding-top: 0.3em;
  }


/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 12px 13px;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
}

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

 /* C2.14 */
.punbb tbody.hasicon td.tcl {
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}



/* C2.15 */
.punbb div.icon {
    display: block;
    height: 17px;
    width: 16px;
}


/* C2.16 */
#pun-viewforum div.icon, #pun-messages div.icon {
    float: left;
    width: 8px;
    height: 0px;
    border-style: none;
    margin-top: 0px;
    padding-bottom: 8px;
    margin-left: 0px;
    margin-right: 20px;
background: #402a1f;}

#pun-searchtopics div.icon {
  float: left;
    width: 8px;
    height: 0px;
    border-style: none;
    margin-top: 0px;
    padding-bottom: 8px;
    margin-left: 0px;
    margin-right: 20px;
background: #402a1f;
}


/* C2.17*/
#pun-index td div.tclcon {
    width: 454px;
    font-size: 10.4px;
    line-height: 12px;
    text-align: justify;
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 8px;
    margin-left: -28px;
}



 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
    border-style: none solid solid solid;
    border-width: 1px;
    margin-top: 0px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 20px;
}


/* C3.2 */
.punbb .post h3 {
  height: 31px;
  width: 865px;
  margin: 0px 0px 17px 7.5px;
  }

/* C3.3 */
.punbb .post h3 span {
 top: 2px;
    left: 23px;
    width: 840px;
    display: block;
}

#pun .post h3 {
    border: 0 !important;
    width: 1002px;
    font-size: 11px;
    height: 19px;
    font-family: 'Alice', serif;
    margin-left: -26px !important;
    margin-top: -51px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: rgb(23 22 19);
}


#pun .post h3 a {
    color: #d2d5d3;
}



.post h3 span {
    margin-left: 102px !important;
    margin-top: 60px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    padding-left: 2px !important;
    width: auto;
    color: #c4c3b5;
}



/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
    color: #ebebeb;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    color: #0e0d14;
}

/* C3.7 */
.pa-author {
    margin-bottom: 4px;
    margin-left: 22px;
    width: 180px;
}

/* C3.8 */
.punbb .post .post-author li.pa-author a {
    text-decoration: none;
    color: #171613;
    font-family: 'Arsenica', normal;
    letter-spacing: 1px;
    font-weight: 800;
}

.punbb .post .post-author li.pa-author a:hover {
    color: #d5d5d573;
}


/* C3.9 */
li.pa-title {
    width: 180px;
    font-family: arial;
    text-transform: uppercase;
    font-size: 7px;
    height: 24px;
    text-align: left;
    padding-top: 6px;  
    letter-spacing: 0.7px;
    margin-top: 0px;
    margin-bottom: -10px;
    margin-left: 21px;
    border-top: 1px solid #1716136e;
}



li.pa-online {
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    width: 180px;
    left: 30px;
    height: 14px;
    padding-top: 2px;
    position: absolute;
    margin-left: 0px !important;
    background-color: #171613;
    color: #d2d5d3;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 19em;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 5px 1px 1px 0px;
}

/* C3.12 */
.punbb .post-box {
    padding-left: 0px;
    padding-right: 0px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  margin-right: 16px;
  margin-top: 19px;
  font-family: arial;
  font-size: 11.5px;
  }


/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* 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: 5.5em 1em;
    text-align: right;
    margin-top: -49px;
    margin-bottom: -44px;
}


/* 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 1em
  }

/* 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: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  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 -0.6em 14px;
  }

/* 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: -16em;
    padding: 0.5em 1em;
    color: #323232;
    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 1em;
  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-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  }

/* D1.2 */
#pun-title h1 {
  height : 40px;
  padding: 2em 1em 0 1em;
  display: none;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 Шапка */
#pun-title h1 span  {
  font-size: 1.5em;
  }

#pun-title table {
    border: none;
    height: 224px;
    margin-top: -154px;
    position: absolute;
    width: 1059px;
    margin-left: -54px;
    background-position: center 0;
}

#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 (1ая навигация)
-------------------------------------------------------------*/

/* D3.1 * /
#pun-navlinks, #pun-navlinks .container {
  margin-top: -90px;
  margin-bottom: 3px;
  text-align: center;
  text-transform: lowercase;
  font-size: 15px;
  font-weight: bold;
  font-family: -webkit-pictograph;
  letter-spacing: -0.2px;
}

/* D3.2 */
#pun-navlinks .container {
    margin-top: 69px;
    margin-bottom: -8PX;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: 'Arsenica', normal;
    text-align: center;
    font-weight: bolder;
    font-size: 13.4px;
    letter-spacing: 0px;
    padding-top: 5px;
}

/* D3.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 5px;
  }

/* D3.4  Навигация 1ая*/
#pun-navlinks li a {
    color: #171613;
    text-shadow: 0px 0px 1px #100f1329;
}

#pun-navlinks li a :first-letter{
  color:#edd691!important;
  text-shadow: 0px 0px 1px #ffd760;
}

/* D4 User links (2ая навигация) 
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
border-top: none;
    position: inherit;
    padding-bottom: 1px;
    padding-top: 4px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 7px;
    text-align: center;
    font-weight: 700;
    font-family: arial;
}



/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 0.1px;
  white-space: nowrap;
  }


/* D4.4 */
#pun-ulinks li a {
  padding: 0 1px 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, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

#pun-status .container {
    color: #d1d4d2;
    font-family: 'Alice', serif;
    text-transform: uppercase;
    font-size: 8.4px;
    letter-spacing: 0.8px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 1002px;
    position: absolute;
    top: -131px;
    left: 0px;
    right: 0px;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1, #pun-crumbs2 {
margin-left: 10px;
    font-family: arial;
    text-transform: uppercase;
    font-size: 7px;
    height: 24px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.7px;
    text-align: left;
}

/* D5.5 * Футер/
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 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 1px 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: 1px;
  }

/* D6.3 */
#pun-announcement .container {
    margin-top: -317px;
    padding: 314px 0em 0px 0em;
    margin-left: -1px;
}


/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 14.8em 12px;
    padding-right: 31px;
    margin-bottom: -182px;
    margin-top: -172px;
}



/* 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: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: none;
    width: 957px;
}

/* D8.7 */
#pun-crumbs2 .container {
border-bottom: none;
    padding: 11.8em 1em;
    margin-bottom: -138px;
    margin-top: -84px;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* 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;
  }

.mmf {
    line-height: 12.8px;
    border: 3px #584122;
    border-style: double;
    width: 422px;
    padding: 7px 15px;
    background-image: url(https://forumstatic.ru/files/0018/13/fc/68056.png);
    font-size: 10.7px;
    font-family: 'Noto+Serif';
}

.zagolovok
{
font-size: 10.5px;
font-weight: 700;
font-style: italic;
font-family: Georgia;
}

.zvan {
    font-size: 10px;
    font-family: 'Noto Serif';
    letter-spacing: 0px;
    text-align: center;
    text-transform: initial;
    line-height: 13px;
}

#lsimg {
padding-top: 4px;
}


/*новые соо, активные*/
#pun-searchtopics .main .tcl {
padding-left: 25px;
width: 59%;
}


/*категории*/
#pun-index .category h2 {
    width: 938px;
    text-align: left;
    margin-bottom: -55px !important;
    margin-top: -18px;
    font-size: 11px;
    height: 15px;
    color: #cccfcd;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: 'Cuprum';
    background: #171613d4;
    padding: 3px 0px 0px 13px;
}

#pun-stats h2 {
display: none;
    width: 952px;
    text-align: center;
    margin-bottom: -55px !important;
    margin-top: -18px;
    font-size: 11px;
    height: 21px;
    color: #171613;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: 'Arsenica';
    border-bottom: 6px #9c8c71d9 solid;
    padding: 5px 0px 0px 0px;
}

#button-mybb 
{
background-image:url('http://dizayn.mybb.ru/uploads/000a/45/08/120-1.png');
 padding:0;
 line-height:0;
 background-position:center;
 background-repeat:no-repeat;
 height:26px;
 width:100%;
}

#zagl {
    font-size: 11px;
    font-family: georgia;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 5px;
    letter-spacing: -0.7px;
}


/*подфорумы*/
.quotes {
    font-family: arial;
    font-size: 6.5px;
    text-transform: uppercase;
    color: rgb(0 0 0);
    margin-top: -1px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 13.8px;
}

.zag {
    text-align: right;
    line-height: 12px;
    margin-bottom: 3px;
    padding: 0px;
    height: 14px;
    color: #d1d5d3;
    font-family: 'Playfair Display';
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 0.8px;
    font-size: 8.5px;
    padding-right: 8px;
    background: #171613;
}

.knopfor {
    text-align: center;
    width: 432px;
    background: #1013120d;
    padding: 3px 5px 5px 5px;
    font-family: lora;
    font-size: 10.5px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 2px;
}

.knopfor a {
    text-shadow: 0px 0px 2px #00000040;
}

.knopfor a:hover {
    color: #2d6863;
    text-shadow: 0px 0px 3px #3e786eb5;
}



/*репутация*/
#pun-reputation > div.inner.post_reputation > h1 {
    background-color: #2a2928;
    height: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    padding: 6px 0px 19px 0px;
    color: #d1d1d1;
    margin: 0px 0px 0px -1px;
    text-align: center;
    width: 769px;
    font-size: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: lora;
    letter-spacing: 0.8px;
}

#pun-reputation > div.inner.post_reputation > div.container {
    margin-left: -1px;
    background: #cdcdcd;
    margin-top: -5px;
}

.post-rating > p {float:right !important;border:0 !important;padding-right: 17px !important;}



#pun-modviewforum .main .tcl div.icon {
        margin-top: -5px;
        margin-right: -36px;
        margin-bottom: -8px;
}




#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area, #spoiler-area {
    height: 146px;
    overflow-x: auto;
    padding: 7px;
    background-color: rgb(207 207 207);
    color: rgb(64 64 64);
    border: #17161359 solid 1px;
}


hr, .banner-line {
}

#pun-main > h1 > span:nth-child(1) {
    color: #171613de;
    font-family: lowercase;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    align-items: self-start;
}

#pun-status > p > span.item4.status-right > a, #pun-status > p > span.item3.status-right > a {
    color: #979ebd;
}

#pun-status > p > span.item4.status-right > a:hover, #pun-status > p > span.item3.status-right > a:hover {
    color: #5e637aba;
    transition: all 0.5s linear;
}



#pun-live-rusff {
    display: none;
}



.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
    color: #171613;
}






/* КОД ССЫЛОК НАВИГАЦИИ ОТ ВЕЩЕГО ДУХА */
#navigblock {
    width: 212px;
    margin-left: 28px;
    position: absolute;
    top: 270px;
    color: #8d8c88;
    font-size: 9px;
    font-family: verdana;
    letter-spacing: 0.2px;
    line-height: 13px;
    text-align: justify;
    z-index: 9999;
    background: #0f1614;
    box-shadow: 0 0 0 1px #43ffe51a inset, 0 0 20px 0 #66b7ac40 inset;
}

.spirit-navigation {
    width: 228px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 230px;
    margin-left: 19px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 43px;
    text-align: center;
    font: 700 0px 'roboto';
    background: url(https://forumstatic.ru/files/001b/75/d1/58359.png);
    opacity: 1;
}

.sslka {
  margin: 10px
}


#pun .sslka a {
    transition: all 0.3s linear 0s;
    display: block;
    padding: 5px 5px;
    margin-bottom: 4px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    width: auto;
    font-family: 'Alice', serif;
    font-size: 8.5px;
    font-weight: 300;
    color: #b3b3b3 !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    text-align: center;
    background: radial-gradient(ellipse at top, #115a49 10%, #0b423f 53%, #041c1a 100%);
    box-shadow: 0 0 0px 1px #09332d inset, 0 0 0 2px #31a18733 inset, 0 0 10px 3px #ffffff00 inset;
}

#pun .sslka a + a { 
  margin: 5px 0px;
}

#pun .sslka a:hover {
    opacity: .9;
    color: #c1c1c1e0 !important;
    text-shadow: 0px 0px 5px #85ffdc;
}

#navigblock2 {
    width: 212px;
    margin-left: 658px;
    position: absolute;
    top: 270px;
    z-index: 9999;
    background: #0f1614;
    box-shadow: 0 0 0 1px #43ffe51a inset, 0 0 20px 0 #66b7ac40 inset;
}

.spirit-navigation2 {
    width: 254px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 230px;
    margin-left: 647px;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s;
    height: 44px;
    text-align: center;
    font: 700 0px 'roboto';
    background: url(https://forumstatic.ru/files/001b/75/d1/18474.png);
    opacity: 1;
}


.spirit-navigation_hover {
  opacity: .5
}



#table {
    position: absolute;
    top: 35px;
    text-align: justify;
    margin-left: 0px;
    width: 903px;
    overflow-y: auto;
    height: 246px;
    line-height: 14px;
    padding-right: 5px;
    font-family: lora;
    font-size: 8.7px;
    color: #869795;
    display: inline-block;
    justify-content: normal;
}

.left {
    margin-left: 27px;
    width: 235px;
}

.bestep {
    margin-bottom: 72px;
    font-size: 9px;
    text-transform: uppercase;
    margin-left: 8px;
    margin-top: 2px;
    width: 216px;
    text-align: center;
}

.bestep span {
    color: #9bcfc496;
    text-shadow: 0 0 3px #00000078;
    font-weight: 500;
}

.bestep a:hover {
    color: #608381cc !important;
    text-shadow: 0 0 7px #00000080;
}

.bestep a {
    color: #adc9c5bf !important;
    text-shadow: 0 0 3px #000000b0;
}


.activ {
    width: 257px;
    margin-top: -29px;
    margin-left: 22px;
}

.actimg {
    display: inline-block;
}

.actimg div {
    position: relative;
}


.actimg div:hover img {
     opacity: 0.8;
    transition: all .5s ease-in-out 0s;
}

.actimg div:after {
}

.actimg div:hover:after {
  transform: translateX(-21px)
}


.bestpost {
    height: 70px;
    width: 239px;
    overflow: auto;
    margin-left: -2px;
    padding-right: 4px;
    margin-top: -4px;
    letter-spacing: 0.5px;
}

.bestpost span {
    color: #7abbae96;
    text-shadow: 0 0 3px #00000078;
    font-weight: 500;
    font-size: 9px;
    text-transform: uppercase;
}

.bestpost a {
    color: #adc9c5bf !important;
    text-shadow: 0 0 3px #000000b0;
}

.bestpost a:hover {
    color: #608381cc !important;
    text-shadow: 0 0 7px #00000080;
}

.right {
    width: 244px;
    margin-left: 647px;
    margin-top: -169px;
}

.tematic {
    margin-bottom: 42px;
    font-size: 9px;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 0px;
    width: 225px;
    color: #acebde96;
    text-shadow: 0 0 3px #00000078;
    font-weight: 400;
}

.kvest {
    display: block;
    margin-left: -1px;
    margin-right: 7px;
}

.kvest span {
    color: #9eddd58a;
    font-size: 9.5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 49px;
    text-shadow: 0 0 6px #00000073;
}


.kvest a {
    color: #adc9c5bf !important;
    text-shadow: 0 0 3px #000000b0;
    font-size: 9px;
}

.kvest a:hover {
    color: #608381cc !important;
    text-shadow: 0 0 7px #00000080;
}

.line {
    padding: 0px 0px 0px 0px;
    border: 1px solid #61918a1c;
    width: 250px;
    margin-left: -9px;
    margin-top: 6px;
    margin-bottom: -3px;
}

.news {
    margin-top: 9px;
    height: 23px;
    overflow: auto;
    padding-right: 6px;
    letter-spacing: 0.4px;
    line-height: 13px;
}

.news span {
    font-weight: 600;
    color: #689f96;
}


.sslkvest {
    margin-top: 6px;
    font-size: 9px;
    height: 88px;
    overflow: auto;
}

.pa-fld3 .fld-name, .pa-fld4 .fld-name, .pa-fld5 .fld-name {
	display: none;
}


/*плашка*/


.plash {
    margin-left: -6px;
    margin-top: -35px;
    margin-bottom: -26px;
    background: url(https://forumstatic.ru/files/001b/75/d1/64102.png);
    position: absolute;
    width: 238px;
    height: 86px;
}


.plashzag {
    font-size: 9.2px;
    text-transform: uppercase;
    font-family: lora;
    color: #6a837e;
    margin-top: 42px;
    width: 179px;
    margin-left: 38px;
    text-align: center;
}


.plashtext {
    top: 289px;
    font-size: 7.5px;
    font-family: verdana;
    width: 175px;
    left: 42px;
    color: #a9a9a97a;
    letter-spacing: 0.5px;
    margin-left: 41px;
    margin-top: 1px;
    text-align: center;
}



/*настройки лз*/

.lz {
    width: 185px;
    margin: 47px 0px 5px 17px;
    position: relative;
}

.zag1 {
    font-family: lora;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    width: 198px;
    text-align: center;
    margin-bottom: 6px;
}

.op {
    width: 179px;
    border: 1px solid #7dd1c526;
    background: #161c1a4f;
    padding: 6px;
    box-shadow: inset 0 0 10px #0000007d, 0 0 3px #49938936;
}

.op p {
    line-height: 15px;
    text-align: justify;
    letter-spacing: 0.8px;
    font-size: 9px;
    padding-bottom: 12px;
}

.op strong {
    position: relative;
    font-family: 'Alice';
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid #23343180;
    padding-left: 47px;
    padding-right: 42px;
    padding-top: 5px;
}


#pun-status > p > span.item2 a {
    color: #cccfcd;
}

#pun-status > p > span.item2 a:hover {
    color: #747474bf;
    transition: all .5s ease-in-out 0s;
}

.post-author.online.topic-starter > ul > li.pa-ua {
    margin-top: 19px;
    display: flex;
    justify-content: center;
}






.topicpost .post-author {
    margin-top: 6px !important;
}





/* профиль автора в ЛС */
#pun #pun-messages .post h3 {
    width: 573px;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    margin-bottom: -10px;
}

#pun #pun-messages .post h3 span {
    width: auto !important;
    margin-top: 63px !important;
    margin-left: -97px !important;
    text-shadow: none;
    color: #0f1211;
}

#pun #pun-messages .post-author {
    margin-top: 20px !important;
    margin-left: 5px !important;
    /* background: #2f2a441f; */
    width: 200px !important;
    padding-bottom: 19px !important;
}

#pun-messages .post-author ul {
  margin: 0 10px !important;
}

#pun-messages .pa-author {
    margin-top: 7px !important;
    margin-bottom: 10px !important;
    margin-left: 0px;
}


#pun-messages .post-author ul {
  margin: 0 0px !important;
  width: auto;
}

#pun-messages .pa-posts {display: none}

#pun-messages .pa-online {
    left: 5px;
}

#pun-messages .post-content {
  margin-top: 20px !important;
}

#pun-messages .pa-title {
    margin-left: 0px !important;
    margin-bottom: 9px;
}


#pun-messages .pa-avatar img {
    margin-top: -17px !important;
    margin-bottom: 7px;
}


#messages td.tcl.pmtcl1 {
    padding-left: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#pun-index .user-avatar {
    height: 50px !important;;
    vertical-align: middle;
}


/*кнопы в в объяве*/
.newsknop {
    display: inline-block;
    background: #171613;
    color: #e9e9e9;
    padding: 4px 25px;
    margin-top: 2px;
    transition: all .6s ease-in-out 0s;
    border: 3px double #d2d5d3;
}

.newsknop span {
    color: rgb(213 216 214);
    font-family: 'Cuprum';
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: inline-block;
    font-size: 11px;
}

.newsknop:hover {
  filter: sepia(50%) brightness(1.3)
}



#viewprofile #pa-fld3, #pa-fld5 {
    display: none;
}



del {
  text-shadow: #333 0 0 3px;
  text-decoration: none;
  color: transparent;
}

del:hover {
  transition: 0.25s linear;
  text-shadow: none;
  text-decoration: none;
  color: #333;
}


#pun-announcement h2 {
display: none;
}


.mini_awards_label {
display: none;
}

body .punbb {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#pun-index #pun-category1 h2 {
    margin-top: -69px !important;
}

.pa-fld5 {
    float: left;
    margin: -17px -23px 0px -6px;
}

#pun-status .status-right {
    float: right;
    position: absolute;
    top: -82px;
    right: -3px;
}

div > table > tbody > tr:nth-child(1) > td.tcl
{
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.topic a.sharelink {
    float: right;
    margin-left: 1em;
    margin-right: -24px;
}











.main table .Add {
  display: block;
  padding: 0px;
  height: 8px;
  line-height:8px;
    text-align: center;
  position: absolute;
    top: 26px;
    right: 23px;
}



#pun-category1 > div > table > tbody > tr, #pun-category2 > div > table > tbody > tr, #pun-category3 > div > table > tbody > tr, #pun-category4 > div > table > tbody > tr, #pun-category6 > div > table > tbody > tr, #pun-category7 > div > table > tbody > tr, #pun-category8 > div > table > tbody > tr, #pun-category9 > div > table > tbody > tr {
    position: relative;
    background: rgba(0,0,0,.03);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 7%) inset;
}


#pun-index .category table {
    border-spacing: 0px 20px;
    border: 0 !important;
}




