/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1537988121.css);

/* 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 80% 'Open Sans', sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif;
  }

/* 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: 0px auto auto auto;
  border: none;
  width: 860px;
  }

/* A5.2 */
.punbb {
      float: none;
      width: 100%;
      height: auto;
      margin: 0 auto;
  }

/* A5.3 */
#pun-redirect {
background: url(http://forumfiles.ru/files/0019/ac/64/67980.gif) no-repeat top center,
#000000;
position: fixed;
width: 100%;
height: 100%;
top: 0!important;
left: 0!important;
content: none;
text-align: center;
font-size: 0px!important;
}

.main-title {display: 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 none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none none none none;
  border-width: 0 0px 0px 0;
  }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  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: 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 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 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: -3em;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -3em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* 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;
  }

/* 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: 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: none;
  border-width: 0px;
  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%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%;
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em;
  }

/* C2.11 */
.punbb .main td {
  border-style: none none none none;
  border-width: 0px 0 0 0px;
  padding: 0.8em 1em;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none none;
  border-width: 0 0 0 0px;
  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: 3.2em;
  }

/* C2.15 */
.punbb div.icon {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  padding-top: 2px;
  margin-top: 1px;
  background-position: center center;
  }


/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05em;
  position: absolute;
  margin-left: -2.2em;
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* 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.5em 1em;
  display: block;
  margin-left: 15em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 21em;
  margin-top: -1.5em;
  overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7 */
.pa-author {
  font-size: 1.3em;
  font-weight: bold;
 margin: 5px 5px 5px 5px;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none;
  }

/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  font-size: 10px;
  }


li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 15em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*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;
  }

/* 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: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 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;
  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;
  border-width: 0px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  font-size: 1.5em;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title table {
	border: none;
	height: 277px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0;
  }

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#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.7em 1em;
  width: 800px; /*должно соответствовать ширине форума*/
  text-align: center; /*выравнивает по центру*/
border-style: none;
    font: 400 17px 'Poiret One', cursive;
    margin-left: -17px;
    top: 139px;
    text-align: center;
    width: 100%;
    background-color: #000;
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 */
#pun-navlinks li a {
  font-size: 1.1em;
  width: 800px; /*должно соответствовать ширине форума*/
  text-align: center; /*выравнивает по центру*/ 
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  border-top: none;
  padding: 0.7em 1em;
  width: 868px; /*должно соответствовать ширине форума*/
  text-align: center; /*выравнивает по центру*/ 
  font-size: 11px; /*меняет размер шрифта*/
    margin-left: -16px;
    top: 139px;
    text-align: center;
    background-color: #cfcfcf;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* 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;
  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;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* 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;
  }




/* Мобильный дизайн -------------------------------------------------------------*/
@media screen and (max-width: 540px){

#html-header, #html-footer, #pun-title, #pun-announcement div.container {
    margin: 0 auto !important;
    overflow-x: auto !important;
    display: none;
}

#pun-searchtopics div#tdfor {
    width: 65%;
    overflow: hidden;
    white-space: nowrap;
}


.Tems_And_messages .right a {
font-size: 0.9em;
}


#pun-searchtopics div#tdans {
    width: 25%;
    overflow: hidden;
    white-space: nowrap;
}
#pun-searchtopics #pun-main .forum .container {
    border: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    background: url() !important;
}

#pun-searchtopics .Add {
    margin-top: 5px !important;
}

#pun-searchtopics .tcl .byuser {
    display: none !important;
}

#pun-searchtopics .tcl .Add .byuser {
    display: block !important;
}

#pun-searchtopics td.tcl {
    padding-left: 0px !important;
}

#pun-index .bottom .right {
    padding-right: 30px;
}

#pun-viewforum .tcl .bottom .byuser::before, #pun-searchtopics .tcl .bottom .byuser::before {
    content: "Последнее сообщение:" !important;
}
#pun-viewforum .tclcon span.byuser {
    display: none;
}

#pun-viewforum .Add {
    display: block;
}

.punbb .section, .punbb .main {
    margin-bottom: 0em !important;
}

.red {
    position: absolute;
    right: 40px;
}


#pun-index .category .tcl, #pun-index .forum .tcl, #pun-searchtopics .forum .tcl, #pun-viewforum td.tcl, #pun-stats .statscon .container, #pun-messages .tcl {
    /*width: 100% !important;*/
    padding: 1em 0.2em 1.2em 1em !important;
}

#pun-index .category .tcl, #pun-index .forum .tcl  {
    padding: 1em 0.2em 1.2em 0em !important;
}

#pun-searchtopics .forum .tcl  {
    padding: 1em 0.2em 1.2em 1em !important;
}

#pun-index .main .tcr, #pun-viewforum .main .tcr, #pun-searchtopics .main .tcr {
    display: none;
}

.punbb td.tcl {
    margin-left: 0px !important;
/*    border: 1px solid #2e0108 !important;
    background: #e8ccab !important;*/
}

#pun-viewforum td.tcl {
    padding: 2em 0em 1em 0em !important;
}

.Tems_And_messages {
display: none !important;
}

.Add .bottom {
    display: block;
    padding-top: 5px;
    padding-left: 10px;
}

.Add {
    display: block;
    padding-left: 5px;
}

.punbb td div.tclcon {
    margin-top: -15px;
    padding: 15px 5px 5px 10px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#pun-index .Add .bottom::before {
    content: "Последнее сообщение:";
}

#pun-index .Add .bottom a, #pun-viewforum .Add .bottom a, #pun-searchtopics .Add .bottom a {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    background: url(http://forumfiles.ru/files/0019/ac/64/41366.png) no-repeat center -550px;
    border: 0 !important;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 30px;
    text-decoration: none !important;
    max-height: 30px;
}

#pun-viewforum .Add .bottom a, #pun-searchtopics .Add .bottom a {
    margin-top: -10px !important;
}

#pun-index table {
    border-spacing: 5px !important;
}

.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
}

.linksb .pagelink {
    margin-top: 1.25em !important;
}

.linksb.postlink {
    margin-top: -1em;
}

.subscribelink {
    position: inherit !important;
    margin-top: 2px !important;
    background: transparent !important;
    margin-left: 0px !important;
    padding: 0px 0px !important;
    width: 87px !important;
    float: right;
    height: 20px !important;
    overflow: hidden;
}

.subscribelink a {
 display: none !important;
}

.post-links li.pl-edit, .post-links li.pl-delete, .post-links li.pl-quote {
    padding-top: 3px !important;
    max-width: 15px!important;
    max-height: 20px!important;
    overflow: hidden!important;
    display: inline-block!important;
}

.pl-edit a::before {
    content: " . . . ";
    color: transparent;
    opacity: 0.5;
    font-size: 1.28em !important;
    background: url(http://forumfiles.ru/files/0012/e5/af/61492.png) no-repeat left top;
padding-left: 10px !important;
padding-right: 10px !important;
}

.pl-delete a::before {
    content: " . . . ";
    color: transparent;
    opacity: 0.5;
    font-size: 1.28em !important;
    background: url(http://forumfiles.ru/files/0012/e5/af/36204.png) no-repeat left top;
padding-left: 10px !important;
padding-right: 10px !important;
}

.pl-quote a::before {
    content: " . . . ";
    color: transparent;
    opacity: 0.5;
    font-size: 1.28em !important;
    background: url(http://forumfiles.ru/files/0012/e5/af/84212.png) no-repeat left top;
padding-left: 10px !important;
padding-right: 10px !important;
}

.punbb .post div.container {
    border-style: solid !important;
    padding-top: 20px !important;
}

.punbb .post-body, .punbb .post h3 span {
border-left-width: 0px !important;
}

.punbb .post h3 span {
    border-bottom-width: 0px !important;
    float: right !important;
    width: auto !important;
    height: 13px !important;
    margin-top: 6px !important;
    padding: 0em !important;
}
.category .container {
    padding-top: 10px;
}
#inform-block, #inform-guest, #inform-player, #inform, #avatop, #avatop1, .newpm-pos, .offline-st, .online-st, #header, #contacts, #contacts2, div#jGrowl, #inform-admin, #pun-index .category thead, li.pa-fld4 br, #sidebartop, #sidebarinfo, .cssmenu {display: none !important;}

#pun-status, #pun-status .container {
    margin-top: 0px;
}

div#span-h1 {
    background: none !important;
    padding: 0px !important;
}

#inform-adm {
    display: block !important;
    padding-top: 10px !important;
    bottom: 0px !important;
    margin-bottom: -90px !important;
    margin-left: 0px !important;
    width: 90% !important;
    position: absolute !important;
    top: 100%;
}

#inform-adm td#left {
    text-align: center !important;
}

#inform-adm td#right {
    display: none !important;
}

#pun-viewtopic #pun-main h1 {
    margin-bottom: 35px !important;
}

div#pun-main {
    margin-top: -15px !important;
    background: #ececec !important;
}

.punbb .category {
    margin-top: -8px !important;
}

#pun-redirect, #pun-maint {
  margin: 12px 25% 12px 0% !important;
  }

div#pun-status {
    background: rgba(138, 142, 144, 0.5);
    background-size: 40px auto !important;
    position: relative !important;
    top: -20px !important;
    margin: 5px !important;
    padding-left: 0px !important;
    max-width: 100% !important;
    display: block !important;
    height: auto !important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4) inset;
    border-radius: 4px;
}

#pun-status .container {
    display: none !important;
}

#pun-status .container:hover {
    color: #f1f1ec !important;
}

#pun-status .container a {
    color: #dcdcdc !important;
}

html, body, #pun, .punbb {
  width: 99% !important;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-size: contain;
  -webkit-text-size-adjust: none;
}
body {
  font-size: 99% !important;
}
html {
  height: 100%; }
td, th {
  overflow: hidden;
}
input[type=text], input[type=password] {
  max-width: 220px;
}
input{
  padding: 10px;
}
select {
  padding: 5px;
}
textarea {
  font-size: 14px !important;
  padding: 1.5% !important;
  max-width: 95% !important;
}
#pun-index table, #pun-viewforum table {
  table-layout: auto !important;
}
#pun-title {
  margin: 0 auto !important;
  height: 50px !important;
}
#pun-title table {
  height: auto !important;
}
#pun-title h1 {
  max-height: 100px !important;
}
#pun-ulinks .container {
    background-color: #727679 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    border: none !important;
    text-align: left !important;
    z-index: 150 !important;
}
#pun-ulinks li {
  display: block !important;
  padding: 0 !important;
}
#pun-ulinks a {
  display: block !important;
  border: none !important;
  font-size: 16px !important;
  padding: 3px 6px !important;
    color: #dcdcdc !important;
}
#profilenav {
  float: none !important;
}
#profile .container {
  /*padding: 1em !important;*/
}
#pun-ulinks {
  position: absolute !important;
  border: 0 !important;
  top: 10px !important;
  line-height: 32px !important;
}
#pun-navlinks .container {
  height: auto !important;
  padding: 1em 0 !important;
  text-align: center !important;
  margin-top: 0px !important;
margin-left: 0px !important;
}
#pun-navlinks li {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 52px !important;
  background-image: none !important;
}
#pun-navlinks a {
  display: inline-block !important;
  border: 0 !important;
  padding: 0 !important;
}
#pun-ulinks, #pun-navlinks a {
    margin-right: 0px !important;
    width: 42px !important;
    height: 42px !important;
    -webkit-border-radius: 4px;
    color: #fff !important;
    background-image: url(http://forumfiles.ru/files/0019/ac/64/41366.png) !important;
    background-color: rgba(138, 142, 144, 0.76);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4) inset;
}

#pun-ulinks ul {
  display: none;
  -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.7);
  z-index: 5 !important;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: #DCDEDD;
}
#pun-navlinks a span {
  font-size: 0 !important;
}
#pun-ulinks {
  right: 10px;
  background-image: url(http://forumfiles.ru/files/0019/ac/64/41366.png);
  background-position: center -504px;
}
#pun-ulinks:hover ul, #pun-ulinks:focus ul {
  display: block;
}
#pun-stats ul.container {
  padding: 5px !important;
  background: none !important;
}
#pun-status span {
  white-space: normal !important;
  }
.category .tcr, .forum .tcr {
  position: relative;
  width: 30% !important;
  overflow: initial !important;
  right: 40px;
  text-align: right !important;
  font-size: 11px;
}
.category .tcr a, .forum .tcr a {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  background: url(http://forumfiles.ru/files/0019/ac/64/41366.png) no-repeat center -550px;
  border: 0 !important;
  width: 30%;
  height: 100%;
  position: absolute;
  right: -30%;
  text-decoration: none !important;
  max-height: 30px;
}
.hasicon tr {
    padding: 5px 0px;
    overflow: hidden;
    display: block;
    position: relative;
}
#pun-title h1 {
  padding: 0 !important;
}
div.icon {
  background-size: contain;
}
.byuser {
  display: block;
}
#pun-viewforum .tcl .byuser:before {
  content: "Автор темы:";
}
#pun-viewforum .tcr .byuser:before {
  content: "Последнее сообщение от:";
}

#pun-break1, #pun-index #pun-crumbs1, #pun-crumbs2, #pun-break3, .category th, .category .tc2, .category .tc3, .forum th, .forum .tc2, .forum .tc3, #post-form legend {
  display: none;
}


.pa-posts, .pa-gifts, /*счетчик сообщений*/
.post-author ul li.pa-fld2 /*дополнительное поле, музыка*/
{
  display: none !important;
}

.post-author ul li.pa-fld3, /*дополнительное поле, деньги*/
.post-author ul li.pa-fld1 /*дополнительное поле, анкета*/
{
text-align: center !important; /*расположение содержимого*/
display: block !important;
}

.post h3 span {
  margin: 0 !important;
  background: none !important;
  text-align: left !important;
}

.punbb .post h3 {
    position: relative !important;
    border: none !important;
}

.post-rating {
    margin-bottom: -10px !important;
    margin-top: -10px !important;
    height: 25px !important;
}

.punbb .post-links ul {
    padding: 0.5em 0.5em 0 0 !important;
}

.post-body, legend, legend span {
    margin: 0 !important;
}

.post-body {
    padding: 0px !important;
}

.post-author {
    float: none !important;
    width: 100% !important;
    margin: 0px 0px 10px 6px !important;
    overflow: initial !important;
}
.post-author ul {
  padding-bottom: 5px !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
  padding-top: 8px !important;
  min-height: 110px;
}
.online .pa-author {
  padding-bottom: 1px !important;
  padding-top: 1px !important;
}

.pa-reg,.pa-from,.pa-invites,.pa-positive,.pa-time-visit,.pa-online,.pa-icq,.pa-sex,.pa-age,.pa-last-visit,.pa-ip,#awards-open {
    display: none !important;
}

.post-author li {
   text-align: left;
}

.post-author {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: initial !important;
    border-color: transparent !important;
}


.pa-avatar {
    float: left;
    height: 65px;
    overflow: hidden;
    margin-left: 2px !important;
    margin-top: -20px !important;
    position: absolute;
    background-color: transparent !important;
    width: auto !important;
}
.pa-avatar img {
    -o-object-fit: contain;
    margin-right: 5px;
    max-width: 65px !important;
    height: auto !important; 
    max-height: 65px !important;
}

.post-author li.pa-avatar {
    margin-left:12px !important;
margin-top: 2px !important;
height: 65px !important;
width: 65px !important;
}

.post-author li {
    margin-left: 100px !important;
    /*color: #d5bfae !important;*/
}
li.pa-author {
    margin-left: 5px !important;
    margin-top: -4px !important;
}
.post-author li a {
    /*color: #dcc6b4 !important;*/
}

.formal .container, .formal fieldset, .usertable .container {
  margin: 0px !important;
  padding: 0px !important;
}
.fs-box .container {
  width: 96% !important;
}
.formsubmit {
  margin: 1em 0 !important;
}

#navindex a,
#navindex a:hover {
  background-position: center 0 !important;
}
#navuserlist a,
#navuserlist a:hover {
  background-position: center -42px !important;
}
#navrules a,
#navrules a:hover {
  background-position: center -84px !important;
}
#navprofile a,
#navprofile a:hover {
  background-position: center -126px !important;
}
#navsearch a,
#navsearch a:hover {
  background-position: center -168px !important;
}
#navpm a,
#navpm a:hover {
  background-position: center -210px !important;
}
#navadmin a,
#navadmin a:hover {
  background-position: center -252px !important;
}
#navlogout a,
#navlogout a:hover {
  background-position: center -378px !important;
}
#navregister a,
#navregister a:hover {
  background-position: center -336px !important;
}
#navlogin a,
#navlogin a:hover {
  background-position: center -294px !important;
}

#profile-left {
  width: 35% !important;
}
#profile-left li {
  text-align: center;
  margin: 0 !important;
}
#viewprofile li strong, #profile-left li div {
  background: transparent !important;
}
#profile-left #profile-name {
}
#viewprofile li strong {
  display: block;
  font-weight: 400 !important;
  padding: 6px 1em;
}
#profile-left #profile-title {
  
}
#profile-left li img {
    max-width: 116px !important;
    height: auto;
    -o-object-fit: contain;
    background-color: rgba(200, 200, 200, 0.2);
    margin-top: 10px;
}
#profile-left li:nth-child(3) {
}
#profile-left li:last-child {
}

div#viewprofile {
    overflow: hidden;
}
#profile-right {
    position: relative;
    left: 38px;
    padding-bottom: 10px !important;
}
#profile-right li {
    display: block !important;
    border-left: 4px solid rgba(128, 128, 128, 0.20) !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    width: 85% !important;
}
#viewprofile li span {
    float: none !important;
    font-weight: 700 !important;
    padding: 10px 10px 5px !important;
    margin: 0 !important;
    font-size: 11px;
    width: 100% !important;
}
#profile-right li strong {
    font-size: 11px;
    line-height: 1.1;
    /*padding: 0 10px !important;*/
}
#profile-right li strong a {
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 11px;
    display: table;
}
.post-sig {display: none;}

td#button-font, td#button-size, td#button-video, td#button-code, td#button-color, td#button-table, td#button-smile, td#button-keyboard, td#button-addition, #imgNIK-SIG2, td#button-quote, td#button-left, #button-mod, #button-otto, td img#button-mybb, td img#button-mybb2, td#button-graffiti_rusff, td#button-files_rusff, td#button-player {display: none !important;}

#form-buttons table {
    background: #ececec !important;
    border: 1px solid #2d3238 !important;
}

#vk-banner, #tg-banner, #toprpg-button, #banners-show, #spMyimg {display: none;}

.button-change {padding-bottom: 5px; padding-top: 5px;}

#form-buttons table, .punbb .formal textarea { 
table-layout: auto;}

body {
    font-size: 100%;
    border: #none !important;
    background: #222222 !important;
    position: relative;
}

html {
    background: #ececec !important;
}

.punbb table Div.icon {
    float: right;
    display: block;
    position: absolute;
    left: 15px !important;
    top: 15px !important;
}

#pun-searchtopics table Div.icon, #pun-messages table Div.icon {
    float: left !important;
    display: block;
    position: relative !important;
    top: -3px !important;
    left: 0px !important;
}

#pun-viewforum table Div.icon {
    margin-right: -5px !important;
    margin-top: -5px !important;
}

#pun {
    margin: auto auto auto auto !important;
    width: auto !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    background: #ececec !important;
}

TR.inew Div.icon, TR.iclosed Div.icon, TR.isticky Div.icon {
    /* background-repeat: no-repeat; */
}

li.pa-title {
  margin-left: 90px;
    white-space: nowrap;
  width: auto !important;
    background: #dcdcdc !important;
  }

li.pa-invites, li.pa-posts, li.pa-respect, li.pa-ip, li.pa-last-visit, li.pa-replies, li.pa-fld3, li.pa-fld1, li.pa-fld2, li.pa-reg {
  width: auto !important;
  }

.punbb .post-links ul {
  height: 18px !important;
  padding-bottom: 3px !important;
  line-height: 1.5em !important;
    margin-left: -19em !important;
  }

.punbb .post-links li {
  padding-left: 10px !important;
  height: 18px;
  }

#pun_wrap {
    background: url(http://forumfiles.ru/files/0019/ac/64/42525.png) no-repeat top -8px left, url(http://forumfiles.ru/files/0019/ac/64/86878.jpg) no-repeat top right;
    padding-top: 65px;
    padding-bottom: 0px;
}

#pun-break4 {
  margin: 3px 5px !important;
  }

#pun-stats .item3 strong::before {
    font-weight: 400;
    content: "Пользователей: ";
}
.item3 span {
    display: none;
}
.item4 strong::before {
    font-weight: 400;
    content: "Приветствуем ";
}
.item4 strong::after {
    font-weight: 400;
    content: ".";
}
.item4 span {
    display: none;
}
#pun-navlinks {
    position: inherit !important;
    width: auto !important;
    top: 0px !important;
    display: block !important;
}

#pun-crumbs1 {
    position: inherit !important;
    text-align: left !important;
    top: 0px !important;
    width: auto !important;
    background-color: transparent !important;
}

#pun-viewforum #pun-crumbs1 {
    margin-top: -30px !important;
}

#pun-crumbs1 p.container {
    padding-top: 4px !important;
}

.punbb .linksb {
    width: auto !important;
    margin: 0px !important;
    padding: 1px !important;
}

#pun-viewforum .modmenu {
    margin: 0px !important;
}

#pun-messages .post {
    margin: 0px !important;
    padding: 15px !important;
}

.punbb .post {
    margin: -16px 0px 0px 0px !important;
}

#pun-main h1 {
    width: 100% !important;
    padding: 1em 0em 1em 0em !important;
}

#pun-main h1 span {
    margin: 30px -17px -16px -17px !important;
    padding: 0px 10px 20px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
height: 40px !important;
font-size: 20px !important;
}

.punbb .linkst {
    top: -4px !important;
}

#pun-viewtopic .linkst {
    top: -21px !important;
}

.linkst .pagelink {
    top: -1.2em !important;
    padding: 2px 1px !important;
}

.linkst .postlink {
    top: -1.2em !important;
}

#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    padding: 10px 0px !important;
    margin: 0px !important;
}

.category .container, .statscon, .forum .container, .main .section .container {
    margin-top: -20px !important;
}

#pun-index .tcl h3 {
    margin-left: 25px !important;
}

#pun-viewforum div#pun-main, #pun-searchtopics div#pun-main {
}

#pun-viewforum .inew td.tcl, #pun-searchtopics .inew td.tcl, tr.inew .tcl, tr.inewisticky .tcl  {
    background: rgba(124, 125, 125, 0.12) !important;
    border: 1px solid rgba(138, 142, 144, 0.36) !important;
}

#pun-viewforum .isticky td.tcl, #pun-searchtopics .isticky td.tcl {
    background: rgba(138, 110, 48, 0.18) !important;
    border: 1px solid rgba(138, 110, 48, 0.76) !important;
    color: #96937c !important;
}

#pun-viewforum .hasicon tr, #pun-searchtopics .hasicon tr {
    padding: 5px 0px !important;
}

#pun-viewforum tr.inew, #pun-viewforum tr.inewisticky, #pun-searchtopics tr.inew, #pun-searchtopics tr.inewisticky, #pun-viewforum tr.isticky, #pun-searchtopics tr.isticky {
    /*background: transparent !important;*/
}

.isticky td.tcl a, .isticky td.tcl a {
    color: #96937c !important;
}

#pun-viewforum .icon {
    display: none;
}

#pun-viewforum .tclcon {
    padding: 0px 0px 0px 15px !important;
}

#pun-searchtopics #pun-main h1, #pun-viewforum #pun-main h1 {
    margin-top: -30px !important;
    margin-bottom: 16px !important;
}

#pun-break4 {
    display: none;
}

#pun-statistic #pun-main div.section h1 span  {
    margin: 30px -17px 4px 0px !important;
}

#pun-statistic td.tcl {
    margin-left: 0px !important;
    border: 0px !important;
    background: transparent !important;
}

div#notify-settings {
    margin-top: 10px;
    margin-bottom: -10px !important;
}

#pun-statistic .tc2, #pun-statistic .tc3, #pun-statistic thead, #pun-userlist .tc2, #pun-userlist .tc3, #pun-messages .tc2, #pun-messages .tc3, #pun-respect .tc2, #pun-respect .tc3, #pun-respect .tcr, pun-respect thead, #navextra1 {
    display: none !important;
}

#pun-searchposts .linksb .pagelink, #pun-userlist .linksb .pagelink, #pun-modviewforum .linksb .pagelink {
    margin-top: -1px !important;
}

.fs-box {
    max-width: 95% !important;
/*    padding: 10px !important;*/
}

#setmods dt {
    margin-left: 0em !important;
}

#viewprofile li, #setmods dl {
    /*padding: 0 0 0 0em !important;*/
}

#pun-profile #profile-left {
    display: inherit;
    margin: 0px !important;
}

#viewprofile ul {
    padding: 1.5em 0em 0em 0em !important;
}

#profile-uploads td {
    height: 40px !important;
}

#profile-uploads {
    width: auto !important;
}

#viewprofile li strong, #viewprofile li div, #setmods dd {
    display: block !important;;
}

#pun-profile #profile-name strong {
    margin: 0px 10px !important;
}

#pun-stats h2 {
    margin-left: 0px !important;
}

#pun-stats .statscon {
    padding: 10px !important;
    margin-top: -10px !important;
}

#pun-stats .statscon .container {
    padding: 5px 10px !important;
}

#pun-crumbs1 p.container {
    padding: 0.3em 1em 2em 1em !important;
}

#pun-viewforum #pun-crumbs1 p.container {
    padding: 1em 1em 3.3em 1em !important;
}

.punbb .post {
    background: url(http://forumfiles.ru/files/0012/e5/af/75090.jpg) no-repeat top right, url(http://forumfiles.ru/files/0012/e5/af/85503.jpg) no-repeat top left, url(http://forumfiles.ru/files/0012/e5/af/80102.png) repeat-x top left, url(http://forumfiles.ru/files/0012/e5/af/76155.png) no-repeat top 16px left, url(http://forumfiles.ru/files/0012/e5/af/38571.png) top 18px right no-repeat;
}

.punbb .post-box {
    margin-left: -10px !important;
}

#pun-searchposts li.pa-author {
    color: #15181e !important;
    margin-top: 17px !important;
}

#pun-searchposts .post-author li {
    margin-left: 10px !important;
}

#pun-searchposts h3 span {
    float: none !important;
    margin-bottom: -80px !important;
    padding-top: 40px !important;
    margin-left: 20px !important;
    color: #22272c;
}

#pun-searchposts h3 span a {
    color: #22272c;
}

#pun-messages td.tcl {
    padding: 2em 0em !important;
}
.topic a.sharelink {
    display: none;
}
.punbb .post h3 strong {
    width: 3em !important;
}
.pa-fld1 hr {
    width: 90% !important;
}
.punbb .modmenu .container {
    padding: 0.5em 0em !important;
background-color: #ececec !important;
}
div#avtrChang-area {
    width: 240px !important;
}
.topic {
    padding: 0px !important;
}
.post-links, .post-links ul {
    height: auto !important;
    margin: 20px !important;
}}
/* Мобильный дизайн End*/
