/* By Stark aka Lawrenjin 2021 
------------------------------------------ */

@import url(style_cs.1666437398.css);
@import url(https://use.typekit.net/leu6mng.css);


* {
/*  font-size: 14px; */
  box-sizing: border-box;
/*  font-family: 'proxima-soft', 'Verdana', sans-serif; */
}

a {
  text-decoration:none;
  color: #1e191a;
}

a:hover {
  color: #7cc577;
}

input:focus-visible {
 border-color: #007136;
}

/* base objects stats */

html, body {
  margin: 0; padding: 0;
}

.punbb * {
  margin: 0;
/*  font-family: 'proxima-soft', 'Verdana', sans-serif; */
}

#pun_wrap,
#pun-title,
#pun-navlinks,
#pun-ulinks,
#pun-main table {
  width:100%;
}

#pun-navlinks,
#pun-ulinks,
#pun-status {
  position: fixed;
  display:flex;
  justify-content: center;
}

#pun-about {
    position: fixed;
    text-align: center;
    height: 16px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 900;
    background: #ebe5d7;
    box-shadow: 0px 1px 10px 1px #25232180;
}

#pun_wrap {
  background: #242924;
  height:100%;
 /* height:100vh; */
}

#pun {
    height:100%;
    min-height: 100vh;
    background:#d7d1c3;
    padding: 220px 20px 50px 20px;
}

#pun,
#pun-navlinks .container,
#pun-ulinks .container,
#pun-status .container {
    margin: auto;
    width: 70%;
    max-width:1100px;
}

#pun,
#pun-navlinks .container,
#pun-ulinks .container {
    min-width: 900px;
}


#pun-navlinks .container,
#pun-ulinks .container {
    display: flex;
    justify-content: left;
}

#pun-title {
  position:absolute;
  height:220px;
background:url('http://forumstatic.ru/files/001a/e9/cb/92722.jpg');
  border-bottom: 7px solid #ebe5d7;
  left:0;
  top:0;
}


#pun-navlinks .container a,
#pun-ulinks .container a,
.category .container h3 a  {
   color:#1e191a;
   text-decoration:none;
}

#pun-main a {
  text-decoration:none;
}

/* лишние заголовки */

#pun-navlinks h2,
#pun-ulinks h2,
#pun-status h2,
#pun-stats h2,
#pun-index h1 {
  display:none;
}

/* для слайда */
#pun-navlinks,
#pun-ulinks,
#pun-status {
    transition: top ease 300ms;
}

#pun-navlinks {
  font-family: 'jakob', 'proxima-soft', 'Verdana', sans-serif; 
  height: 70px;
  padding-bottom: 20px;
  background: #ebe5d7;
  top:0;
  left: 0;
  z-index: 900;
  transition: top ease 300ms;
}

#pun-navlinks ul li {
   font-weight:bold;
   font-size: 20px;
   padding: 0px 10px 0px 0px;
}



#navadmin {
   position: fixed;
   right: 10px;
}

#navadmin a span {
   font-size:0px;
}

#navadmin a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 10;
}

#navadmin:before {
    font-size: 28px;
    content: '\e995';
    font-family: 'icomoon';
    position: absolute;
    padding: 10px 10px;
    font-weight: 100;
    z-index: 2;
}

#pun-ulinks {
  top:35px;
  left: 0;
  font-size: 11px;
  z-index: 991;

}

#pun-ulinks li {
  padding: 10px 10px 0px 0px;
}

#pun-navlinks ul li,
#pun-ulinks ul li {
  display:inline-block;
  z-index:1000;
}

#pun-status {
  width:300px;
  right:24%;
  height:50px;
  top:5px;
  text-align:right;
  z-index: 991;
}

#pun-index .category {
 background:#ebe5d7;
 padding:10px;
 margin: 20px 0;
}

#pun-main .category h2 {
    margin: 0 0 -7px 0;
}

#pun-index .category,
#pun-main .category h2,
#pun-index .main table tr,
#pun-main h1 {
   box-shadow: 0px 1px 5px 0px #bdb7ab;
}

#pun-index .category,
#pun-main .category h2,
#pun-main h1 {
   padding: 10px 6%;
}

#pun-index table tr td:first-of-type {
   padding: 15px 0px 15px 0px;
}

#pun-index table tr td:last-of-type {
   padding: 35px 0 22px 0px;
}

#pun-main {
  font-family: 'proxima-soft', 'Verdana', sans-serif;
}

#pun-index .category {
  padding: 8px 8px 0px;
  border-radius: 3px;
}


#pun-title,
#pun-navlinks {
   box-shadow: 0px 1px 10px 1px #252321;
}

#pun-main .category h2,
#pun-main h1 {
 background:#252525;
 color:#ebe5d7;
 width:100%;
}

#pun-main table {
  border-collapse: separate;
  border-spacing: 0px 17px;
}


#pun-index .main table tr {
   background: #ebe5d7;
}

#pun-index .main .tc2, #pun-index .main .tc3 {
  width: 0px;
  overflow:visible;
  padding:0;
  position:absolute;
  display: inline-block;
  margin-top: 65px;
  color: #beb7a6;
  font-size: 12px;
}

#pun-index .main .tc2 {
  margin-left: -140px;
}

#pun-index .main .tc3 {
  margin-left: -25px;
}

#pun-index .main .tc2:before {
  content: "Тем: ";
  position: absolute;
  left: -35px;
}

#pun-index .main .tc2:after {
  content: ",";  
}

#pun-index .main .tc3:before {
  content:"Сообщений: ";
  position: absolute;
  left: -85px;
}

#pun-status .container span.item1 img {
   width:50px;
   height:50px;
   margin: 5px 5px 5px 25px;
   float: right;
   border-radius: 3px;
}

#pun-status .container span.item1 {
  font-size:13px;
}

#pun-status .container span.item2 {
   display: block;
   font-size:11px;
   color: #a9a292;
}

#pun-status .container {
   width:100%;
}

.main table tr td.tcl {
  width:60%;
  vertical-align: top;
}

.main table tr td.tcl .intd {
  position:relative;
}

#pun-main .category h2,
#pun-main h1,
.main table tr td.tcl,
.main table tr td.tcr {
  border-radius: 3px;
}

.main table tr td.tc2,
.main table tr td.tc3 {
  border-radius:0px;
}

#pun-index .main table tr td.tcr {
  display: grid;
  align-items: start;
  grid-template-columns: 50px;
  grid-template-rows: auto;
}

#pun-index .main table tr td.tcr em.user-avatar {
   grid-column: 1;
   grid-row: 1;
   align-self:start;
   align-items: center;
   justify-items: center;
}

#pun-index .main table tr td.tcr > a {
    grid-column: 2;
    grid-row: 2;
    align-self:start;
    margin-top: 14px;
}

#pun-index .byuser:before {
   font-family:'icomoon';
   content:"\e9f2 ...";
    font-size: 21px;
    font-weight: normal;
    position: absolute;
    margin-top: 25px;
    margin-left: -12px;
    color: #252525;
}

#pun-index .main table tr td.tcr .lastpost {
    grid-column: 2;
    grid-row: 1;
}

.subforums {
    width: 100%;
    padding: 20px 5px;
    font-size: 12px;
    color: #beb7a6;
    font-weight: bold;
    position: absolute;
    z-index: 10;
}

/* 
.subforums:after {
    position: relative;
    display: block;
    margin-top: -5px;
    right: -27px;
    float: right;
    content: ".";
    font-size: 0;
    background-color: #e0d9c8;
    width: 30px;
    height: 25px;
} */

.lastpost {
    width: auto;
    margin-left: -28px;
    min-height: 26px;
    padding: 5px 28px;
    background-color: #252525;
    color: #ebe5d7;
    font-size: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.datetime,
.byuser {
   font-size: 11px;
   text-transform: uppercase;
}

.datetime {
   padding: 0 10px; 
   opacity: 0.7;
}

.byuser {
  z-index:10;
}

.byuser:after {
  content:",";
  font-weight:normal;
}

/** Avatars
---------------------------------------------------------------*/
.punbb .user-avatar {
    position:relative; 
}

#pun-index .user-avatar {
    height:50px; 
    width: 50px;
    vertical-align:middle;
}

.punbb .user-avatar a {
    padding:0!important; 
    background:none transparent!important;
}

.punbb .user-avatar a:after {
    content:none!important;
}

.punbb .user-avatar .avatar-image {
   position: absolute;
    margin-top: 6px;
    margin-left: 2px;
    height: 40px;
    width: 40px;
   opacity:0.85; 
   background-position:center center; 
   background-size:cover; 
   background-repeat:no-repeat;
   clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index:20;
}

.punbb .user-avatar .avatar-image:hover {
   opacity:1;
}

.user-avatar:before {
  content:".";
  font-size:0;
  position:absolute;
    display: block;
   margin-top: 8px;
    margin-left: 4px;
    height: 36px;
    width: 36px;
   background-color:#252525;
   transform: rotate(45deg);
   z-index:10;
   opacity:1;
}

/*
.user-avatar:after {
    content:".";
  font-size:0;
  position:absolute;
    display: block;
   margin-left: 22px;
    height: 26px;
    width: 36px;
   background-color:#252525;
   z-index:10;
   opacity:1;
} */

.punbb .user-avatar .isonline {
    margin-top: 10px;
    margin-left: 6px;
    width: 32px;
    height: 32px;
   display:block; 
   position:absolute; 
   transform: rotate(45deg);
   animation:blinkColor .9s linear infinite; 
   -moz-animation:blinkColor .9s linear infinite; 
   -webkit-animation:blinkColor .9s linear infinite; 
   background:#8ac176; z-index:19;
}


.main table tr td.tcl .icon {
    margin-top: 6px;
    position:absolute;
    height: 80px;
    width: 40px;
    background-color: #beb7a6;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    z-index: 10;
}


.tclcon h3 {
    height: 30px;
    font-size: 24px;
}

.tclcon h3:after {
    content: ".";
    font-size: 0;
    border-top: 2px solid #beb7a6;
    display: block;
    background-color: #e0d9c8;
    width: auto;
    height: 25px;
    margin-top: 10px;
    margin-left: -50px;
    margin-right: -23px;
    z-index: 5;
}

/*
.tclcon h3:before {
    content: ".";
    font-size: 0;
    margin-top: 29px;
    display: block;
    position: absolute;
    width: 60px;
    height: 24px;
    z-index: 2;
    background-color: #e0d9c8;
} */

.tclcon h3,
.tclcon .subforums {
   padding-left: 8%;
}

.tclcon h3,
.tclcon .subforums,
.main table tr td.tcr,
#pun-main .category h2,
.forumDescription,
#pun-ulinks,
#pun-status,
.main .tc3,
.main .tc2,
#pun-stats {
    font-family: 'proxima-soft', 'Verdana', sans-serif;
}

#pun-stats ul li {
    list-style-type: none;
    list-style-image: none;
}

#pun-stats ul {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
   font-size:14px;
}

#pun-stats ul li.item1,
#pun-stats ul li.item2,
#pun-stats ul li.item3,
#pun-stats ul li.item4 {
   display:inline-flex;
   justify-content: center;
   margin: 20px 15px;
}

#pun-stats ul li span {
  margin-right:5px;
}

#pun-stats #onlinelist {
   display:block;
   width:100%;
   margin:10px 0;
}


.forumDescription {
    padding: 55px 15px 0px 4%;
    font-size: 16px;
}

#pun-navlinks li#navpm {
   font-size:0;
   position:fixed;
   right:21%;
   margin-right:5px;
   width:30px;
   height:30px;
}

li#navpm a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
}

li#navpm:before {
    font-family:'icomoon';
    font-size:18px;
    content:'\f2b6';
    display:block;
    position:absolute;
    z-index:1;
    opacity:0.5;
}

li#navpm.inewPM:before {
    font-family:'icomoon';
    font-size:18px;
    content:'\f0e0';
    display:block;
    position:absolute;
    z-index:1;
    opacity:1;
}

#pun-ulinks li.item8 {
   font-size:0;
   position:fixed;
   right:21%;
   margin-right:5px;
   margin-top: -5px;
   width:30px;
   height:30px;
}

#pun-ulinks li.item8 a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
}

#pun-ulinks li.item8:before {
    font-family:'icomoon';
    font-size:18px;
    content:'\f0f3';
    display:block;
    position:absolute;
    z-index:1;
}

#pun-status .item4 {
    font-size: 11px;
    text-align:left;
}

#pun-status .item4 a {
   position:absolute;
    margin-left: -113px;
}

#pun-status .item4 a:after {
    font-family:'icomoon';
    content:'\f006';
    margin-left:10px;
}

#pun #pun-status .item3 {
    display:none!important;
}

#pun #pun-status .item5 a:after {
    font-family:'icomoon';
    content:'\f06e';
    font-size: 18px;

}

#pun #pun-status .item5 {
    font-size: 0px;
    position: absolute;
    margin-left: 45px;
    margin-top: -5px;
}

#pun-announcement {
    position: absolute;
    top: 110px;
    right: 21%;
    padding: 10px 20px;
    background: #ebe5d799;
    border-radius: 3px;
    max-height:260px;
    max-width:150px;
}

/* Forum pages and multipage
------------------------------------ */

/*
#pun-main h1 {
  display:block;
} */

#pun-crumbs1,
#pun-crumbs2,
.linkst,
.linksb {
  padding: 25px 0;
}

.linkst,
.linksb,
.post h3 span {
   display:flex;
   justify-content: space-between;
   align-items:center;
}

.post {
  padding-top:50px;
}

.post h3 span {
   font-size:12px;
   padding: 5px 30px;
   background: #ebe5d7;
   box-shadow: 0px 1px 5px 0px #bdb7ab;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}

.post h3 span .sharelink {
  order:3;
}

.sharelink:after {
   font-family:'icomoon';
   content:'\ea82';
   margin-left:10px;
   padding-top:2px;
}

.post h3 span strong {
  order:1;
  color: #827465;
  font-weight: normal;
}

.post h3 span strong:before {
  content: '# ';
}

.post h3 span .permalink {
  order:2;
  margin-right: 38%;
}

.topic {
    font-family:'proxima-soft', 'Verdana', sans-serif;
    margin-top: 20px;
    margin-bottom: 40px;
}

#pun-viewtopic #pun-main.multipage .post > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 15px;
    background: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    margin: 0;
}

.post .post-author,
.post .post-body {
   display:inline-flex;
}

.post .post-author {
  width:20%;
  padding: 0px 0px 10px;
  min-width: 206px;
}

.post .post-body {
   width:80%;
}

.post .post-links,
.post-box {
  width:100%;
}

.post .post-links {
  margin-top:20px;
}

.post-content {
 width: auto;
 text-align: justify;
 margin-right: -25px;
font-size: 15px;
font-family:'Verdana', 'sans-serif';
 border-top: 3px solid #7cc576;
 background-color:#f4f1e9;
 min-height:200px;
 padding: 40px 12%;
 color: #544740;
}


.post-rating {
   text-align:right;
    padding: 10px 10px 50px;
    color: #827465;
}

.post-rating {
   max-width: 150px;
    float: right;
}


.postlink {
    width:30%;
    text-align: right;
}

.postlink span a,
.subscribelink a,
#isk,
#topic-modmenu .container a,
#pun-viewforum .modmenu a,
#pun-main .formsubmit input[type="submit" i],
.button
 {
    padding: 7px 14px;
    margin: 0px 3px;
    background-color: #f4f1e9;
    border-radius: 3px;
    color: #827465;
    border: 1px solid #f4f1e9;
background: linear-gradient(to bottom, #f4f1e9, #f4f1e9);
    box-shadow: 0px 0px 5px 0px #25252530;
    transition: 0.2s ease-in-out;
}


.postlink span a:hover,
.subscribelink a:hover,
#isk:hover,
#topic-modmenu .container a:hover,
#pun-viewforum .modmenu a:hover,
#pun-main .formsubmit input[type="submit" i]:hover,
.button:hover,
.pagelink a:hover
 {
background: linear-gradient(to bottom, #fdfcfa, #f1eee5 49%, #ebe5d7 50%, #d7d1c3);
    box-shadow: 0px 0px 5px 0px #007236, inset 0px 0px 3px 0px #9ad295;
    color: #007236;
    text-shadow: 1px 1px #f4f1e9;
}

 



#topic-modmenu .container,
#pun-viewforum .modmenu {
  text-align:right;
}




.linksb #sTheme {
    height: unset;
} 


.linksb #sTheme, 
.linksb #isk {
  border:0px solid transparent;
  border-radius:3px;
  padding-left: 10px;
}

.linksb #isk {
    cursor: pointer;
    font-size: 14px;
    width: unset;
    height:unset;
}


#pun #pun-viewtopic .linksb .postlink {
   display: block;
    width: unset;
}

.post-author ul li {
    list-style-type: none;
    list-style-image: none;
    display:block;
    transition: 0.3s ease-in-out 0.1s;
}


.punbb .post-content p.formatted {
    padding: 0 0 5px 0;
    text-indent: 3em;
}

.punbb .post-content p {
   padding-bottom:10px;
}


.quote-box,
.code-box {
    position:relative;
    border: 1px solid #7cc575;
    background-color: #fbfaf6;
    border-radius: 3px;
    padding: 15px;
    margin: 5px 0 20px;
    box-shadow: 5px 5px 0px #7cc575;
}

.spoiler-box:after {
    display:none;
}

.topic .quote-box:after {
   content:'\e978';
    position: absolute;
    right: 0;
    margin-top: 9px;
    font-size: 17px;
}

.topic .quote-main:before {
    content: '\e977';
    position: absolute;
    margin-left: -48px;
    background-color: #7cc575;
    padding: 9px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/*
.quote-box:after {
   font-family:'Icomoon';
   content:"\e978";
   color:#007236;
   margin: 0 10px 0 -15px;
} */

.quote-box cite,
.code-box .legend {
    padding: 5px 25px 5px 25px;
    background-color: #7cc575;
    color: #007236;
    font-style: normal;
    font-weight:normal;
    border-radius: 3px;
    margin: 15px 0 15px -52px;
}

.quote-box cite:before,
.code-box .legend:before,
.quote-box:after,
.quote-box:before {
   font-family:'Icomoon';
   color:#007236;
   margin: 0 10px 0 -15px;
}

.quote-box cite:before {
   content:"\e977";
}

.code-box .legend:before {
   content:"\f121";
}


.quote-box blockquote,
.code-box pre {
    margin: 15px 20px;
    color: #9d9789;
    font-size: 13px;
}


/* Кнопочки из (з)ада
-------------------------------- */

.punbb .post-links ul {
   padding-inline-start: 0px;
   text-align: right;
}

.punbb .post-links ul li {
   display: inline-block;
   list-style-type: none;
   font-size: 13px;
    margin-left: 7px;
    margin-bottom: -10px;
    padding: 10px 0;
    background:linear-gradient(to bottom, #f4f1e9, #f4f1e9);
    border: 1px solid #f4f1e9;
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px #25252573; 
    transition: 0.2s ease-in-out;
}


.punbb .post-links li.social-telegram,
.punbb .post-links li.social-vk,
.punbb .post-links li.social-youtube,
.punbb .post-links li.social-facebook,
.punbb .post-links li.social-instagram,
.punbb .post-links li.social-discord,
.punbb .post-links li.email,
.punbb .post-links li.pm,
.punbb .post-links li.profile,
.punbb .post-links li.pl-website {
  float:left;
}

.punbb .post-links li.social-telegram a,
.punbb .post-links li.social-vk a,
.punbb .post-links li.social-youtube a,
.punbb .post-links li.social-facebook a,
.punbb .post-links li.social-instagram a,
.punbb .post-links li.pl-reports a,
.punbb .post-links li.email a,
.punbb .post-links li.pm a,
.punbb .post-links li.profile a,
.punbb .post-links li.pl-website a,
.punbb .post-links li.pl-delete a {
   position:relative;
   font-size:0;
   padding: 20px;
    z-index: 10;
}

.punbb .post-links li.no-link {
   position:relative;
   font-size:0;
   padding: 20px 20px 19px;
   z-index: 2;
}

.punbb .post-links li.pl-quote,
.punbb .post-links li.pl-edit {
   padding: 10px;
}

.punbb .post-links li.pl-quote a,
.punbb .post-links li.pl-edit a {
   position:relative;
   font-size:12px;
   font-weight:bold;
   padding: 10px;
   margin:0;
   color: #867b6f;
}

.punbb .post-links li a:hover {
   color: #007236;
}

.punbb .post-links li.profile:before  {
  content: "\f2be";
}

.punbb .post-links li.pm:before {
  content: "\f0e0";
}

.punbb .post-links li.email:before {
  content: "\f1fa";
}

.punbb .post-links li.pl-delete:before {
  content: "\f1f8";
}

.punbb .post-links li.pl-edit:before {
  content: "\f040";
}

.punbb .post-links li.pl-quote:before {
  content: "\e978";
}

.punbb .post-links li.pl-reports:before {
  content: "\f071";
}

.punbb .post-links li.pl-website:before {
  content: "\f0ac";
}

.punbb .post-links li.social-telegram:before {
  content: "\f1d8";
}

.punbb .post-links li.social-instagram:before {
  content: "\f16d";
}

.punbb .post-links li.social-vk:before {
  content: "\f189";
}

.punbb .post-links li.social-youtube:before {
  content: "\f16a";
}

.punbb .post-links li.social-facebook:before {
  content: "\f082";
}

.punbb .post-links li.social-discord:before {
  background-image:url(https://forumstatic.ru/files/001a/d9/43/58037.png);
  background-repeat:no-repeat;
  background-size: contain;
  z-index:3;
}

.punbb .post-links li.social-discord:hover:before {
  background-image:url(https://forumstatic.ru/files/001a/d9/43/46810.png);
}

.punbb .post-links li.no-link:before {
   content: "";
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    width: 18px;
    height: 18px;
}


.punbb .post-links li.social-telegram:before,
.punbb .post-links li.social-vk:before,
.punbb .post-links li.social-youtube:before,
.punbb .post-links li.social-facebook:before,
.punbb .post-links li.pl-reports:before,
.punbb .post-links li.email:before,
.punbb .post-links li.pm:before,
.punbb .post-links li.profile:before,
.punbb .post-links li.pl-website:before,
.punbb .post-links li.pl-delete:before {
    position: absolute;
    font-size: 16px;
    color: #827465;
    font-family: 'icomoon';
    margin-top: 2px;
    margin-left: 12px;
    z-index: 3;
}

.punbb .post-links li.social-instagram:before {
    position: absolute;
    font-size: 16px;
    color: #827465;
    font-family: 'icomoon-brands';
    margin-top: 2px;
    margin-left: 12px;
    z-index: 3;
}

.punbb .post-links li.email:before,
.punbb .post-links li.social-facebook:before,
.punbb .post-links li.pl-website:before,
.punbb .post-links li.pl-delete:before {
     margin-left: 13px;
}


.punbb .post-links li.pl-quote:before,
.punbb .post-links li.pl-edit:before,
.punbb .post-links li.pl-delete:before {
   font-size: 16px;
   color: #867b6f;
   font-family: 'icomoon';
} 

.punbb .post-links ul li:hover {
    color: #007236;
    background: linear-gradient(to bottom, #fdfcfa, #f1eee5 49%, #ebe5d7 50%, #d7d1c3);
    box-shadow: 0px 0px 3px 0px #007236, inset 0px 0px 3px 0px #9ad295;
   text-shadow: 1px 1px #f4f1e9;
}

.punbb .post-links ul li:active,
.punbb .post-links ul li:focus {
    background: #7cc577;
    box-shadow: 0px 0px 3px 0px #007236, inset 0px 0px 3px 0px #7cc577;
}

.punbb .post-links ul li.pl-reports:active,
.punbb .post-links ul li.pl-reports:focus {
    background: #ce3d3d;
    box-shadow: 0px 0px 3px 0px #ce3d3d;
}

.punbb .post-links li:hover:before {
    color: #007236;
    text-shadow: 1px 1px #f4f1e9;
}

.punbb .post-links ul li:active:before,
.punbb .post-links ul li:focus:before,
.punbb .post-links li.social-facebook:active:before,
.punbb .post-links li.social-telegram:active:before,
.punbb .post-links li.social-instagram:active:before,
.punbb .post-links li.social-vk:active:before,
.punbb .post-links li.social-youtube:active:before,
.punbb .post-links li.social-facebook:focus:before,
.punbb .post-links li.social-telegram:focus:before,
.punbb .post-links li.social-vk:focus:before,
.punbb .post-links li.social-youtube:focus:before {
    color: #f4f1e9;
    text-shadow: 1px 1px #252525;
}

.punbb .post-links ul li.pl-reports:hover {
    background: linear-gradient(to bottom, #fdfcfa, #f1eee5 49%, #ebe5d7 50%, #d7d1c3);
    box-shadow: 0px 0px 3px 0px #ce3d3d, inset 0px 0px 3px 0px #eab02b;
}

.punbb .post-links li.pl-reports:active:before,
.punbb .post-links li.pl-reports:focus:before {
    color: #f4f1e9;
    text-shadow: none;
}

.punbb .post-links li.social-facebook:hover:before {
    color: #2243bb;
    text-shadow: 1px 1px #f4f1e9;
}

.punbb .post-links li.social-telegram:hover:before {
    color: #2b72dc;
    text-shadow: 1px 1px #f4f1e9;
}

.punbb .post-links li.social-vk:hover:before {
    color: #4296ec;
    text-shadow: 1px 1px #f4f1e9;
}

.punbb .post-links li.social-youtube:hover:before {
    color: #bb2929;
    text-shadow: 1px 1px #f4f1e9;
}

.punbb .post-links li.social-instagram:hover:before {
    color: purple;
    text-shadow: 1px 1px #f4f1e9;
}

.punbb .post-links li.pl-reports:hover:before {
    color: #ce3d3d;
    text-shadow: 1px 1px #fdf1d2;
}


/* Конец (з)адских кнопочек
------------------------------- */

.linkst,
.linksb,
#topic-modmenu,
#pun-viewforum .modmenu {
    margin: 10px 0;
    padding: 12px 6%;
}

#pun-viewtopic .linkst,
#pun-viewtopic #topic-modmenu {
   padding: 12px 20px;
}

#pun-viewtopic .linksb {
  padding: 5px 20px;
}

.linkst,
.linksb,
#topic-modmenu ,
#pun-viewforum .modmenu {
    background: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    font-size:14px;
    color: #827465;
}

/*
#topic-modmenu .container {
   padding:5px 20px;
} */

.linksb .pagelink {
   width:40%;
   color: #827465;
}

.pagelink a {
  padding:7px 14px;
  margin: 0px 3px;
  background:#f4f1e9;
  border-radius:3px;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.pagelink strong {
  padding:7px 14px;
  margin: 0px 3px;
  background: #7cc577;
  color: #007136;
  border-radius:3px;
  text-align: center;
}

.linksb .pagelink {
  order:1;
}

.linksb #s-block {
  order:3;
  padding:0;
}

.linksb .subscribelink {
  order:2;
}

.linksb .postlink {
  order:4;
}

#pun-crumbs1, 
#pun-crumbs2 {
   font-family:'jakob';
}

#pun-crumbs1 em, 
#pun-crumbs2 em {
   display:none;
}

div#pun-live-rusff {
  height:unset;
  max-height:25px;
}

.cooltext {
   padding-top: 3px;
}

#pun-main div#pun-live-rusff {
   width: unset;
   font-family: 'proxima-soft', 'Verdana', sans-serif;
   color: #827465;
   box-shadow: none;
   padding-top: 3px;
}

#pun-main div#pun-live-rusff .cool2 {
    width:unset;
    height:21px;
    padding: 4px 2px 0 4px;
    border: 0;
    border-radius: 3px;
}

#pun-main div#pun-live-rusff .cool1,
#pun-main div#pun-live-rusff .cool3 {
    padding: 2px 7px;
    background: #007236;
    border:0px;
    width: unset;
    height:unset;
    box-shadow: none;
    text-shadow: none;
    border-radius:3px;
}

#pun-main div#pun-live-rusff .cool1:hover,
#pun-main div#pun-live-rusff .cool3:hover {
    background: #7cc576;
}

#pun-main div#pun-live-rusff-peoples {
  background: #242924;
  border-radius: 3px;
}














/* Профиль основной
---------------------------------------*/



.post-content,
.topic li.pa-author {
   box-shadow: 0px 3px 5px 0px #25252573;
}

.post-content,
.topic li.pa-author,
.post > .container  {
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}

.post-vote {
    margin-top: 10px;
    width: 35px;
    max-width: 200px;
    float: right;
}

.post-vote a {
  padding:5px;
  font-size:0;
}

.post-vote a.positive {
   margin-left:0px;
   margin-top: -8px;
   color: #e57c91;
}

.post-vote a.negative {
    position: absolute;
    margin-left: 90px;
    margin-top: -8px;
    color: #5a5b54;
}

.post-vote a:before {
   position:absolute;
   padding:5px;
   font-family:'Icomoon';
   font-size:14px;
}

.post-vote a.positive:before {
   content:'\e9da';
}

.post-vote a.positive:hover {
   color: #ff477a;
}

.post-vote a.negative:before {
   content:'\e9db';  
}

.post-vote a.negative:hover {
   color:#669cb1;
}

.post-sig {
   margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #d7d1c3;
    font-size: 12px;
    color: #b5ad99;
  max-height:180px;
  overflow:hidden;
}

.lastedit {
    float: right;
    font-size: 11px;
    color: #d7d1c3;
}

.post-sig img {
  max-height:90px;
}


.topic li.pa-author {
   border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.topic .post-author .pa-title {
  border-bottom-right-radius: 0px;
   padding: 0px 5px 5px;
    margin-bottom: 15px;
}

.post h3 {
  display:block;
  clear: both;
}

.post-author ul {
   padding-inline-start: 0px;
   width: 100%;
}

.post-author ul li {
  background: linear-gradient(to right, #f4f1e9, #ebe5d7);
  color: #827465;
  border-radius: 3px;
  margin: 8px 47px 10px -25px;
  padding: 10px 7px;
  font-size:11px;
  position:relative;
}

.pa-author > img {
    position:absolute;
    margin-left: 10px;
    margin-top: -25px;
}

.topic ul li.pa-author,
.pa-author a {
    font-family: "jakob";
    font-weight: normal;
    font-size: 22px;
    color: #7cc577;
}

.topic .pa-author,
.topic .pa-title {
   background:#007236;
   color: #f4f1e9;
   margin: 0px 0px 0px -25px;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}

.topic .pa-author {
    border-top: 3px solid #7cc576;
    padding: 3px 5px 0px;
    font-size:18px;
    font-weight:bold;
}

.topic .post[data-group-id="3"] .pa-avatar {
    position:relative;
}

.topic .pa-avatar {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    width: 170px;
    height: 170px;
    padding: 9px;
    margin: 0px 0 15px 20px;
    background: linear-gradient(to bottom, #ece5d2, #fdfcfa, #f1eee5 30%, #ebe5d7 35%, #d7d1c3);
    border-radius: 3px;
    border: 1px solid #f4f1e9;
    box-shadow: 0px 0px 5px 0px #25252573;
    z-index:10;
}

.pa-avatar img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 3px;
    border: 1px solid #0000;
    z-index: 10;
}

.post .container .online .pa-avatar {
    border: 1px solid #7cc577;
    box-shadow: 0px 0px 10px 0px #7cc577;
}

.post .container .online .pa-avatar img {
    border: 1px solid #7cc577;
}

.post .container .online ul li.pa-reg {
    border-top: 1px solid #7cc577;
}

.topic .pa-fld4,
.topic .pa-ip,
.topic .pa-ua,
.topic .pa-age {
    background: none;
}

.topic .pa-fld2 {
    height: 40px;
    max-height: 40px;
    width: 80%;
    display: inline-block;
    background: #252525;
    margin: 0px 0px 0px -25px;
}

.topic .pa-fld2:after {
   content: ':P';
   position:absolute;
   margin-top: 11px;
    right: -25px;
}

.topic .pa-age {
    display: inline-block;
    margin: 0px 0px;
    position: absolute;
    padding-top: 22px;
   background: #ebe5d7;
 /*   visibility: hidden; */
}


.topic .pa-age:after {
   content: ' y.o.';
}



.post-author ul li.pa-reg {
    border-top: 1px solid #827465;
}

.post-author ul li.pa-last-visit,
.post-author ul li.pa-reg {
    background: linear-gradient(to right, #f4f1e9, #ebe5d7);
    border-radius: 3px;
    width: 100%;
    margin-right:0;
}

.post-author ul li.pa-last-visit {
    border-top-left-radius: 0;
    margin-top: -11px;
    padding-top: 0;
}

.topic .pa-posts {
   margin-top: 30px;
}

.topic .pa-ip,
.topic .pa-ua {
  display:inline-block;
   margin: 0px 0px;
}

.topic .pa-ip {
 width:60%;
}

.topic .pa-ua {
 width:38%;
}

.topic .pa-fld3 {
  max-height: 36px;
  padding: 8px 7px;
}

.pa-fld3 + .pa-reg {
  margin-top:40px;
}

.pa-respect + .pa-reg {
   margin-top:85px;
}

#topic-users-in,
#topic-modmenu {
  padding:7px 0;
  color: #827465;
}

#post-form {
    background-color: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    padding: 5px 5% 30px;
    border: 0;
    outline: 0;
}

form#post fieldset {
   border: 0;
   padding:0;
}

form#post .formsubmit {
   text-align: right;
}

#main-reply {
   width:100%;
   max-height:200px;
}




/* Альтернативное оформление постов и профиля н.1
------------------------------------------------------------ */


.topic .topicpost,
.topic .toppost {
  padding-top:0px;
}


#pun-viewtopic[data-forum-id="6"] .topic {
    font-family:'proxima-soft', 'Verdana', sans-serif;
    margin-bottom: 40px;
}

#pun-viewtopic[data-forum-id="6"] #pun-main.multipage .topicpost > .container {
    position: relative;
    display: block;
    padding: 0px 15px;
    background: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author,
#pun-viewtopic[data-forum-id="6"] .topicpost .post-body {
   display:block;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author {
    position: initial;
    width: 20%;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 60px;
    margin-top: 15px;
    float: right;
    border: 1px solid #0000;
    border-radius: 3px;
    z-index: 0;
}

#pun-viewtopic[data-forum-id="6"] .topicpost .post-body {
   width:100%;
}

#pun-viewtopic[data-forum-id="6"] .topicpost .post-links,
#pun-viewtopic[data-forum-id="6"] .topicpost .post-box {
  width:100%;
}

#pun-viewtopic[data-forum-id="6"] .topicpost .post-links {
  clear:both;
  margin-top: 10px;
}

#pun-viewtopic[data-forum-id="6"] .topicpost .post-box {
    width: auto;
    margin-right: -25px;
    margin-left: -25px;
    border-top: 3px solid #7cc576;
    z-index:0;
}

#pun-viewtopic[data-forum-id="6"] .topicpost .post-content {
  width: 100%;
  font-size:18px;
  border-top: 45px solid #007236;
  background-color:#f4f1e9;
  min-height: 236px;
  padding: 50px 12% 50px;
}

#pun-viewtopic[data-forum-id="6"] .topicpost .post-rating {
   text-align:right;
    padding: 10px 30px 30px;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author {
   max-height:unset;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 8px 47px 10px 0px;
    display:block;
    z-index:10;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li.pa-avatar {
    z-index: 11;
    width: 170px;
    height: 170px;
    margin: -15px 0 0 46px;
    display: flex;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li.pa-avatar img {
    width: 150px;
    height: 150px;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li.pa-author,
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li.pa-title {
    background-color:transparent;
    box-shadow:none;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li.pa-title {
    position: absolute;
    right: 0;
    margin-top: -55px;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li.pa-author {
    border-top: 0;
    margin-top: -65px;
    padding: 0px 11% 0px;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-fld2 {
   display:inline-block;
   width: 72%;
   margin-top:0;
   margin-right:0;
   margin-bottom:0;
   box-shadow: 0 0 15px 5px #f4f1e9;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-age {
    position: absolute;
    display: inline-block;
    margin: -2px 0 0 5px;
    background: #f4f1e9;
    border: 1px solid #ebe5d7;
    box-shadow: 0 0 10px 3px #f4f1e9;
    padding-top: 18px;
    padding-bottom: 6px;
}

#pun-viewtopic[data-forum-id="6"] .topic .post-author .pa-age {
    position: absolute;
    display: inline-block;
    margin: 4px 0 0 5px;
    padding-top: 14px;
}
 
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-posts {
   margin-top: 60px;
} 

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-posts, 
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-respect,
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-fld3,
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author li.pa-last-visit, 
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author li.pa-reg {
    background: #f4f1e9;
    border: 1px solid #ebe5d7;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author ul li.pa-reg {
   width:100%;
}


#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-ip, 
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-ua {
    display: inline-block;
}

#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-ip {
    background: none;
    margin: 0;
}

/*
#pun-viewtopic[data-forum-id="6"] .topic .topicpost .post-author .pa-ua {
  margin: 0;
} */


.fs-box .post-content {
    margin-right: 0;
}

#tuser {
   float:right;
}



/* Альтернативное оформление постов и профиля н.2
------------------------------------------------------------ */


/*

#pun-viewtopic[data-forum-id="6"] .post .post-author {
    position: absolute;
  width: 100%;
    z-index: 10;
}

#pun-viewtopic[data-forum-id="6"] .post-author ul li {
    list-style-type: none;
    list-style-image: none;
    display:inline-block;
    z-index:10;
}

#pun-viewtopic[data-forum-id="6"] .post-author ul li.pa-avatar {
    width: 80px;
    height: 80px;
    z-index:11;
    margin: 0;
    background-color:transparent;
}

#pun-viewtopic[data-forum-id="6"] .post-author ul li.pa-avatar img {
   width: 60px;
   height: 60px;
}

#pun-viewtopic[data-forum-id="6"] .post-author ul li.pa-author,
#pun-viewtopic[data-forum-id="6"] .post-author ul li.pa-title {
    background-color:transparent;
    box-shadow:none;
}

#pun-viewtopic[data-forum-id="6"] .pa-last-visit, 
#pun-viewtopic[data-forum-id="6"] .post-author ul li.pa-reg {
   width:unset;
}

#pun-viewtopic[data-forum-id="6"] .post-author ul li.pa-title {
   right: 0;
}

#pun-viewtopic[data-forum-id="6"] .post-author ul li.pa-author {
    border-top: 0;
    font-size: 18px;
    font-weight: bold;
}

#pun-viewtopic[data-forum-id="6"] .topic .post-author .pa-ip, 
#pun-viewtopic[data-forum-id="6"] .topic .post-author .pa-ua {
    display: inline-block;
    width:unset;
}


#pun-viewtopic[data-forum-id="6"] .topic .post-author .pa-ua {
  margin: 0;
}

*/









#pun-main.multipage h2 {
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    padding: 10px 6%;
    background-color: #007236;
   color: #7cc577;
    margin:10px 0;
    font-size: 17px;
}

#pun-main.multipage h2 + .container,
#pun-main.multipage .section > .container,
#pun-main #punbbsearch > fieldset {
   background: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    padding: 10px 6% 30px;
    border:0;
    margin:10px 0;
}



#pun-main.multipage .container > table .user-avatar:before {
   background-color: #d7d1c2;
}

.punbb #pun-main.multipage .container > table .user-avatar .isonline {
    background: #252525;
    outline: 2px solid #7cc577;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}


#pun-main.multipage .container > table,
.main .messages-container .fs-box > .container > table {
   width:100%;
    border-collapse: collapse;
    color: #544740;
}

#pun-main.multipage .container > table tr,
.main .messages-container .fs-box > .container > table tr {
   border-bottom: 3px double #d7d1c2;
   vertical-align: top;
}

#pun-main.multipage .container > table tr:last-child,
.main .messages-container .fs-box > .container > table tr:last-child {
  border-bottom: 1px solid #d7d1c2;
}

/*
#pun-main.multipage .container > table thead tr:last-child {
  border-bottom: 3px double #d7d1c2;
} */

#pun-main.multipage .container > table tr.altstyle,
.main .messages-container .fs-box > .container > table tr.altstyle {
  Background-color:#efeadc;
}

#pun-main.multipage .container > table td,
.main .messages-container .fs-box > .container > table td {
    padding: 5px 15px;
}

#pun-main.multipage .container > table th {
   padding: 10px 15px;
   font-size: 14px;
}

#pun-searchtopics #pun-main.multipage .container > table td.tc3 {
   width:7%;
   text-align:center;
   min-width:50px;
}

#pun-main.multipage .container > table td.tc3 {
   width:12%;
   text-align:center;
}

#pun-main.multipage .container > table td.tcl {
  border-left: 6px solid #d7d1c2;
}

#pun-main.multipage .container > table td:last-child {
  border-right: 6px solid #d7d1c2;
}

#pun-main.multipage .container > table td.tcl,
#pun-main.multipage .container > table td.tc2,
#pun-main.multipage .container > table th.tcl,
#pun-main.multipage .container > table th.tc2 {
  width:25%;
  text-align: left;
}



#pun-main.multipage .container > table .user-avatar {
  position: relative;
   width: 50px;
   height: 50px;
   margin-top: 5px;
   margin-right: 25px;
   margin-left: -40px;
   display: inline-block;
}

#pun-main.multipage .container > table span.usersname {
  position:absolute;
}

form#post .fs-box {
   display:block;
}

#pun-main.main form#post {
    background: none;
    box-shadow: none;
    padding: unset;
    border: 0;
    margin: 0;
}

.multipage .fs-box {
  display:flex;
  flex-wrap: wrap;
}

.multipage .fs-box p.inputfield,
.multipage .fs-box p.selectfield {
  display:inline-flex;
  flex-direction: column;
  width: 25%;
}

.multipage .fs-box p.infofield {
  display:block;
  width:100%;
}

.multipage .fs-box p.inputfield label,
.multipage .fs-box p.selectfield label,
.multipage .fs-box p.inputfield span,
.multipage .fs-box p.selectfield span {
  display:block;
  width:100%;
}


#pun-viewforum #pun-main.multipage .linkst noindex .postlink,
#pun-viewforum #pun-main.multipage .linksb noindex .postlink {
  width:unset;
}

#pun-viewforum #pun-main.multipage .linksb noindex {
   order:2;
}

#pun-viewforum #pun-main.multipage .linksb .pagelink {
   order:1;
}


#pun-viewforum #pun-main.multipage > .container,
.main .messages-container .fs-box > .container {
   background: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    padding: 10px 6% 20px;
    border:0;
    margin:10px 0;
}


#pun-viewforum #pun-main.multipage .container > table td.tcl,
#pun-viewforum #pun-main.multipage .container > table th.tcl,
#pun-searchtopics #pun-main.multipage .container > table td.tcl,
#pun-searchtopics #pun-main.multipage .container > table th.tcl {
  width:40%;
}

#pun-viewforum #pun-main.multipage .container > table td.tc2,
#pun-viewforum #pun-main.multipage .container > table th.tc2,
#pun-viewforum #pun-main.multipage .container > table td.tc3,
#pun-viewforum #pun-main.multipage .container > table th.tc3 {
   width:10%;
   text-align: center;
}

#pun-viewforum #pun-main.multipage .container > table td.tcl,
#pun-viewforum #pun-main.multipage .container > table th.tcl,
#pun-searchtopics #pun-main.multipage .container > table td.tcl,
#pun-searchtopics #pun-main.multipage .container > table th.tcl {
   padding-left:5%;
}

#pun-viewforum #pun-main.multipage .container > table td.tcr,
#pun-viewforum #pun-main.multipage .container > table th.tcr,
#pun-searchtopics #pun-main.multipage .container > table td.tcr,
#pun-searchtopics #pun-main.multipage .container > table th.tcr {
  padding-right:5%;
}

#pun-viewforum #pun-main.multipage .container > table td,
#pun-searchtopics #pun-main.multipage .container > table td {
   padding: 20px;
   vertical-align:top;
}

#pun-viewforum #pun-main.multipage .category .container > table td:last-child {
  border-right: 0;
}

#pun-viewforum #pun-main.multipage .container > table .user-avatar,
#pun-searchtopics #pun-main.multipage .container > table .user-avatar {
   float:right;
   margin-right: -78px;
   margin-left: 20px;
    margin-top: 0;
}

#pun-viewforum .main .category table tr td.tcl .icon {
    margin-top: -2px;
    position:absolute;
    margin-left: -18px;
    height: 60px;
    width: 30px;
    background-color: #d7d1c1;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    z-index: 10;
}

#pun-viewforum .main table tr td.tcl .icon,
#pun-searchtopics .main table tr td.tcl .icon,
.main .messages-container table tr td.tcl .icon {
    margin-top: -4px;
    position:absolute;
    margin-left: -48px;
    height: 60px;
    width: 30px;
    background-color: #d7d1c1;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    z-index: 10;
}


#pun-viewforum #pun-main.multipage .pagestext {
   display:block;
}

#pun-viewforum .forumDescription {
   padding: 0px 0px 0px 13%;
   font-size: 14px;
}


#pun-viewforum #pun-main.multipage .category > .container {
    border-radius: 3px;
    border:0;
}

#pun-viewforum #pun-main.multipage .category > .container table {
   border-collapse: separate;
   border-spacing: 0px 10px;
}

#pun-viewforum #pun-main.multipage .category > .container table td {
  padding: 15px;
}

#pun-viewforum #pun-main.multipage .category > .container table td {
  padding: 15px;
}

#pun-viewforum #pun-main.multipage .category > .container table td h3 {
   font-size: 20px;
   padding-left: 13%;
}



#pun-viewforum #pun-main.multipage .category > .container table tr {
  box-shadow: 0px 1px 5px 0px #bdb7ab;
  border-radius: 3px;
  background: linear-gradient(to right, #ebe5d7 99.4%, #d7d1c0 0.6%);
}


/*
#pun-viewforum #pun-main.multipage .category .container > table td.tcl {
  border-left: 0;
}

#pun-viewforum #pun-main.multipage .category .container > table td:last-child {
  border-right: 0;
} */

#pun-viewforum #pun-main.multipage .category .container > table td.tcr {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 86px;
    padding-right: 13%;
    height: 100%;
} 

#pun-viewforum #pun-main.multipage .category .container > table td.tcr .lastpost {
   order:1;
   width: 100%;
   margin-left: 0;
   padding-left:5px;
}

#pun-viewforum #pun-main.multipage .category .container > table td.tcr .byuser:before {
   content:'.';
   font-size:0;
   height: 30px;
   margin-top: -5px;
   margin-left: -30px;
   position:absolute;
   border-top: 26px solid #252525;
   border-bottom: 0px solid #252525;
   border-left: 25px solid #0000;
   border-right: 0px solid #0000;
}

#pun-viewforum #pun-main.multipage .category .container > table td.tcr > a {
   order:2;
   width:100%;
   padding-top: 4px;
   padding-right: 35px;
}

#pun-viewforum #pun-main.multipage .category .container > table td.tcr .user-avatar { 
    position: absolute;
    right: 25%;
    margin-top: 0px;
    order:3;
}





#pun-rules #pun-main {
    padding: 8px 8px 0px;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    background: #ebe5d7;
}

/*

#pun-main fieldset {
   background: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    padding: 30px 6%;
    border:0;
    margin:10px 0;
} */

#pun-main fieldset {
    padding: 0;
    border:0;
}

#pun-main fieldset .fs-box label {
   font-weight:bold;
}

#pun-main fieldset .fs-box p {
  margin-bottom:20px;
}

#pun-main fieldset .fs-box p.infofield {
  margin-bottom:0px;
  margin-top:-10px;
}

#post-form fieldset {
   background: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
    border:0;
    margin:0;
}

#pun-rules #pun-main .container ol {
   background-color: #f4f1e9;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    padding: 30px 6%;
    border:0;
    margin:10px 0;
}

#pun-rules #pun-main .container ol li {
    text-align: justify;
    margin: 15px 0;
    padding-top:5px;
    border-top: 1px solid #7cc577;
}

#pun-rules #pun-main .container h3 {
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    border-radius: 3px;
    padding: 10px 6%;
   background-color: #007236;
   color: #7cc577;
    margin:10px 0;
}




#pun-searchposts .pa-replies {
    background:none;
    width: 100%;
    min-width: unset;
}


#pun-searchposts .post h3 span {
    background: #f4f1e9;
    display: block;
}

#pun-searchposts .post h3 span strong {
  float: right;
}

#pun-searchposts .post-author ul li {
  z-index: 10;
  margin: 0;
}

#pun-searchposts .post {
  padding-top: 0px;
}


#pun-searchposts .post .post-author {
    width: 100%;
    min-width: unset;
    padding: 0;
}

#pun-searchposts .topic .pa-author {
  margin: 0px -25px 0px -25px;
  border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#pun-searchposts .post-content {
  width: 100%;
  min-height:unset;
  margin-right: 0;
    margin-left: 0px;
}

#pun-searchposts .post .post-body {
   width: 100%;
   margin-top: -40px;
}

#pun-searchposts .post .post-links {
    margin: -20px 0px 45px -20px;
    z-index: 12;
    position: relative;
}

#pun-searchposts .post-links ul li {
  padding: 10px;
}