/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1681214425.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */

html, body {
    margin: 0;
    padding: 0;
}



body {
    padding: 0;
    background: url(https://i.imgur.com/Yn7WkQv.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #0f7249;
    background-size: 85%;
}



/* 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: 96.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea {
  font: 1em verdana, arial, helvetica, sans-serif; 
 outline: none;
  }

.punbb input, .punbb select, .punbb optgroup {
  font: 1.1em verdana, arial, helvetica, sans-serif; 
 outline: none;
  }


/* A3.4 */
.punbb h1, .punbb h2 {
  font-size: 15px;
  font-weight: bold!important;
  /* letter-spacing:  1px; */
font-family: 'Roboto Condensed';
/*  text-transform: lowercase;*/
  text-align: center;
  margin-top: 15px;
  }

/* A3.5 */
.punbb h1 span {
    font-size: 1.2em;
    color: #383838;
    font-weight: bold;
}

.punbb h2 span, .punbb legend span {
  font-size: 1em;
  color: #383838;
  }


/* 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: underline
  }

/* 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 */
/* &#248;&#232;&#240;&#232;&#237;&#224; &#244;&#238;&#240;&#243;&#236;&#224; &#239;&#240;&#238;&#241;&#242;&#224;&#226;&#235;&#255;&#229;&#242;&#241;&#255; &#231;&#228;&#229;&#241;&#252; */
#pun {
    margin: auto;
    position: relative;
    width: 940px;
    border-style: none;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 38px;
    border-bottom: none;
    /* margin-top: -8px; */
    background-image: url(https://i.imgur.com/UZA7GkA.png);
    background-repeat: repeat-y;
}

/* A5.2 */
.punbb {
  float: auto;
  height: auto;
  width: 100%;
  }

/* 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: 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 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.1em 1em 0.9em 1em; */
    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: auto;
    overflow: hidden;
    margin-left: 10px;
    text-align: justify;
    word-wrap: break-word;
    /* margin-top: -20px; */
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    border-top: 2px solid #e1ded6;
    /* width: 250px; */
    margin: 15px 0;
}

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  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: 0.4em 26px 1.4em 15px;
  padding: 1em;
  /* border-style: none; */
  /* border-width: 1px; */
  }

/* B1.9 */
.punbb .code-box strong.legend {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 8px;
    font-family: 'Grtsk-Mega Bold';
    border-bottom: 2px solid #4098df;
    color: #545454;
}
  
.punbb .quote-box cite {
display: block;
    padding-bottom: 0.7em;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Roboto condensed';
    margin-bottom: 5px;
    border-bottom: solid 2px #4098df;
    color: #4098df;
}

/* 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: 1em;
    width: 24em;
    color: #383838;
    font-family: Roboto Condensed;
}

/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -4em;
    right: 1em;
    width: 16em;
    text-align: right;
    font-weight: bold;
    color: #383838;
    font-family: Roboto Condensed;
}

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    color: #383838;
    /* margin-top: 20px; */
font-family: Roboto Condensed;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: 16em;
    font-weight: bold;
    color: #383838;
font-family: Roboto Condensed;
}

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
font-family: Roboto Condensed;
  }

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0;
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0;
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em;
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* 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 {
  overflow: hidden;
  text-align: left;
  width: 50%;
  margin-left: 10px;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  background-color: transparent;
  text-align: center;
  width: 12%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: right;
  width: 35%;
  font-family: 'Roboto Condensed';
  text-transform: lowercase;
  font-size: 12px;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
background-color: transparent;
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

/* C2.8 */

#pun-index .tcl h3 {
    font-size: 20px;
    font-family: 'roboto condensed';
    text-transform: uppercase;
    display:inline-block;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
      display: none;
      }

/* C2.11 */
.punbb .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 0.3em 1em;
    color: #383838;
}

/* C2.12 */
.punbb .main th {
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1em;
    color: transparent;
}

/* C2.13 */
    .punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

    /* C2.14 */
    .punbb td div.tclcon {
              margin-right: -3px;
              padding-top: 6px;
              padding-bottom: 6px;
    }

/* C2.15 */
    .punbb div.icon {
        float: left;
        display: block;
        width: 30px;
        height: 30px;}

/* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021;
}

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3 {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent; }

/* CS2.5 */
.punbb th {
  border-color: transparent ;
    font-size: 0 !important;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  /* border-color: #d6d6d6; */
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }

li.pa-online {
  border-left-color: transparent ;
  }


/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border-style: solid solid none solid;
  border-width: 1px;
  }

/* C3.3 */

.punbb .post h3 span {
    padding: 0.1em 4em 0.2em 3em;
    display: block;
    border-left-width: 1px;
    /* margin-bottom: 30px; */
    background-color: #e1ded6;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 40px;
    /* border-radius: 10px; */
    width: 98%;
    margin-left: -29px;
}

.punbb .fs-box .post h3 span {
    /* width: 100px; */
    margin-left: 0;
}


/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: 150px;
    text-align: right;
    font-weight: bold;
    color: #181818!important;
    font-family: 'Roboto Condensed';
}


/* C3.5 */
.punbb .post .post-author {
    margin-top: -21px!important;
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 1.3em 1em 2.3em 1em;
  line-height: 110%;
  }

.pa-author {
    font-size: 23px;
    font-weight: 890;
    /* letter-spacing: 1px; */
    margin-bottom: 10px;
    margin-left: 12px;
    text-align: center;
    position: relative;
    font-family: 'Caveat-SemiBold';
}

.pa-replies {color: #383838;}


/* C3.8 */
.pa-author a {
  text-decoration: none
  }

/* C3.9 */
li.pa-title {
  /* padding-bottom: 0.4em; */
  /* font-weight: bold; */
  }

.pa-title {
    font-size: 10px;
    width: 212px;
    height: 18px;
    margin-top: -5px;
    margin-left: 2px;
    text-transform: lowercase;
    margin-bottom: 2px;
    padding-top: 2px!important;
    font-family: Roboto Condensed;
    letter-spacing: 0.3px;
    /* background-color: #f6f8f7!important; */
    padding-bottom: 1px!important;
    overflow: hidden;
    color: #383838;
    position: relative;
    text-align: center;
    padding-left: 3px!important;
    padding-right: 3px!important;
    line-height: 16px;
}


li.pa-online {
    margin-top: -3px;
    background: #ebe9e3;
    width: 195px;
    margin-left: 14.5px;
    height: 15px;
    padding-top: 5px;
    color: #383838;
    margin-bottom: -2px;
    border-top: 5px solid #ebe9e3;
    border-bottom: 1px solid #ebe9e3;
}

li.pa-ip {
    margin-top: -3px;
    background: #ebe9e3;
    width: 195px;
    margin-left: 14.5px;
    height: 15px;
    padding-top: 5px;
    color: #383838;
    margin-bottom: -2px;
    border-top: 5px solid #ebe9e3;
    border-bottom: 1px solid #ebe9e3;
}

/* C3.11 */
.punbb .post-body {
  margin-left: 220px;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
    padding: 0 15px 10px 15px;
}

/*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;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  }

/* 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: 1em 1em;
    text-align: right;
    color: #383838;
   font-family: Roboto Condensed;
    font-size: 12px;
}

/* 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: 80px;
  }

/* C6.2 */
#profilenav {
  float: left;
  /* width: 150px; */
  margin-left: -16.3em;
  display: inline;
  margin-right: 80px;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 1.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;
  margin-left: 120px;
  }

/* 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 {
  padding: 0 5px;
  position: relative;
  }
  
 #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  margin-left: 120px;
  } 

/* 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;
  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;
  border-style: none none none none;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title h1 span  {
  font-size: 1.5em;
  }

/* 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 {
  /* border-style: none; */
  /* border-width: 0; */
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.8em 0 0.8em 0;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  /* border-top: none; */
  padding: 0.6em 1em 0.5em 1em;
  }

/* D4.3 */
#pun-ulinks li {
    display: inline;
    border-left-style: solid;
    border-left-width: 1px;
    white-space: nowrap;
}

#pun-ulinks li a:hover {
   /* color: #868686!important;*/
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0 0.3em 0 0.6em;
    color: #383838;
}


/* 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;
    margin-top: -25px;
    margin-left: -4px;
    font-family: roboto condensed;
    font-size: 11px!important;
    color: #383838;
    width: 939px;
    text-transform: lowercase;
}

/* D5.2 */
#pun-status .container {
  padding: 3px 5px 5px 5px;
  /* border-left: 5px solid #657163; */
  /* border-top: 5px solid #f3f3f3; */
  border-right: none;
  }

/* D5.3 */
#pun-status span {
    white-space: nowrap;
    margin-right: 0.5em;
    /* display: block; */
    /* border-left: solid 3px #657163; */
    padding-left: 5px;
    /* padding-top: 5px; */
}

#pun-status span.item1 {
    white-space: nowrap;
    margin-right: 0.5em;
    /* display: block; */
    /* border-left: solid 3px #657163; */
    /* padding-left: 5px; */
    /* border-bottom: 2px solid #657163; */
}

#pun-status span.item2 {
  white-space: nowrap;
  margin-right: 0.5em;
  /* display: block; */
  /* border-left: solid 3px #657163; */
  /* padding-left: 5px; */
  /* padding-top: 3px; */
  }

#pun-status span.item3.status-right {
  white-space: nowrap;
  margin-right: 0.5em;
  /* display: block; */
  /* border-left: solid 3px #657163; */
  padding-left: 5px;
  /* padding-top: 2px; */
  /* margin-top: -2px; */
  color: #f3f3f3;
  }

#pun-status span.item4.status-right {
  white-space: nowrap;
  margin-right: 0.5em;
  /* display: block; */
  /* border-left: solid 3px #657163; */
  padding-left: 5px;
  /* padding-top: 2px; */
  /* margin-top: -2px; */
  }



/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* 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 {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* 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;
    text-align: justify;
    width: 98%;
    line-height: 170%;
}

/* 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;
  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;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 3em 1em 1em 1em;
  font-size: 1.1em;
 /* text-align: center;*/
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  color: #383838!important;
  }

/* 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;
  }

/*---zvet nazvaniy forov-------------------------------------------------------------*/
.tclcon h3 a {
    color: #4098df!important;
    background: linear-gradient(to right, #e1d84e00 50%, #4098df 50%);
    background-size: 200%;
    background-position-x: 0%;
    transition: all .7s ease-in-out 0s;
    padding: 2px 5px 5px 0px;
}


.tclcon h3 a:hover {
    font-size: 1em;
    color: #ffffff!important;
   padding: 2px 5px 5px 5px;
    background-position-x: -100%;
    transition: all .7s ease-in-out 0s;
}

#viewprofile-next #profilenav {
    display: inline!important;
    margin-left: -130px;
    width: 150px;
    text-align: justify;
    margin-top: 50px;
}



/* plashka-------------------------------------------------------------*/


.pa-fld1 {
    margin-bottom: -2px;
    margin-top: -1px;}

.pa-fld3 pl {
    margin-top: -50px;
    position: relative;
    margin-bottom: -18px;
    margin-left: 2.5px;
    z-index: 10;
    display: block;
}

.pa-fld3 lin {
    margin-top: -5px;
    position: relative;
    margin-bottom: -11px;
    margin-left: -9.5px;
    z-index: 10;
    display: block;
}

.pa-fld3 ls {
     margin-top: -15px;
     position: absolute;
     z-index: 10;
     height: 26px;
     background: url(https://i.imgur.com/Zw08Sx2.png) no-repeat center;
     width: 33px;
     background-size: 100%;
     margin-left: -131px;
     top: 0;
     font-size: 40px;
}

.pa-fld3 ls a, .pa-fld3 ls a:hover {
    color: #fff71100!important;
    line-height: 40px!important;
    margin-left: -10px;
}

#viewprofile li strong ls {
    margin-top: -10px;
    right: 375px;
    position: absolute;
    z-index: 10;
    height: 26px;
    background: url(https://i.imgur.com/FjC2DNb.png) no-repeat center;
    width: 26px;
    background-size: 70%;
    object-position: center;
    line-height: 6px;
    /* padding: 10px 0 10px 0; */
}


#viewprofile li strong ls a {
    color: #0000ff00!important;
    font-size: 40px;
}

#viewprofile li strong lz1 a
{font-style: italic;}

.pa-author a {
    position: relative;
    line-height: 14px;
    margin-left: -10px;
    width: 208px;
    padding: 16px 5px 0 5px;
    display: block;
    letter-spacing: 0px;
    text-align: center;
    /* text-transform: uppercase; */
    color: #383838!important;
}


td#button-smile {background:url('/i/form_buttons.3.png') no-repeat 50% -437px;display: none;}

#pun-status .status-right {
    float: left;
    color: #282828!important;
}

#pun-status .status-right a {
    color: #282828!important;
}

.banners00 {
position: absolute;
    right: 7px!important;
    width: 1000px;
    height: 139px;
    margin-top: -185px;
}


.banners {
    position: absolute;
    right: 37px!important;
    width: 285px;
    height: 227px;
    margin-top: -69px !important;
    text-align: center;
    transition-duration: 0.2s;
    line-height: 22px;
    overflow-y: scroll;
    letter-spacing: 1.2px;
}


 .banners a {
   filter: opacity(0.5) grayscale(1);
}

.banners a:hover {
          filter: grayscale(0);
  opacity: 1;
}


.banners::-webkit-scrollbar              { width: 3px; }
.banners::-webkit-scrollbar-track {
    background-color: #fff;
}
.banners::-webkit-scrollbar-thumb {
    background-color: #4098df;
}


.banners1 {
visibility: hidden;
display: inline-block;
    padding-right: 3px;}


#font-area {
    right: unset !important;
    height: 185px;
    background: #f4f4f4;
    border: 1px solid #d6d6d6;
    overflow-y: auto;
}

#size-area {
    right: unset !important;
    background: #f4f6f5;
    border: 1px solid #d6d6d6;
}

pl-info {
    position: relative;
    top: -10px;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    left: -68px;
    color: #383838;
    font-size: 10px;
    text-align: center;
    background: linear-gradient(0deg, #d5d5d5, transparent);
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: roboto;
    text-transform: uppercase;
}

.plashki-list {
    position: relative;
    left: 70px;
}

.podarki-list {
    position: relative;
    /* left: -13px; */
}

.code-market1 {
    position: relative;
    left: 570px;
    top: -200px;
    border: 1px solid #4e4e4e3b;
    font-family: roboto;
    font-size: 10px;
    text-transform: uppercase;
    color: #383838;
    padding: 6px;
    outline: none;
    cursor: pointer;
    width: 230px;
}

.code-market2 {
    position: relative;
    left: 570px;
    top: -190px;
    border: 1px solid #4e4e4e3b;
    font-family: roboto;
    font-size: 10px;
    text-transform: uppercase;
    color: #383838;
    padding: 6px;
    outline: none;
    cursor: pointer;
    width: 230px;
}

.code-market3 {
    position: relative;
    left: 570px;
    top: -180px;
    border: 1px solid #4e4e4e3b;
    font-family: roboto;
    font-size: 10px;
    text-transform: uppercase;
    color: #383838;
    padding: 6px;
    outline: none;
    cursor: pointer;
    width: 230px;
}

#main-market {
    width: 840px;
    height: 578px;
    margin-left: 20px;
    border: 1px solid #4e4e4e3b;
}

#plashki {
    width: 400px;
    height: 430px;
    position: relative;
    top: -180px;
    left: 50px;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    background: #f4f4f4;
}


.block-market {
    position: relative;
    width: 400px;
    height: 430px;
    top: -110px;
    left: 35px;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
    border: 1px solid #4e4e4e3b;
}

market-position {
    background: #ffffff;
    color: #3d3940;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    font-family: roboto;
    display: flex;
    text-shadow: 0 0 5px #f3f3f369;
    cursor: pointer;
}

market-price {
    color: #ffffff;
    position: relative;
    left: 345px;
    top: -24px;
    background: #4098df;
    padding: 7px 5px 5px 5px;
    font-weight: bold;
    font-family: roboto;
    display: block;
    width: 40px;
    font-size: 10px;
    height: 12px;
    text-align: center;
}

.market-position-info {
    display: none;
    color: #383838;
    font-size: 10px;
    position: relative;
    top: -11px;
    left: 5px;
    width: 360px;
}

.block-market::-webkit-scrollbar              { width: 5px;  }
.block-market::-webkit-scrollbar-track {background-color: #ffffff;}
.block-market::-webkit-scrollbar-thumb {background-color: #4098df;}

#plashki::-webkit-scrollbar              { width: 5px;  }
#plashki::-webkit-scrollbar-track {background-color: #ffffff;}
#plashki::-webkit-scrollbar-thumb {background-color: #4098df;}

#podarki::-webkit-scrollbar              { width: 5px;  }
#podarki::-webkit-scrollbar-track       {background-color: #ffffff;}
#podarki::-webkit-scrollbar-thumb {background-color: #4098df;}


.tabs-market>input[type="radio"] {
display: none;
}

.tabs-market>div {
display: none;
padding: 10px 15px;
font-size: 16px;
}

#tab-market-1:checked~#services,
#tab-market-2:checked~#plashki {
display: block;
}
#tab-market-3:checked~#podarki {
display: block;
}

.tabs-market>label {
    padding: 12px;
    /* user-select: none; */
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    left: 539px;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    display: block;
    top: 90px;
    border: 1px solid #4e4e4e3b;
    width: 206px;
    text-align: center;
    color: #383838;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.tabs-market1>label {
    padding: 8px;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    left: 590px;
}

.tabs-market2>label {
    padding: 8px;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    left: 590px;
}

.tabs-market3>label {
    padding: 8px;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    left: 590px;
}
#pun-live-rusff {
    margin-top: 20px!important;
    color: #4e4e4e;
}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -384px;
    width: 768px;
    z-index: 100;
    box-shadow: 0 0 40px #222;
    -webkit-box-shadow: 0 0 40px #222;
    -moz-box-shadow: 0 0 40px #222;
    -khtml-box-shadow: 0 0 40px #222;
    background: #e9e9e9e0;
}

#reputationText {width: 496px!important;
    margin: 0px;
    height: 86px;
}

#pun-messages .pa-posts {
    display: none;
}
.pa-reg {
    background-color: #f5f5f5;
    width: 195px;
    margin-left: 3px;
    border-top: none;
    color: #c70156;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 5px;
    height: 15px;
    padding-top: 5px!important;
    display: none;
}

.lastedit {display:none;}

.tclcon > br {
    display: none !important;
}


li.pa-avatar.item2 {
    width: 195px;
    /* background: #383838; */
    margin-left: 14.5px;
    /* max-height: 180px; */
    /* padding-top: 85px; */
    /* border-bottom: solid 7px #383838; */
    /* margin-top: -85px; */
}

#tags .container {
    position: absolute;
    right: 6px;
    top: 55px;
}

#mask_dialog .hv-mask-field + .hv-mask-field.pa-fld1 {border: none!important;
    margin-bottom: 5px;
    background: transparent;
    color: #1f251e;
    float: right;
    font-size: 12px;
    text-transform: unset;
    font-weight: unset;
    width: 97%;
    height: auto;
    position: relative;
    z-index: 9999;
}

#mask_dialog .hv-mask-field + .hv-mask-field.pa-fld4 {
    border: none!important;
    margin-bottom: 5px;
    background: transparent;
    color: #1f251e;
    float: right;
    font-size: 12px;
    text-transform: unset;
    font-weight: unset;
    width: 97%;
    height: auto;
    position: relative;
    z-index: 9999;
    font-family: 'Roboto Condensed';
}

#news-block {
    position: absolute;
    margin-left: -4px;
    background: transparent;
    width: 960px;
    /*height: 55px;*/
    text-align: center;
    margin-top: 439px;
}



#pun-index .category tr {
/*background: 
url(https://i.imgur.com/jIMnNkO.png) top no-repeat,       
url(https://i.imgur.com/BL4Djc2.png) bottom no-repeat;      
background-color: #a5ab95;}*/}



li.pa-respect img {
 width: 7px;
}

.pa-replies{    position: relative;}

.pa-awards {
    background: #ebe9e3;
    width: 195px;
    margin-left: 14.5px;
    height: 17px;
    padding-top: 3px!important;
    color: #38383800;
    margin-top: 5px;
}

.pa-awards a {
    cursor: pointer;
    font-family: 'Roboto Condensed'!important;
    font-size: 0px!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    height: 15px!important;
    background: #f6f8f700!important;
    padding-left: 70px!important;
    padding-right: 70px!important;
    margin-left: 5px!important;
    line-height: 10px!important;
    color: #38383800!important;
}

.pa-awards a:after {
    content: "подарки";
    color: #383838!important;
    font-size: 11px!important;
}

.pa-awards a:after:hover {
color: #a5a5a5!important;
}

#awrdbut {display: none;}

.shapka {
    width: 250px;
    margin-left: -226px;
    overflow-x: hidden;
    position: absolute;
    z-index: 1;
}

.Add .Tems_And_messages {
 /* width: 160px; */
/* background-color: #e8e1d6;*/
 color: #383838;
 font-family: 'roboto condensed';
 text-transform: uppercase;
 font-size: 8px;
 /* padding: 1px 0 1px 6px!important; */
 margin-top: 10px;
 letter-spacing: 1px;
 text-align: lest;
 display: none;
}

.pun-modal .modal-inner {
    background: rgb(253 252 253 / 90%);
}

.punbb span.GamePst, .punbb strong.GamePst2 {
    padding-right: 0px!important;
}

#MyBookmarks {
    background: #ffffffab;
}

#BookmCntToggle.default-style {
    color: #4098df!important;
    border-radius: 3px;
    background: #f4f4f4b8!important;
    box-shadow: 0 0 6px rgb(0 0 0 / 22%)!important;
}

span.obad {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0;
    padding-right: 4px;
}

span.obad1 {
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 0;
    padding-right: 4px;
}

.obad:hover em1, .obad:hover em2, .obad:hover em3, .obad:hover em4, .obad:hover em5, .obad:hover em6, .obad1:hover em7 {
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.obad em1 {
    position: absolute;
    display: block;
    top: 25px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 20px;
}

.obad em2 {
    position: absolute;
    display: block;
    top: 25px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 26px;
}

.obad em3 {
    position: absolute;
    display: block;
    top: 25px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    /* max-height: 175px; */
    line-height: 12px;
    font-size: 10px;
    margin-left: 32px;
}

.obad em4 {
    position: absolute;
    display: block;
    top: 25px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 20px;
}

.obad em5 {
    position: absolute;
    display: block;
    top: 25px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 24px;
}

.obad em6 {
    position: absolute;
    display: block;
    top: 25px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 24px;
}

.obad1 em7 {
    position: absolute;
    display: block;
    top: 25px;
    z-index: 9;
    transform: translateX(-50%) scale(0);
    visibility: hidden;
    transition: all .7s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 12px;
    font-size: 10px;
    margin-left: 12px;
}

.obad em1 img, .obad em2 img, .obad em3 img, .obad em4 img, .obad em5 img, .obad em6 img, .obad1 em7 img {
    /* border-radius: 15px 15px 0 0; */
    margin-left: -5px;
}

.adak1, .adak2, .adak3, .adak4, .adak5, .adak6, .adak7 {
    width: 80px;
    /* transform: rotate( 90deg); */
    background: rgb(247 249 248);
    padding: 0 5px 5px 5px;
    font-family: 'Roboto Condensed';
    text-transform: lowercase;
    color: #343434;
}

em.user-avatar.no-avatar span.avatar-image {background-image: url(https://i.imgur.com/uxQbYi6.png)!important;}

div#pun-live-rusff {
    display: none!important;
}

/*&#214;&#226;&#229;&#242; &#242;&#224;&#225;&#235;&#232;&#247;&#234;&#232; &#243;&#226;&#229;&#228;&#238;&#236;&#235;&#229;&#237;&#232;&#233; &#226; &#254;&#231;&#229;&#240;-&#236;&#229;&#237;&#254;*/
.pun-modal.unread-notifications .modal-inner {
   background: #F8F7F0;
}


/*************************
&#209;&#242;&#232;&#235;&#252; &#228;&#235;&#255; &#193;&#251;&#241;&#242;&#240;&#238;&#233; &#241;&#236;&#229;&#237;&#251; &#224;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226;
Deff
*************************/
/*C&#234;&#240;&#251;&#242;&#232;&#229; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224; &#225;&#229;&#231; &#234;&#235;&#232;&#234;&#224;*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}

#pun-navlinks #New-exit img {
    position: absolute;
    margin: 0;
    width: 19px;
    height: auto;
    /* opacity: .8; */
    filter: invert(0.8);
}

#pun-navlinks #New-exit:hover{
opacity: .4;
}
/*&#209;&#242;&#232;&#235;&#252; &#228;&#238;&#239;-&#232;&#234;&#238;&#237;&#234;&#232; &#194;&#251;&#245;&#238;&#228;!*/
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 0px!important;
  margin-left: 29px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}

.punbb #pun-navlinks #form-login input {
    text-align: center;
    border: 1px solid rgb(56 56 56)!important;
    text-rendering: auto;
    color: #594f54!important;
    margin-top: 4px!important;
    border-radius: 5px!important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block!important;
    text-align: center;
    font: normal normal 400 11px/normal Arial!important;
    background-color: rgb(255 255 255 / 38%);
    box-shadow: inset 0px 0px 3px rgb(238 180 119 / 37%);
}

.punbb #form-login #fld1,#form-login #fld2{
background-color: rgb(255 255 255 / 71%);
}

.punbb #pun-navlinks #form-login input[type="submit"] {
    border: 1px solid rgb(238 228 224)!important;
    color: #383838!important;
    cursor: pointer;
    background-color: rgb(255 255 255 / 71%);
    font-weight: 700!important;
}

.punbb #pun-navlinks #form-login input:hover {
    background-color: #cdada9!important;
}

/*&#209;&#242;&#232;&#235;&#252; &#244;&#238;&#240;&#236;&#251; &#226;&#245;&#238;&#228;&#224;*/
.punbb #pun-navlinks #form-login {
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: #383838;
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 7px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: rgb(211 211 211 / 79%);
    border-color: #383838;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 6px 6px;
    text-align: center;
}

#pun-navlinks #navlogin #form-login {
margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#245;&#238;&#228;*/
}
#pun-navlinks #navlogout #form-login {
margin-left: -35px;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228;*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -35px!important;/*&#207;&#238;&#228;&#226;&#232;&#230;&#234;&#232; &#244;&#238;&#240;&#236;&#251; &#226;&#235;&#229;&#226;&#238; &#238;&#242; &#226;&#251;&#245;&#238;&#228; &#228;&#235;&#255; &#192;&#204;&#209;*/
}
/*&#209;&#242;&#232;&#235;&#252; &#241;&#241;&#251;&#235;&#238;&#234; &#226; &#244;&#238;&#240;&#236;&#229; "&#205;&#229; &#231;&#224;&#240;&#229;&#227;&#232;&#241;&#242;&#240;&#232;&#240;&#238;&#226;&#224;&#237;&#251;" &#232; "&#199;&#224;&#225;&#251;&#235;&#232; &#239;&#224;&#240;&#238;&#235;&#252;" */
#pun-navlinks #form-login input[value="&#194;&#238;&#233;&#242;&#232;"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
text-shadow:none;
cursor:pointer;
font: normal normal 400 10px/normal Tamota!important;
letter-spacing:0.5!important;
}


.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}


/* &#207;&#238;&#236;&#229;&#247;&#224;&#229;&#236; &#234;&#240;&#224;&#241;&#237;&#251;&#236; &#237;&#229;&#231;&#224;&#239;&#238;&#235;&#237;&#229;&#237;&#237;&#251;&#229; &#239;&#238;&#235;&#255;!*/
#form-login input.none{
outline:red dashed 2px!important;
}


/*&#212;&#238;&#240;&#236;&#224; &#241;&#235;&#229;&#226;&#224;(&#241; &#205;&#232;&#234;&#224;&#236;&#232;) */
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: rgb(211 211 211 / 79%);
    border-color: #383838;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 0px 6px;
    text-align: center;
}

/*&#209;&#242;&#232;&#235;&#252; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#239;&#238;&#228; &#241;&#239;&#232;&#241;&#238;&#234; &#205;&#232;&#234;&#238;&#226;*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px; 
max-height:72px;/*&#194;&#232;&#228;&#232;&#236;&#238;&#229; &#247;&#232;&#241;&#235;&#238; &#205;&#232;&#234;&#238;&#226; &#225;&#229;&#231; &#239;&#240;&#238;&#234;&#240;&#243;&#242;&#234;&#232;! &#241;&#229;&#233;&#247;&#224;&#241; - 4*/ 
}


.punbb #List-UserNames li {
    display: block!important;
    position: relative;
    background: #ececec;
    text-align: left;
    padding-left: 5px!important;
    font: normal normal 700 12x/normal Roboto!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li>b:hover {
    opacity: 1;
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / 60%); */
}


/*&#209;&#242;&#232;&#235;&#252; &#205;&#232;&#234;&#238;&#226;*/
.punbb #List-UserNames li>b {
    cursor: pointer;
    opacity: .9;
    color: #383838;
}

.punbb #List-UserNames li>b:hover{
opacity:1;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}


/*&#209;&#234;&#240;&#238;&#235;&#235; &#234;&#238;&#237;&#242;&#229;&#233;&#237;&#229;&#240;&#224; &#241; &#237;&#232;&#234;&#224;&#236;&#232;*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
    background-color: #f5f7f6;
    box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
    background-color: #383838;
    box-shadow: none;
}


/*&#202;&#237;&#238;&#239;&#234;&#232; &#211;&#228;&#224;&#235;&#232;&#242;&#252; (&#239;&#240;&#224;&#226;&#229;&#229; &#237;&#232;&#234;&#238;&#226;)*/
#List-UserNames ul li>span {
    display: inline-block;
    padding: 0 3px;
    position: absolute;
    opacity: .88;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 2px;
    font: normal normal 700 10.56px/normal Roboto;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 43%);
}
/*&#210;&#229;&#234;&#241;&#242; &#239;&#240;&#232; &#238;&#242;&#241;&#243;&#242;&#241;&#242;&#226;&#232;&#232; &#231;&#224;&#239;&#238;&#236;&#237;&#229;&#237;&#237;&#251;&#245; &#205;&#232;&#234;&#238;&#226;!*/
#List-UserNames ul:empty:before{
display:inline-block;
content: "&#211; &#194;&#224;&#241; &#237;&#229;&#242; &#231;&#224;&#239;&#238;&#236;&#237;&#229;&#237;&#237;&#251;&#245; &#237;&#232;&#234;&#238;&#226;, &#226;&#226;&#229;&#228;&#229;&#237;&#237;&#251;&#245; &#247;&#229;&#240;&#229;&#231; &#244;&#238;&#240;&#236;&#243; &#241;&#239;&#240;&#224;&#226;&#238;, &#232;&#235;&#232; &#247;&#229;&#240;&#229;&#231; &#239;&#229;&#240;&#229;&#237;&#238;&#241; &#237;&#232;&#230;&#229;!";
}
/*&#202;&#237;&#238;&#239;&#234;&#224; &#226;&#251;&#245;&#238;&#228;-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*&#209;&#242;&#232;&#235;&#252; &#225;&#235;&#238;&#234;&#224; &#241; &#232;&#237;&#239;&#243;&#242;&#238;&#236; &#228;&#235;&#255; &#239;&#229;&#240;&#229;&#237;&#238;&#241;&#224; &#232; &#226;&#241;&#242;&#224;&#226;&#234;&#232; &#231;&#224;&#239;&#238;&#236;&#237;&#229;&#237;&#237;&#251;&#245; &#192;&#234;&#234;&#224;&#243;&#237;&#242;&#238;&#226;*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Roboto;
}
/*&#209;&#224;&#236; &#232;&#237;&#239;&#243;&#242;*/
.punbb #List-UserNames input {
    background: rgb(42 26 21);
    border: 1px inset rgba(124,17,9,.4)!important;
    border-radius: 6px!important;
    text-shadow: none!important;
    color: #3e2a24!important;
    background-color: #342a23;
    font: normal normal 400 11px/normal roboto!important;
    box-shadow: inset 0px 0px 3px rgb(18 9 6);
    margin-top: 9px;
    padding: 2px !important;
    vertical-align: middle;
}

.punbb #pun-navlinks #form-login input .button:hover {
border: 1px solid rgb(242 172 88 / 58%)!important;
    color: #544b51!important;
    background-color: rgb(244 225 214);
}


/*&#209;&#242;&#240;&#229;&#235;&#238;&#247;&#234;&#232; &#234; &#232;&#237;&#239;&#243;&#242;&#243;*/
#List-UserNames ul+span b {
    font: normal normal 400 13px/normal Roboto;
    padding: 0 3px;
    color: #564d53;
}
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#235;&#229;&#226;&#238;, &#247;&#243;&#242;&#252; &#226;&#251;&#248;&#229; &#232;&#237;&#239;&#243;&#242;&#224;*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*&#202;&#235;&#232;&#234;&#224;&#235;&#234;&#224; &#241;&#239;&#240;&#224;&#226;&#238;*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*&#207;&#238;&#228;&#241;&#234;&#224;&#231;&#234;&#232; &#237;&#224; &#234;&#235;&#232;&#234;&#224;&#235;&#234;&#224;&#245;*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
/*************************
//KNOPKI TUMBLR STICKERS
*************************/

.btn-sm {
    cursor: pointer;
    background-color: #ebe9e3;
    margin-top: 4px;
    color: #4098df;
    padding: 3px 6px 3px 6px;
    border: 2px solid #4098df;
    transition: all .4s ease-in-out 0s;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0px;
}

.btn-sm:hover, .btn-sm:focus {cursor: pointer;
    background-color: #4098df;
    margin-top: 4px;
    color: #fff;
    padding: 3px 6px 3px 6px;
    border: 2px solid #4098df;}

/* EXTRA
-------------------------------------------------------------*/
.topic a.sharelink {float:right; margin-left:1em;display: none;}

div .post-rating p>a {font-family: 'Roboto Condensed';
font-size: 190% !important;
 letter-spacing: 2px;}
div .post-rating p>a:hover {font-family: 'Roboto Condensed';
font-size: 190% !important;
 letter-spacing: 2px;
color: #1c1c1c!important;}

/*--------------------------------------------------------------------------------------------------
БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: none;
}
div .post-rating p>a {
  text-align: center;
  outline: 1px solid transparent;
  font-weight: 700;
  background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
  background-size: 38px auto;
  position: relative;
  padding-left: 1px;
  z-index: 100;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 14px !important;
  display: flex;
  vertical-align: middle;
  line-height: 34px;
  letter-spacing: -1px;
  color: #4098df;
  justify-content: center;
}
div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
  font-size: 0 !important;
  position: relative;
  cursor: pointer;
  z-index: 200;
  width: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: flex;
  background-size: 100%;
  margin-top: 8px;
}
div.post-vote p>a {
    margin-right: -17px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}
/*конец быстрых плюсов для топика------------------------------------------------------------*/