/******** Import Styles ********/

@import url(style_cs.1650545334.css);
@import url('http://forumstatic.ru/files/001a/be/80/59278.css?v3');
@import url('https://forumstatic.ru/files/001a/be/80/59278.css?v3');

/* Need */
@import url('http://forumstatic.ru/files/001a/b5/6a/24000.css?v5');
@import url('https://forumstatic.ru/files/001a/b5/6a/24000.css?v5');

/* Dark */
@import url('http://forumstatic.ru/files/001a/b5/6a/87861.css?v84');
@import url('https://forumstatic.ru/files/001a/b5/6a/87861.css?v84');

/* Media */
@import url('http://forumstatic.ru/files/001a/b5/6a/47861.css?v25');
@import url('https://forumstatic.ru/files/001a/b5/6a/47861.css?v25');

/* Media Dark */
@import url('http://forumstatic.ru/files/001a/b5/6a/79113.css?v26');
@import url('https://forumstatic.ru/files/001a/b5/6a/79113.css?v26');

/* Newspaper */
@import url('http://forumstatic.ru/files/001a/b5/6a/50622.css?v10');
@import url('http://forumstatic.ru/files/001a/b5/6a/50622.css?v10');

/******** Import Fonts ********/

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Francois+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2d?family=Noto+Sans+Mono:wght@300;400&display=swap');


/******** Background ********/

body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://i.imgur.com/d6DIrLb.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

body::after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 21, 12, .1);
  z-index: -1;
  pointer-events: none;
}


/******** Navigation ********/

#pun-ulinks ul,
#pun-navlinks ul {
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 88.4%;
}

#pun-ulinks ul li:first-child,
#pun-navlinks ul li:first-child {
  margin-left: 0;
}

#pun-ulinks ul li:last-child,
#pun-navlinks ul li:last-child {
  margin-right: 0;
}


/* Forum, users, etc. */

#pun-navlinks {
  position: absolute;
  top: -105px;
  width: 100%;
  font-size: 18px;
  z-index: 3;
}

#pun-navlinks ul li {
  margin: 0 5px;
}

#pun-navlinks ul li a {
  color: rgb(208, 194, 176);
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 rgb(59, 43, 34);
}

#pun-navlinks ul li a:hover {
  color: rgb(222, 221, 214);
}


/* Active themes, new themes, etc. */

#pun-ulinks {
  position: absolute;
  width: 100%;
  top: -9px;
  z-index: 2;
}

#pun-ulinks ul li {
  margin: 0 5px;
}

#pun-ulinks ul li a {
  font-size: 12px;
  text-transform: lowercase;
  color: rgb(131, 90, 66);
}

#pun-ulinks ul li a:hover {
  color: rgb(129, 97, 113);
}


/* Fixed */

#pun-ulinks.fixed,
#pun-navlinks.fixed {
  position: fixed;
  z-index: 999;
}

#pun-navlinks.fixed {
  top: 0;
  width: 889px;
  height: 50px;
  background: #e1d3c1;
  margin: 0 auto;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
  overflow: hidden;
}

#pun-navlinks.fixed::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -29px;
  width: 100%;
  height: 98px;
  background-repeat: no-repeat;
  background-image: url('https://i.imgur.com/cUcf8Ah.png');
  margin: 0 auto;
  z-index: 9;
  pointer-events: none;
  background-position: 50%;
}

#pun-navlinks.fixed ul {
  width: 889px;
  padding-top: 8px;
  font-size: 13px;
  z-index: 9;
}

#pun-ulinks.fixed {
  top: 25px;
  left: 0;
  right: 0;
  width: 889px;
  margin: 0 auto;
}

#pun-ulinks.fixed ul {
  width: 889px;
}

#pun-navlinks.fixed a {
  color: rgb(131, 90, 66);
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
}

#pun-navlinks.fixed a:hover {
  color: rgb(129, 97, 113);
}


/******** Forum Main Body ********/

#pun {
  position: relative;
}

#pun::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 908px;
  background: rgb(191, 167, 143);
  margin: 0 auto;
}

#pun .punbb {
  position: relative;
  width: 1023px;
  background: url('https://i.imgur.com/cUcf8Ah.png');
  background-repeat: repeat-y;
  padding: 30px 95px 0 60px;
  margin: 338px auto 190px;
  box-sizing: border-box;
}

#pun .punbb::before,
#pun .punbb::after {
  position: absolute;
  content: "";
  display: block !important;
  top: 0;
  width: 74px;
  height: 100%;
  background: url('https://i.imgur.com/XniswEe.png');
  background-repeat: repeat-y;
  z-index: -1;
  pointer-events: none;
  visibility: visible !important;
}

#pun .punbb::before {
  left: 10px;
  box-shadow: -2px 0 0 rgba(226, 212, 195, .4), -10px 0 10px rgba(49, 36, 28, .3);
}

#pun .punbb::after {
  right: 10px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
  box-shadow: -2px 0 0 rgba(226, 212, 195, .4), -10px 0 10px rgba(49, 36, 28, .3);
}


/******** Forum ********/

#pun-status p,
#pun-crumbs1 p,
#pun-crumbs2 p,
#pun-about p {
  margin: 0;
}

#pun-status {
  margin-top: 10px;
  padding-bottom: 0;
}

#pun-crumbs1 {
  margin-bottom: 0;
  padding-top: 10px;
}

#pun-crumbs2 {
  margin-top: 20px;
  padding-bottom: 30px;
  z-index: 0;
  clear: both;
}

#pun-about {
  position: absolute;
  left: 65px;
  bottom: -112px;
  width: 256px;
  font-size: 90%;
  padding-top: 10px;
  z-index: 3;
  pointer-events: none;
}

#pun-about a {
  color: rgb(146, 130, 116);
  font-weight: 300;
  text-shadow: 1px 1px 0 rgb(59, 43, 34);
  pointer-events: all;
}

#pun-about a:hover {
  color: rgb(191, 167, 143);
}

#pun-stats {
  margin-top: 0;
}

#pun-main,
#pun-admain {
  margin-top: 10px;
}


/******** Main Page ********/

#pun-index #pun-main::before,
#pun-index #pun-main::after {
  display: none;
}

#pun-index #pun-main {
  background: none;
  padding: 0;
  margin-top: 0;
}

.category {
  position: relative;
  margin: 0;
}

.category-3 em {
  display: none;
}

#pun-stats h2,
.category h2 {
  position: relative;
  -js-display: flex !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  color: rgb(84, 59, 75);
  font-size: 26px;
  padding-right: 35px;
  z-index: 2;
  box-sizing: border-box;
  mix-blend-mode: color-burn;
}

#pun-stats h2::before,
.category h2::before {
  position: absolute;
  content: "——————————————";
  right: 116px;
  bottom: -30px;
  font-size: 36px;
  opacity: 0.7;
  pointer-events: none;
}

.description_category,
.description_category {
  position: absolute;
  top: -1px;
  left: 26px;
  text-align: left;
  font-family: 'Caveat', cursive;
  color: #80685b;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  width: 345px;
}

.flowers {
  position: absolute;
  height: 184px;
  pointer-events: none;
  overflow: hidden;
}

.category:nth-child(even) .flowers {
  top: -44px;
  left: -28px;
  width: calc(100% + 39px);
}

.category:nth-child(odd) .flowers,
#pun-stats .flowers {
  top: -46px;
  left: -30px;
  width: calc(100% + 41px);
}

#pun-viewtopic #post-form .flowers {
  top: -45px;
  left: -30px;
  width: calc(100% + 56px);
}

.multipage#pun-main,
#pun-post #pun-main,
#pun-edit #pun-main,
#pun-profile #pun-main,
#pun-search #pun-main,
#pun-messages #pun-main,
#pun-blogs #pun-main {
  position: relative;
}

.multipage .flowers,
#pun-post .flowers,
#pun-edit .flowers,
#pun-profile .flowers,
#pun-search .flowers,
#pun-messages .flowers,
#pun-blogs .flowers {
  top: -44px;
  left: -28px;
  width: calc(100% + 36px);
}

.flowers::after,
.flowers::before,
.inner::before,
.inner::after,
#pun-messages .flowers::before,
#pun-messages .flowers::after,
.modal-inner::after,
.modal-inner::before {
  position: absolute;
  content: "";
  top: 0;
  background-image: url('https://i.imgur.com/KpMO7oA.png');
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  background-size: cover;
  pointer-events: none;
}

.category:nth-child(even) .flowers::after,
.multipage .flowers::after,
.inner::after,
#pun-post .flowers::after,
#pun-edit .flowers::after,
#pun-profile .flowers::after,
#pun-search .flowers::after,
#pun-messages .flowers::after,
#pun-blogs .flowers::after,
.modal-inner::after {
  right: -99px;
  width: 180px;
  height: 168px;
  transform: rotate(205deg);
}

.category:nth-child(odd) .flowers::after,
#pun-stats .flowers::after,
#pun-viewtopic #post-form .flowers::after {
  top: 5px;
  right: -80px;
  width: 160px;
  height: 145px;
  transform: rotate(259deg);
}

.category:nth-child(even) .flowers::before,
.multipage .flowers::before,
.inner::before,
#pun-post .flowers::before,
#pun-edit .flowers::before,
#pun-profile .flowers::before,
#pun-search .flowers::before,
#pun-messages .flowers::before,
#pun-blogs .flowers::before,
.modal-inner::before {
  left: -112px;
  top: -17px;
  width: 160px;
  height: 155px;
  transform: rotate(170deg);
}

.category:nth-child(odd) .flowers::before,
#pun-stats .flowers::before {
  top: -33px;
  left: -130px;
  width: 220px;
  height: 219px;
  transform: rotate(-5deg);
}

#pun-viewtopic #post-form .flowers::before {
  top: -26px;
  left: -130px;
  width: 220px;
  height: 219px;
  transform: rotate(-5deg);
}


/* Category Body */

.container {
  position: inherit;
  margin: 0 !important;
}

.container thead {
  display: none;
}

.container table {
  width: 100%;
}

.container tr {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px 15px;
  margin-bottom: 5px;
}

#pun-index .container tr {
  padding: 10px 15px 12px;
}

.container tr::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 194, 176, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

.container tr .tcl {
  width: 65%;
  box-sizing: border-box;
}

.container tr .tcl h3 {
  order: 1;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 2px;
  padding-top: 2px;
}

.container tr .tcl h3 a {
  font-weight: 700;
}

.container tr .tcl .description {
  order: 2;
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.container tr .tcl .description__small {
  text-align: right;
  font-size: 90%;
  line-height: 1.1;
  width: calc(100% - 200px);
  padding-right: 10px;
  box-sizing: border-box;
}

.container tr .tcl .full .description__small,
.category-7 .container tr .tcl .description__small {
  width: 100%;
  padding-right: 0;
}

.container tr .tcl .description__small p {
  color: rgb(112, 97, 88);
  margin-top: 7px;
}

.container tr .tcl .description__small p.more {
  display: inline-block;
  color: rgb(148, 120, 120);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(248, 236, 222, .4);
  margin-bottom: 0;
  margin-top: 8px;
}

.container tr .tcl .mainLink {
  width: 200px;
}

.container tr .tcl .mainLink li {
  width: calc(50% - 1.5px);
  margin-bottom: 3px;
}

.container tr .tcl .mainLink li.full {
  width: 100%;
}

.container tr .tcl .mainLink a {
  display: block;
  background: rgba(255, 249, 242, .22);
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(131, 90, 66, .7);
  border-radius: 3px;
  padding: 9px 5px 8px;
  box-shadow: 0 1px 0 rgba(131, 90, 66, .15);
  box-sizing: border-box;
}

.container tr .tcl .mainLink a:hover {
  color: rgb(129, 97, 113);
  background: rgba(255, 249, 242, .4);
}

.container tr .tcl .subforums {
  order: 3;
  width: 100%;
}

.category-3 .container tr .tcl .subforums__title {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  background: rgba(255, 249, 242, .15);
  text-align: center;
  font-size: 0;
  text-transform: uppercase;
  color: rgba(131, 90, 66, .7);
  font-weight: 500;
  line-height: 1;
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
  border-radius: 3px;
  padding: 9px 5px 8px;
  box-shadow: 0 1px 0 rgba(131, 90, 66, .15);
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.category-3 .container tr .tcl .subforums__title::before,
.category-3 .container tr .tcl .subforums__title::after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  font-size: 11px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.category-3 .container tr .tcl .subforums__title::before {
  content: "Ôýíäîìû";
  left: 25px;
  margin-top: 1px;
}

.category-3 .container tr .tcl .subforums__title::after {
  content: "\f0c9";
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.category-3 .container tr .tcl .subforums__title:hover,
.category-3 .container tr .tcl .subforums__title.active {
  background: rgba(255, 249, 242, .2);
}

.category-3 .container tr .tcl .subforums__title.active:hover {
  background: rgba(255, 249, 242, .18);
}

.category-3 .container tr .tcl .subforums__title:hover::before,
.category-3 .container tr .tcl .subforums__title.active::before,
.category-3 .container tr .tcl .subforums__title:hover::after,
.category-3 .container tr .tcl .subforums__title.active::after {
  color: rgb(129, 97, 113);
}

.category-3 .container tr .tcl .subforums__title.active:hover::before,
.category-3 .container tr .tcl .subforums__title.active:hover::after {
  color: rgba(131, 90, 66, .9);
}

.category-3 .container tr .tcl .subforums__content {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.category-3 .container tr .tcl .subforums__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(182, 178, 175, .5);
  mix-blend-mode: color-burn;
  border-radius: 0 0 3px 3px;
}

.category-3 .container tr .tcl .subforums__content a {
  position: relative;
  display: inline-block;
  width: 33.3%;
  text-shadow: 1px 1px 0 rgba(239, 233, 220, .5);
  font-size: 90%;
  padding-left: 15px;
  box-sizing: border-box;
}

.category-3 .container tr .tcl .subforums__content a::before {
  position: absolute;
  content: "\f069";
  top: 1px;
  left: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 70%;
}

.container tr .tc2,
.container tr .tc3 {
  position: absolute;
  top: 12px;
  width: auto;
  text-align: center;
  font-size: 70%;
  color: rgba(59, 43, 34, .5);
  text-transform: uppercase;
  padding-right: 15px;
}

.container tr .tc2 {
  right: 213px;
  padding-left: 21px;
}

.container tr .dash::before {
  position: absolute;
  content: "—";
  top: 4px;
  right: 208px;
  font-family: "Francois One", sans-serif;
  font-size: 21px;
  color: rgb(86, 85, 85);
  mix-blend-mode: overlay;
}

#pun-index .container tr .tc2::after,
#pun-index .container tr .tc3::after {
  position: absolute;
  top: -8px;
  font-family: "Francois One", sans-serif;
  font-size: 21px;
  color: rgb(86, 85, 85);
  mix-blend-mode: overlay;
}

#pun-index .container tr .tc2::after {
  content: "———————————————————————";
  left: -334px;
}

#pun-index .container tr .tc3::after {
  content: "———————";
  right: -100px;
}

.container tr .tc3 {
  right: 120px;
  padding-left: 59px;
}

.container tr .tc2::before,
.container tr .tc3::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.container tr .tc2::before {
  content: "Òåì:";
}

.container tr .tc3::before {
  content: "Ñîîáùåíèé:";
}

.container tr .tcr {
  width: 35%;
  text-align: left;
  padding-left: 10px;
  padding-top: 23px;
  box-sizing: border-box;
}

.lastpost {
  font-size: 90%;
  color: rgb(112, 97, 88);
}

.container .intd {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.icon {
  width: 4px;
  height: 20px;
  background: rgb(208, 194, 176);
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: soft-light;
  margin-top: 0;
}

.inew .icon {
  background: rgb(126, 91, 119);
  mix-blend-mode: color-burn;
}

.iclosed .icon {
  background: rgb(203, 200, 197);
  mix-blend-mode: multiply;
}

.isticky .icon {
  background: rgb(126, 91, 119);
  mix-blend-mode: color-burn;
}

.hasicon .tclcon {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 5px);
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

#pun-viewforum .tclcon span a,
#pun-searchtopics .tclcon span a {
  display: initial;
}

.inew a {
  color: rgb(144, 61, 22);
}

.inew .subforums a {
  color: rgb(131, 90, 66);
}

.inew a:hover {
  color: rgb(129, 97, 113);
}

.inew .subforums a:hover {
  color: rgb(129, 97, 113);
}

.inew .byuser {
  font-weight: 500;
}

.container tr .tcr a {
  display: block;
}


/******** Active Themes ********/

#pun-viewforum tr,
#pun-searchtopics tr {
  margin: 5px 0;
}

#pun-viewforum .tcl,
#pun-searchtopics .tcl {
  width: 60%;
}

#pun-viewforum .isub .tcl {
  padding-bottom: 17px;
}

#pun-viewforum .tc2,
#pun-searchtopics .tc2,
#pun-modviewforum .tc2,
#pun-blogs .tc2 {
  width: 35%;
  left: 30px;
  padding-left: 35px;
}

#pun-blogs .tc2 {
  width: 15px;
}

#pun-modviewforum .tc2 {
  padding-left: 20px;
}

#pun-modviewforum .container tr .tcr {
  padding-top: 0;
}

#pun-searchtopics .tc2 {
  padding-left: 35px;
}

#pun-viewforum .tc2 {
  padding-left: 59px;
}

#pun-blogs .tc2 {
  padding-left: 72px;
}

#pun-viewforum .tc3,
#pun-blogs .tc3 {
  padding-left: 61px;
}

#pun-blogs .tcr {
  padding-top: 0;
}

#pun-blogs .tc_Byuser {
  width: 25% !important;
  font-family: 'Caveat', cursive;
  font-size: 16px;
}

#pun-searchtopics .tc2 a {
  opacity: 0.7;
}

#pun-searchtopics .tc2 a:hover {
  opacity: 1;
}

#pun-viewforum .tc2,
#pun-viewforum .tc3,
#pun-searchtopics .tc2,
#pun-searchtopics .tc3,
#pun-modviewforum .tc2,
#pun-modviewforum .tc3,
#pun-blogs .tc2,
#pun-blogs .tc3 {
  top: auto;
  bottom: 9px;
  text-align: left;
}

#pun-searchtopics .tc2::before {
  content: "Ôîðóì:";
}

#pun-viewforum .tc2::before {
  content: "Ñîîáùåíèé:";
}

#pun-blogs .tc2::before {
  content: "Êîììåíòàðèåâ:";
}

#pun-viewforum .tc3::before,
#pun-blogs .tc3::before {
  content: "Ïðîñìîòðîâ:";
}

#pun-searchtopics .tc3,
#pun-viewforum .tc3,
#pun-modviewforum .tc3,
#pun-blogs .tc3 {
  width: 15%;
  left: 40%;
}

#pun-blogs .tc3 {
  left: 18%;
}

#pun-searchtopics .user-avatar,
#pun-viewforum .user-avatar {
  margin-bottom: 0;
}

#pun-viewforum .tcr,
#pun-searchtopics .tcr {
  width: 25%;
  text-align: right;
  padding-top: 0;
}

.linkst,
.linksb,
.modmenu .container {
  position: inherit;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.modmenu .container .button {
  margin-left: 5px;
}

.linkst {
  margin-bottom: 15px;
}

.postlink {
  position: inherit;
  text-align: right;
}

.modmenu {
  margin: 15px 0;
}

.linksb .pagelink {
  order: 1;
}

.linksb noindex {
  order: 2;
}


/* Stats */

#pun-stats ul {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pun-stats ul li {
  z-index: 1;
  line-height: 0.9;
  margin-bottom: 7px;
}

#pun-stats ul .item1 {
  order: 1;
  width: 50%;
}

#pun-stats ul .item2 {
  order: 3;
  width: 50%;
}

#pun-stats ul .item1 span,
#pun-stats ul .item2 span {
  background: rgba(238, 231, 220, .7);
  padding: 0 2px;
  border-radius: 2px;
}

#pun-stats ul .item3 {
  order: 2;
  width: 50%;
  text-align: right;
}

#pun-stats ul .item4 {
  order: 4;
  width: 50%;
  text-align: right;
}

#pun-stats ul .item3 strong,
#pun-stats ul .item4 strong {
  background: rgba(207, 189, 168, .7);
  padding: 0 2px;
  border-radius: 2px;
}

#pun-stats ul .item5 {
  order: 5;
  width: 100%;
  line-height: 1.2;
  margin-top: 15px;
}

#pun-stats ul .item5 a {
  text-shadow: 1px 1px 0 rgba(255, 249, 242, .5);
  background: rgba(234, 221, 208, .7);
  padding: 0 2px;
  border-radius: 2px;
}

#pun-stats ul .item5 span a {
  background: none;
  padding: 0;
}


/******** Online ********/

#pun-online .username {
  width: 30% !important;
}

#pun-online .action {
  width: 40% !important;
  text-align: center;
}

#pun-online .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 30% !important;
  color: inherit;
  font-size: inherit;
  text-align: right;
  text-transform: none;
  padding-left: 0;
}

#pun-online .tc3::before {
  display: none;
}


/******** Users ********/

#pun-userlist .formal .flowers {
  display: none;
}


#pun-userlist tr {
  align-items: center;
  margin: 0 0 5px;
}

#pun-userlist .tc2,
#pun-userlist .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  font-size: inherit;
  text-transform: none;
  padding: 0 5px;
}

#pun-userlist .tc2::before,
#pun-userlist .tc3::before {
  display: none;
}

#pun-userlist .username {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 30%;
}

#pun-userlist .user_title {
  width: 20%;
}

#pun-userlist .relation {
  width: 10%;
}

#pun-userlist .num_posts {
  width: 10%;
}

#pun-userlist .registered {
  width: 15%;
}

#pun-userlist .last_visit {
  width: 15%;
  text-align: right;
  padding: 0 0 0 5px;
}

#pun-userlist .fs-box {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#pun-userlist .fs-box p {
  margin-right: 5px;
  margin-bottom: 0;
}

#pun-userlist .fs-box p:nth-last-child(2) {
  margin-right: 0;
}

#pun-userlist .fs-box .infofield {
  width: 100%;
  margin-right: 0;
}


/******** Topics ********/

.punbb .multipage#pun-main h1,
.punbb .hv-mask-dialog-title,
.punbb #pun-post #pun-main h1,
.punbb #pun-edit #pun-main h1,
.punbb #pun-profile #pun-main h1,
.punbb #pun-search #pun-main h1,
.punbb #MyBookmarks h2,
html .punbb .pun-modal h2 {
  position: relative;
  display: block !important;
  text-align: right !important;
  color: rgb(84, 59, 75);
  font-size: 26px !important;
  padding-right: 35px;
  z-index: 2;
  box-sizing: border-box;
  mix-blend-mode: color-burn;
}

.hv-mask-dialog-title {
  margin-bottom: 25px;
}

.multipage#pun-main h1::before,
.hv-mask-dialog-title::before,
#pun-post #pun-main h1::before,
#pun-edit #pun-main h1::before,
#pun-profile #pun-main h1::before,
#pun-search #pun-main h1::before,
#MyBookmarks h2::before,
.punbb .pun-modal h2::before {
  position: absolute;
  content: "——————————————";
  right: 116px;
  bottom: -30px;
  font-size: 36px;
  opacity: 0.7;
  pointer-events: none;
}

#pun-viewtopic .linksb .pagelink {
  order: 1;
  flex-grow: 1;
  text-align: left;
}

#pun-viewtopic .linksb .postlink {
  order: 2;
  padding-right: 15px;
  box-sizing: border-box;
}

#pun-viewtopic .linksb .subscribelink {
  order: 3;
}

#pun-viewtopic .linksb #s-block {
  order: 4;
}

#pun-viewtopic .modmenu {
  padding: 25px 0 15px;
}

#pun-viewtopic #topic-users-in,
#pun-viewtopic .linksb {
  padding: 0 0 5px;
}

#pun-viewtopic #post-form h2 {
  position: relative;
  display: block !important;
  text-align: right;
  color: rgb(84, 59, 75);
  font-size: 26px;
  padding-right: 35px;
  z-index: 2;
  box-sizing: border-box;
  mix-blend-mode: color-burn;
}

#pun-viewtopic #post-form h2::before {
  position: absolute;
  content: "——————————————";
  right: 116px;
  bottom: -30px;
  font-size: 36px;
  opacity: 0.7;
  pointer-events: none;
}

#pun.isguest #pun-viewtopic .linksb {
  padding: 25px 0;
}

#pun-viewtopic #topic-users-in .container {
  display: inherit;
}

#pun.isguest #pun-viewtopic #post-form {
  margin-top: 10px;
}

#pun-viewtopic .pagelink {
  position: inherit;
}

.post {
  position: relative;
  margin-bottom: 25px;
}

.post::after {
  position: absolute;
  content: "";
  top: 51px;
  left: 0;
  width: 500px;
  border-top: 3.5px dashed rgb(86, 85, 85);
  mix-blend-mode: color-burn;
}

.post::before {
  display: block;
  content: "";
  height: 60px;
  margin: -60px 0 0;
  pointer-events: none;
}

.post .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}


/* Profile */

.post-author,
#profile-left {
  position: sticky;
  top: 60px;
  width: 178px;
  background: rgba(208, 194, 176, .3);
  margin: 0 0 50px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  z-index: 2;
}

.post-author::before,
.post-author::after,
#profile-left::before,
#profile-left::after {
  position: absolute;
  content: "";
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.post-author::before,
#profile-left::before {
  top: 0;
  height: 47px;
  background-image: url('https://i.imgur.com/uyOqEeY.png');
  background-position: center;
}

.post-author::after,
#profile-left::after {
  bottom: 0;
  height: 42px;
  background-image: url('https://i.imgur.com/t5Aj4Dm.png');
  background-position: 0;
  background-size: cover;
}

.post[data-group-id="3"] .post-author ul,
.post[data-group-id="5"] .post-author ul {
  padding-bottom: 30px;
}

.post[data-group-id="3"] .pa-respect,
.post[data-group-id="5"] .pa-respect {
  width: 100% !important;
  justify-content: center;
  margin-top: 0;
}

.post[data-user-id="1"] .post-author ul {
  padding-bottom: 42px;
}

.post-author ul {
  position: inherit;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(232, 225, 212, .9);
  border-bottom: 1px solid rgba(232, 225, 212, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  margin: 0;
  padding: 20px 5px 12px;
  box-sizing: border-box;
  z-index: 1;
}

.post-author ul::before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  width: 100%;
  max-width: 178px;
  height: 21px;
  background-image: url('https://i.imgur.com/49enGLM.png');
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.post-author ul li {
  width: 100%;
}


/* Name */

.pa-author {
  position: inherit;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}

#pun-viewtopic .pa-author {
  padding-left: 25px;
}

.pa-author::before {
  position: absolute;
  content: "";
  top: -27px;
  left: -5px;
  width: 81px;
  max-width: 81px;
  height: 88px;
  background-image: url('https://i.imgur.com/kBpDsro.png');
  pointer-events: none;
  z-index: 1;
}

.pa-author i {
  order: 1;
  position: absolute;
  top: -3px;
  left: 0;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  z-index: 1;
  margin: 0 !important;
}

.pa-author a {
  order: 2;
  align-self: baseline;
  font-size: 14px;
  line-height: 0.9;
  background: rgb(232, 225, 212);
  padding: 0 2px;
  box-sizing: border-box;
  z-index: 1;
}


/* Status */

.post-author .pa-title {
  width: auto;
}

.pa-title {
  position: inherit;
  background: rgb(232, 225, 212);
  font-size: 11px;
  text-transform: lowercase;
  color: rgb(112, 97, 88);
  text-align: right;
  line-height: 0.9;
  margin: 4px 0 8px;
  margin-left: auto;
  padding: 0 2px;
  box-sizing: border-box;
}


/* Avatar */

.pa-avatar {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 5px;
  z-index: -1;
}

.pa-avatar::before,
.pa-avatar::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

.pa-avatar::before {
  top: -8px;
  right: -8px;
  background-image: url('https://i.imgur.com/cpZydBu.png');
}

.pa-avatar::after {
  bottom: -8px;
  left: -8px;
  background-image: url('https://i.imgur.com/xQFvj17.png');
}

.pa-avatar img {
  display: block;
  max-width: 100%;
  margin: auto;
}


/* Reputation */

.pa-respect {
  width: 57% !important;
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  text-transform: uppercase;
  text-align: right;
  font-size: 90%;
  line-height: 18px;
  margin-top: -3px;
  z-index: 1;
  box-sizing: border-box;
}

.pa-respect a {
  position: relative;
  display: inline-block;
  height: 17px;
  padding-left: 15px;
  box-sizing: border-box;
}

.pa-respect a::before {
  position: absolute;
  content: "\f004";
  top: 0;
  right: 3px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.pa-respect a img {
  display: none;
}

.punbb .pa-respect .fld-name {
  -js-display: flex !important;
  display: flex !important;
  align-items: center;
  color: rgb(131, 90, 66);
  font-weight: 500;
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
  padding-right: 2px;
  box-sizing: border-box;
}

.pa-respect .fld-name a {
  font-size: 0;
  padding-left: 39px;
}

.pa-respect .fld-name a::before {
  position: absolute;
  content: "Ñåðäåö";
  left: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
}


/* Online */

.post-author .pa-last-visit {
  width: auto;
}

.pa-last-visit {
  position: relative;
  display: inline-block;
  font-size: 70%;
  color: rgb(112, 97, 88);
  background: rgb(232, 225, 212);
  margin: 12px auto 0;
  padding: 0 2px;
}

.pa-last-visit::before {
  content: "";
  width: 100%;
}

.online .pa-online {
  position: absolute;
  top: 62px;
  right: 12px;
  width: 8px;
  height: 8px;
  background: #d8d2c8;
  -webkit-animation: pulse 0.9s linear infinite;
  -moz-animation: pulse 0.9s linear infinite;
  -ms-animation: pulse 0.9s linear infinite;
  -o-animation: pulse 0.9s linear infinite;
  animation: pulse 0.9s linear infinite;
  border-radius: 50%;
  z-index: 1;
}

.online .pa-online strong {
  font-size: 0;
  overflow: hidden;
}

.pa-online .fld-name,
.pa-last-visit .fld-name,
.pa-online br,
.pa-last-visit br,
.pa-replies br {
  display: none;
}


/* Fandom */

.pa-fld1 {
  font-family: 'Caveat', cursive;
  font-size: 21px;
  line-height: .8;
  color: rgb(112, 97, 88);
  text-shadow: 1px 1px 0 rgba(255, 248, 241, .4);
  margin: 3px 0 6px;
}

/* Name */

.pa-fld3 {
  font-weight: 700;
}

.pa-fld3 a {
  color: rgb(112, 97, 88);
  text-shadow: 1px 1px 0 rgba(255, 248, 241, .4);
}

.pa-fld3 a:hover {
  color: rgb(129, 97, 113);
}


/* Info */

.pa-fld2 {
  font-size: 11px;
  margin: 4px 0 10px;
}

/* Posts */

.post-author .pa-fld4 {
    display: none;
  width: 43%;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: rgb(112, 97, 88);
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, .4);
  padding-left: 5px;
  box-sizing: border-box;
}

.punbb .pa-fld4 .fld-name {
  display: inline-block !important;
}


/* Twinks */

.post-author .pa-fld7 {
  width: 100%;
  font-size: 11px;
}

.post-author .pa-fld7 .spoiler__title,
.post-author .pa-fld7 a {
  text-transform: uppercase;
  color: rgb(131, 90, 66);
  text-shadow: 1px 1px 0 rgba(255, 248, 241, .4);
  font-weight: 700;
  text-align: center;
  padding-right: 0;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.post-author .pa-fld7 .spoiler__title:hover,
.post-author .pa-fld7 .spoiler__title.active,
.post-author .pa-fld7 a:hover {
  color: rgb(129, 97, 113);
}

.post-author .pa-fld7 .spoiler__title.active:hover {
  color: rgb(131, 90, 66);
}

.post-author .pa-fld7 .spoiler__content {
  margin-top: 2px !important;
}

.post-author .pa-fld7 .spoiler__content a {
  text-transform: none;
}

.pa-fld7 p {
  margin: 0;
}


/* Banes */

.pa-fld5 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}

.pa-fld5 p {
  width: 40%;
  font-size: 70%;
  color: rgb(112, 97, 88);
  margin: 0 0 5px;
}

.pa-fld5 p span {
  background: rgb(232, 225, 212);
  padding: 0 2px;
}

.pa-fld5 p:nth-of-type(1):last-of-type,
.pa-fld5 p:nth-of-type(3):last-of-type {
  width: 100%;
  margin-bottom: 0;
}


/* Achivka */

.pa-fld6 {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0;
  background: none;
  width: 100%;
  border-top: 0;
  pointer-events: none;
}

.pa-fld6 i {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  width: 20px;
  margin: auto;
  z-index: 2;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  pointer-events: all;
}

.pa-fld6 i:hover {
  color: rgb(129, 97, 113);
  cursor: pointer;
}

.pa-fld6 p {
  position: absolute;
  top: 29px;
  opacity: 0;
  height: 0;
  font-size: 90%;
  color: rgb(248, 236, 222);
  font-weight: 300;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  background: rgba(129, 97, 113, .9);
  border-radius: 3px;
  margin: 0;
  padding: 8px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

.pa-fld6 i:hover ~ p {
  opacity: 1;
  height: auto;
}


/* Post Body */

.post-body {
  position: relative;
  width: calc(100% - 186px);
  text-align: justify;
  color: rgb(92, 76, 68);
  font-size: 14px;
  padding: 35px 35px 50px 22px;
  margin: 0;
  box-sizing: border-box;
}

.post-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 194, 176, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

.post-body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(236, 227, 213);
  background: linear-gradient(90deg, rgba(236, 227, 213, .5) 0%, rgba(236, 227, 213, .5) 76%, rgba(236, 227, 213, 0) 100%);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

.post-box .post-content table {
  table-layout: fixed !important;
}

.post-box .post-content tr {
  display: table-row;
  padding: 0;
}

.post-box .post-content tr::before {
  display: none;
}

.post-box .post-content td {
  border: none;
  border-width: 0 !important;
  border-style: none !important;
  vertical-align: top;
  padding: 3px !important;
  box-sizing: border-box;
}


/* Post Links */

.post-links {
  position: absolute;
  bottom: 22px;
  width: 100%;
  z-index: 1;
}

.post-links ul {
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding-right: 35px;
}

.post-links ul li {
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 10px;
}

.post-links ul li.pl-reply {
  padding-right: 0;
}

.post-links ul .email {
  flex-grow: 1;
}

#post-form legend {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 95%;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
}


/* Post Header */

.topic .post h3,
.fs-box .post h3 {
  position: absolute;
  top: 77px;
  left: 200px;
  width: calc(100% - 234px);
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0 0 0 8px;
  z-index: 1;
  box-sizing: border-box;
}

.topic .post h3 span,
.fs-box .post h3 span {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
}

.topic .post h3 span {
  justify-content: flex-start;
}

.fs-box .post h3 span {
  justify-content: space-between;
}

.topic .post h3 span .permalink,
.fs-box .post h3 span .permalink {
  order: 1;
}

.topic .post h3 span #fntSlider,
.fs-box .post h3 span #fntSlider {
  order: 3;
}

.topic .post h3 span strong,
.fs-box .post h3 span strong {
  order: 2;
  text-align: left;
  font-weight: 400;
  flex-grow: 1;
  padding-left: 8px;
}


/******** Dialogs ********/

#pun-reputation .inner,
#mask_dialog .inner,
.pun-modal .modal-inner {
  background-color: rgb(191, 167, 143);
  background-image: url('https://i.imgur.com/KARMp1W.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

#pun-reputation .inner {
  padding: 45px 25px 25px;
}


/******** Masks ********/

#mask_dialog .inner {
  padding: 20px 25px;
}

#pun-report .bg, #pun-reputation .bg, #pun-admin-award-form .bg {
  background: rgb(25, 17, 14) !important;
  z-index: 99 !important;
}

.punbb #mask_dialog .hv-bg,
.pun-modal .modal-bg {
  background: rgba(25, 17, 14, .7) !important;
}

#pun-reputation .inner .container {
  position: initial;
  padding: 15px 0 0 !important;
}

#pun-viewtopic #pun-main.multipage #pun-reputation h1 {
  margin: -27px -6px 1px;
}

#pun-main.multipage #pun-reputation h1::before {
  width: calc(100% + 100px);
  background-size: contain;
}

#pun-reputation .tcl {
  width: 25% !important;
}

#pun-reputation .tc2,
#pun-reputation .tc3 {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  padding: 0;
}

#pun-reputation .tc2 textarea {
  width: 100% !important;
}

#pun-reputation .tc2 {
  width: 75% !important;
  padding-left: 20px;
}

#pun-reputation .tc2::before,
#pun-reputation .tc3::before {
  display: none;
}

#pun-reputation tr:first-child .tc2 {
  color: rgb(129, 97, 113);
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
  font-family: 'Caveat', cursive;
  font-size: 20px;
  text-transform: none;
}

#pun-reputation tr:nth-child(2) .tcl span:last-child {
  font-style: italic;
}

#mask_dialog .inner {
  overflow: hidden;
  min-height: 450px;
}

#mask_dialog .hv-mask-block {
  align-items: flex-start !important;
}

#mask_dialog .hv-control {
  position: sticky;
  bottom: -5px;
  background-image: url('https://i.imgur.com/cUcf8Ah.png');
  background-position: 50% 36%;
  z-index: 1;
}

#mask_dialog #mask_form {
  position: relative;
  margin-bottom: 7px;
}

html.dark #mask_dialog #mask_form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 194, 176, .3);
  mix-blend-mode: multiply;
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}

#mask_dialog .hv-mask-field {
  padding: 10px;
}

#mask_dialog .hv-mask-field::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 194, 176, .3);
  mix-blend-mode: multiply;
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}

#mask_dialog .hv-form-block {
  max-height: 355px !important;
  padding-right: 10px;
  padding-bottom: 60px;
}

#mask_dialog .hv-add-template {
  line-height: 35px;
  border: none !important;
  margin-bottom: 5px;
  padding: 2px 10px !important;
}

#mask_dialog .description {
  font-style: italic;
}

#mask_dialog .hv-preview-block {
  position: relative;
  z-index: 1;
  background: rgba(222, 221, 214, .3);
  border-top: 1px solid rgba(232, 225, 212, .9);
  border-bottom: 1px solid rgba(232, 225, 212, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  padding: 15px 0;
  margin-right: 5px;
  overflow: unset !important;
}

#mask_dialog .hv-preview-block::before,
#mask_dialog .hv-preview-block::after {
  position: absolute;
  content: "";
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

#mask_dialog .hv-preview-block::before {
  top: 0;
  height: 29px;
  background-image: url('https://i.imgur.com/uyOqEeY.png');
  background-position: center;
  background-size: contain;
}

#mask_dialog .hv-preview-block::after {
  bottom: 0;
  height: 26px;
  background-image: url('https://i.imgur.com/t5Aj4Dm.png');
  background-position: 0;
  background-size: contain;
}

#mask_dialog .hv-preview-author {
  display: inline-block;
  background: rgb(232, 225, 212);
  font-weight: 500;
  font-size: 11px;
  line-height: 0.9;
  text-align: right;
  padding: 0 2px !important;
  margin-right: 5px;
  box-sizing: border-box;
  float: right;
}

#mask_dialog .hv-preview-author::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 55px;
  height: 58px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://i.imgur.com/kBpDsro.png');
  pointer-events: none;
  z-index: 1;
}

#mask_dialog .hv-preview-title {
  display: inline-block;
  clear: both;
  float: right;
  background: rgb(232, 225, 212);
  font-size: 9px;
  text-transform: lowercase;
  color: rgb(112, 97, 88);
  text-align: right;
  line-height: 0.9;
  margin: 3px 5px 8px 0;
  margin-left: auto;
  padding: 0 2px !important;
}

#mask_dialog .hv-preview-avatar {
  position: relative;
  display: inline-block;
  width: calc(100% - 10px);
  padding-bottom: 0 !important;
  padding-top: 1px !important;
}

#mask_dialog .hv-preview-avatar::before,
#mask_dialog .hv-preview-avatar::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

#mask_dialog .hv-preview-avatar::before {
  top: -4px;
  right: -4px;
  background-image: url('https://i.imgur.com/cpZydBu.png');
}

#mask_dialog .hv-preview-avatar::after {
  bottom: -3px;
  left: -4px;
  background-image: url('https://i.imgur.com/xQFvj17.png');
}

#mask_dialog .hv-preview-avatar img {
  max-width: 100% !important;
  display: block;
}

#mask_dialog .hv-preview-pafld1 {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  color: rgb(112, 97, 88);
  text-shadow: 1px 1px 0 rgba(255, 248, 241, .4);
  line-height: .8;
  padding: 2px 5px 0 !important;
}

#mask_dialog .hv-preview-pafld3 a {
  color: rgb(112, 97, 88);
  text-shadow: 1px 1px 0 rgba(255, 248, 241, .4);
  font-size: 90%;
}

#mask_dialog .hv-preview-pafld3 {
  color: rgb(112, 97, 88);
  text-shadow: 1px 1px 0 rgba(255, 248, 241, .4);
  padding: 0 5px !important;
  line-height: 1;
}

#mask_dialog .hv-preview-pafld2 {
  position: relative;
  font-size: 9px;
  line-height: 1;
  padding: 5px 5px 15px !important;
}

#mask_dialog .hv-preview-pafld2::before {
  position: absolute;
  content: "";
  bottom: -31px;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url('https://i.imgur.com/49enGLM.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

#mask_dialog .hv-masks-storage {
  flex: 0 1 142px !important;
  max-height: 355px !important;
  padding-right: 0;
  padding-top: 0;
  z-index: 1;
}

#mask_dialog .hv-storage-count {
  text-align: left !important;
  color: rgb(113, 86, 71) !important;
  padding-left: 5px;
}

#mask_dialog .hv-mask-element {
  position: relative;
  height: 60px;
  text-align: center;
}

#mask_dialog .hv-mask-element::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

#mask_dialog .hv-mask-element::after {
  bottom: 13px;
  right: 7px;
  background-image: url('https://i.imgur.com/cpZydBu.png');
  transform: rotate(96deg);
}

#mask_dialog .hv-mask-element img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

#mask_dialog .hv-delete-mask {
  text-transform: uppercase;
  font-weight: 700;
}


/******** Reputation ********/

#pun-respect tr,
#pun-positive tr {
  align-items: center;
  margin-bottom: 5px;
}

#pun-respect tr:last-child,
#pun-positive tr:last-child {
  margin-bottom: 0;
}

#pun-respect .tcl,
#pun-positive .tcl {
  width: 13% !important;
  font-size: 12px;
  padding-right: 0;
}

#pun-respect .tc2,
#pun-positive .tc2 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 2% !important;
  text-transform: none;
  font-size: 12px;
  padding: 0;
}

#pun-respect .tc3,
#pun-positive .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-transform: none;
  padding: 0;
}

#pun-respect .tc2::before,
#pun-respect .tc3::before,
#pun-positive .tc2::before,
#pun-positive .tc3::before {
  display: none;
}

#pun-respect .tc3:nth-child(3),
#pun-positive .tc3:nth-child(3) {
  width: 20% !important;
  font-size: 16px;
  font-family: 'Caveat', cursive;
}

#pun-respect .tc3:nth-child(4),
#pun-positive .tc3:nth-child(4) {
  width: 35% !important;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
}

#pun-respect .tcr,
#pun-positive .tcr {
  width: 30% !important;
  text-align: right;
  padding-left: 0;
  padding-top: 0;
}

#pun-respect .tcl:last-child,
#pun-positive .tcl:last-child {
  width: 100% !important;
  text-align: center;
}

#pun-respect .linksb,
#pun-positive .linksb {
  margin-top: 15px;
}

#pun-respect .removeReputation,
#pun-positive .removeReputation {
  position: relative;
  background: none !important;
}

#pun-respect .removeReputation::before,
#pun-positive .removeReputation::before {
  position: absolute;
  content: "\f00d";
  transform: translateY(-50%);
  top: 50%;
  right: -15px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  color: rgb(131, 90, 66);
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#pun-respect .removeReputation:hover::before,
#pun-positive .removeReputation:hover::before {
  color: rgb(129, 97, 113);
}


/******** Login/Registration/Search ********/

#pun-login #login .fs-box,
#pun-search #punbbsearch .fs-box {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#pun-login #login .inputfield:nth-child(3),
#pun-search #punbbsearch .inputfield:nth-child(2),
#pun-search #punbbsearch .selectfield:nth-child(1),
#pun-search #punbbsearch .selectfield:nth-child(2) {
  margin-right: 5px;
}

#pun-register fieldset,
#pun-search fieldset {
  margin-bottom: 5px;
}

#pun-register fieldset:nth-last-child(2),
#pun-search fieldset:nth-last-child(2),
#pun-login #login .inputfield,
#pun-search #punbbsearch .inputfield,
#pun-search #punbbsearch .selectfield {
  margin-bottom: 0;
}

#pun-register fieldset:nth-last-child(2) fieldset {
  padding: 10px;
}

#pun-register fieldset:nth-last-child(2) .radiofield {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#pun-register fieldset:nth-last-child(2) .radiofield label {
  width: 94%;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 5px;
}

#pun-search #punbbsearch .infofield {
  width: 100%;
}

#pun-searchposts .post {
  position: relative;
}

#pun-searchposts #pun-main .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pun-searchposts h2 {
  display: none;
}

#pun-searchposts h3 {
  position: absolute;
  top: 77px;
  left: 200px;
  width: calc(100% - 234px);
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0 0 0 8px;
  z-index: 1;
  box-sizing: border-box;
}

#pun-searchposts .post-links ul {
  justify-content: flex-start;
}

#pun-searchposts .post-author ul {
  padding-bottom: 50px;
}

#pun-searchposts .pa-author {
  justify-content: flex-end;
}

#pun-searchposts .pa-author strong {
  order: 2;
  align-self: baseline;
  font-size: 14px;
  line-height: 0.9;
  color: rgb(131, 90, 66);
  font-weight: 500;
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
  background: rgb(232, 225, 212);
  padding: 0 2px;
  box-sizing: border-box;
}

#pun-searchposts .pa-replies {
  display: inline-block;
  text-align: right;
  font-size: 90%;
  color: rgb(112, 97, 88);
  margin-top: 6px;
  padding: 0 2px;
}

#pun-searchposts .pa-replies .fld-name {
  display: inline-block !important;
}

#pun-searchposts .pagelink {
  position: inherit;
}


/******** New Topic ********/

#pun-post input[type=text],
#pun-edit input[type=text] {
  width: 100%;
}

#pun-post .topic {
  margin-top: 40px;
}

#pun-post .inputfield input {
  width: 100%;
}

#pun-post .fs-box .inputfield:last-child {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#pun-post .fs-box .inputfield input {
  margin-right: 10px;
}

#pun-post .topic h2 {
  display: none;
}

#pun-post .topic .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pun-post .topic h3 {
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 8px;
}

#pun-post .post-author {
  top: 60px;
  text-align: right;
  padding-bottom: 50px;
  border-top: 1px solid rgba(232, 225, 212, .9);
  border-bottom: 1px solid rgba(232, 225, 212, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

#pun-post .pa-author {
  display: inline-block;
  background: rgb(232, 225, 212);
  font-size: 14px;
  line-height: 0.9;
  color: rgb(131, 90, 66);
  font-weight: 500;
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
  margin-right: 5px;
  padding: 0 2px;
  box-sizing: border-box;
}

#pun-post .pa-author::before {
  display: none;
}

#pun-post .preview_author {
  position: relative;
  width: 100%;
}

#pun-post .preview_author::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 81px;
  height: 88px;
  background-image: url('https://i.imgur.com/kBpDsro.png');
  pointer-events: none;
  z-index: 1;
}

#pun-post .preview_author::after {
  position: absolute;
  content: "";
  bottom: -111px;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: url('https://i.imgur.com/49enGLM.png');
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}


/******** Profile ********/

/* View */

#pun-profile #profile-signature,
#pun-profile #profile-signature ul {
  border-width: 0;
  padding-top: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pun-profile #profile-signature {
  position: relative;
}

#pun-profile #profile-signature::before {
  position: absolute;
  display: block;
  content: "";
  width: 200px;
  height: 25px !important;
  background: url('https://i.imgur.com/yyGdaue.png');
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  opacity: 0.4 !important;
}

#pun-profile #viewprofile-next #profilenav {
  display: none;
}

#pun-profile .container tr {
  align-items: flex-start;
  padding: 0;
}

#pun-profile .container tr::before {
  display: none;
}

#pun-profile #profile-left {
  top: 2px;
  width: 204px !important;
  overflow: unset;
  padding-bottom: 38px;
  border-top: 1px solid rgba(232, 225, 212, .9);
  border-bottom: 1px solid rgba(232, 225, 212, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}

#pun-profile #profile-left li {
  position: inherit;
  width: 204px;
  text-align: center;
  margin: 0 auto;
  padding-right: 24px;
}

#pun-profile #profile-left li.bloglink {
  display: none;
}

#pun-profile #profile-left li#pa-avatar {
  padding-right: 0;
}

#pun-profile #profile-left #profile-name {
  position: relative;
  text-align: right;
  padding: 18px 5px 0;
  box-sizing: border-box;
}

#pun-profile #profile-left #profile-name strong {
  color: rgb(131, 90, 66);
  line-height: 0.9;
  font-size: 14px;
  background: rgb(232, 225, 212);
  padding: 0 2px;
  font-weight: 500 !important;
  box-sizing: border-box;
}

#pun-profile #profile-left #profile-name::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  width: 81px;
  height: 88px;
  background-image: url('https://i.imgur.com/kBpDsro.png');
  pointer-events: none;
  z-index: 1;
}

#pun-profile #profile-left #profile-title {
  position: relative;
  text-align: right;
  line-height: 1;
  padding: 0 5px;
  box-sizing: border-box;
}

#pun-profile #profile-left #profile-title strong {
  font-size: 90%;
  text-transform: lowercase;
  color: rgb(112, 97, 88);
  text-align: right;
  line-height: 0.9;
  font-weight: 400 !important;
  background: rgb(232, 225, 212);
  margin: -7px 0 8px;
  margin-left: auto;
  padding: 0 2px;
  box-sizing: border-box;
}

#pun-profile #profile-left #pa-avatar strong {
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
}

#pun-profile .no-avatar #profile-left #pa-avatar::after {
  position: absolute;
  content: "";
  bottom: -42px;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: url('https://i.imgur.com/49enGLM.png');
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

#pun-profile #profile-left #pa-avatar div {
  position: relative;
  display: inline-block;
  margin: 9px auto 7px;
}

#pun-profile #profile-left #pa-avatar div::before,
#pun-profile #profile-left #pa-avatar div::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

#pun-profile #profile-left #pa-avatar div::before {
  top: -8px;
  right: -8px;
  background-image: url('https://i.imgur.com/cpZydBu.png');
}

#pun-profile #profile-left #pa-avatar div::after {
  bottom: -8px;
  left: -8px;
  background-image: url('https://i.imgur.com/xQFvj17.png');
}

#pun-profile #profile-left #pa-avatar img {
  display: block;
}

#pun-profile #profile-left #pa-online {
  position: relative;
  font-size: 90%;
  color: rgb(112, 97, 88);
  line-height: 1;
  margin-top: 0;
  padding: 0 5px;
  box-sizing: border-box;
  z-index: 1;
}

#pun-profile #profile-left .preview_author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#pun-profile #profile-left .preview_author::before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 21px;
  background-image: url('https://i.imgur.com/49enGLM.png');
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

#pun-profile #profile-left #pa-online strong {
  font-weight: 400 !important;
  line-height: 0.9;
  background: rgb(232, 225, 212);
  padding: 0 2px;
}

#pun-profile #profile-left #pa-edit {
  position: absolute;
  padding-right: 0;
}

#pun-profile #profile-left #pa-edit strong {
  position: absolute;
  display: inline-block;
  bottom: -85px;
  left: 0;
  right: 0;
  line-height: 39px;
  margin: 0 auto;
  width: 204px;
  z-index: 0 !important;
}

#pun-profile #profile-left #pa-edit a {
  color: rgb(59, 43, 34);
  text-shadow: 1px 0 1px rgba(232, 225, 212, .3);
}

#pun-profile #profile-left #pa-edit:hover a {
  color: #a28d71;
  text-shadow: 1px 0 1px rgb(49, 36, 28);
}

#pun-profile #profile-right {
  width: 75% !important;
  position: relative;
  padding: 10px 45px 10px 10px;
}

#pun-profile #profile-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 194, 176, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

#pun-profile #profile-right::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(236, 227, 213);
  background: linear-gradient(
      90deg, rgba(236, 227, 213, .5) 0%, rgba(236, 227, 213, .5) 76%, rgba(236, 227, 213, 0) 100%);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

#pun-profile #profile-right li {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}

#pun-profile #profile-right li:last-child {
  margin-bottom: 0;
}

#pun-profile #profile-right span {
  position: inherit;
  width: 25%;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
  padding-top: 12.5px;
  box-sizing: border-box;
  z-index: 1;
}

#pun-profile #profile-right span > span {
  width: auto;
}

#pun-profile #profile-right #pa-fld1 strong {
  font-family: 'Caveat', cursive;
  font-size: 19px;
}

#pun-profile #profile-right #pa-fld5 strong span {
  text-transform: none;
  font-size: inherit;
}

#pun-profile #profile-right .profile_strong {
  position: relative;
  display: inline-block;
  width: 74%;
  font-weight: 400;
  padding: 10px 15px;
  box-sizing: border-box;
}

#pun-profile #profile-right .profile_strong::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(182, 178, 175, .8);
  mix-blend-mode: color-burn;
  border-radius: 3px;
  pointer-events: none;
  z-index: 0;
}


#pun-profile #profile-right strong {
  position: relative;
  font-weight: 400;
  padding-left: 0;
  z-index: 1;
}

#pun-profile #profile-right strong p {
  position: relative;
  margin: 0;
}


/* Edit Profile */

#profilenav {
  padding-top: 1em;
  float: left;
  width: 150px;
  margin-bottom: 20px;
}

#profilenav ul {
  margin-bottom: 15px;
}

#profilenav .flowers {
  display: none;
}

#profilenav h2 {
  display: none;
}

#profilenav li {
  text-transform: uppercase;
  margin-bottom: 8px;
}

#profilenav li.isactive a {
  color: rgb(129, 97, 113);
}

#pun-profile fieldset {
  margin-left: 150px;
  margin-bottom: 15px;
  padding: 30px 40px 20px 20px;
}

#pun-profile fieldset fieldset {
  margin-left: 0;
  padding: 10px;
}

#pun-profile fieldset fieldset::after {
  display: none
}

#pun-profile .formsubmit {
  margin-left: 150px;
}

#pun-profile fieldset em {
  display: block;
  margin-top: 5px;
}

#pun-profile fieldset .formsubmit {
  margin-left: 0;
}

.profile_img {
  position: relative;
  float: right;
}

.profile_img img {
  float: none !important;
}

.profile_img::before,
.profile_img::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

.profile_img::before {
  top: -8px;
  right: -8px;
  background-image: url('https://i.imgur.com/cpZydBu.png');
}

.profile_img::after {
  bottom: -6px;
  left: -6px;
  background-image: url('https://i.imgur.com/xQFvj17.png');
}

#pun-profile #profile8 input[type=text],
#pun-profile #profile9 input[type=text] {
  width: 100%;
}

#pun-profile #profile10.container tr {
  align-items: center;
  padding: 10px 15px;
}

#pun-profile #profile10.container tr::before {
  display: block;
}

#pun-profile #profile10.container td {
  padding: 0;
}

#pun-profile #profile10 .adfs-box {
  margin-left: 150px;
}

#pun-profile #profile10 .adfs-box #update_comments {
  margin-right: 10px !important;
  padding: 0 10px;
}

#pun-profile #profile10 .adfs-box #del_file {
  margin-right: 5px !important;
  padding: 0 10px;
}

#pun-profile #profile10 #uploaded-count-block,
#pun-profile #profile10 .pagelink {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pun-profile #profile10 .tc2,
#pun-profile #profile10 .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

#pun-profile #profile10 .tc2::before,
#pun-profile #profile10 .tc3::before {
  display: none;
}

/******** Messages ********/

#pun-messages form {
  margin-left: 150px;
}

#pun-messages fieldset {
  margin-bottom: 15px;
  padding: 40px 20px 20px;
}

#pun-messages .formsubmit {
  margin-left: 150px;
}

#pun-messages fieldset form {
  margin-left: 0;
}

#pun-messages fieldset form input[type=text] {
  width: 100%;
}

#pun-messages .button.preview {
  margin-left: 10px;
}

#pun-messages .inp2 {
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#pun-messages .inp2 label {
  flex-grow: 1;
}

#pun-messages .container tr {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

#pun-messages .tc2,
#pun-messages .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  font-size: inherit;
  text-transform: none;
}

#pun-messages .tc2::before,
#pun-messages .tc3::before {
  display: none;
}

#pun-messages tr.icon {
  background: none;
  mix-blend-mode: normal;
  height: auto;
}

#pun-messages .container .intd {
  align-items: center;
}

#pun-messages .pmtcl1 {
  width: 50% !important;
}

#pun-messages .pmtcl1 .tclcon {
  z-index: 1;
}

#pun-messages .pmtc22 {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 30% !important;
  padding: 0;
  z-index: 1;
}

#pun-messages .pmtc33 {
  width: 15% !important;
  padding: 0;
  z-index: 1;
}

#pun-messages .pmtc24 {
  width: 5% !important;
}

#pun-messages .linksb {
  margin-bottom: 5px;
}

#pun-messages .fs-box {
  margin-top: 10px;
}

#pun-messages .post {
  margin-bottom: 0;
}

#pun-messages .post .container {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: unset;
}

#pun-messages h3 {
  left: 178px;
  width: calc(100% - 216px);
}

#pun-messages .post-author {
  background: rgba(218, 200, 177, .3);
  width: 155px;
}

#pun-messages .post-body {
  width: calc(100% - 163px);
}

#pun-messages .post-body::after {
  display: none;
}

#pun-messages .post-author ul {
  padding-bottom: 20px;
  justify-content: flex-end;
}

#pun-messages .pa-author,
#pun-messages .pa-title {
  js-display: flex;
  display: flex;
  justify-content: flex-end;
}

#pun-messages .pa-author a,
#pun-messages .pa-title {
  background: rgb(226 212 193);
}

#pun-messages .pa-posts {
  position: relative;
  display: inline-block;
  width: auto;
  background: rgb(226 212 193);
  font-size: 90%;
  color: rgb(112, 97, 88);
  padding: 0 2px;
  margin: 10px auto 0;
  z-index: 1;
}

#pun-messages .pa-posts .fld-name {
  display: inline-block !important;
}

#pun-messages .post-links ul {
  justify-content: flex-start;
}

#pun-messages .post-links ul .pl-email {
  flex-grow: 1;
}

#pun-messages .post-links ul li:nth-last-child(2) {
  padding-right: 10px;
}

#pun-messages .post-links ul li:last-child {
  padding-right: 0;
}

#pun-messages legend {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px 0 8px;
  box-sizing: border-box;
  z-index: 1;
}

#pun-messages legend strong {
  order: 1;
}

#pun-messages legend small {
  order: 2;
  text-align: right;
  padding-right: 45px !important;
}

#pun-messages .pa-title {
  margin: 4px 0 8px;
}

#pun-messages #form-buttons #button-image b p {
  right: -3px;
}


/******** Mod Themes ********/

#pun-modviewforum .modmenu strong {
  flex-grow: 1;
}


/* Move Messages */

#pun-multimove h2 {
  display: none;
}

#afterMove #pun-main .container {
    display: block !important;
}

#pun-multimove #PMove_2 {
  width: 99%;
  margin-top: 10px;
}

#pun-multimove #PMove_2 thead {
  width: 100%;
}
#pun-multimove #PMove_2 tbody tr {
  width: 99% !important;
}

#pun-multimove #PMove_2 .tcl {
  width: 90% !important;
}

#pun-multimove #PMove_2 .tc2 {
  position: relative;
  top: auto;
  right: auto;
  width: 10% !important;
  text-align: right;
  padding: 0 !important;
}

#pun-multimove #PMove_2 td,
#pun-multimove #PMove_2 th {
  position: inherit;
  z-index: 1;
}

#pun-multimove #PMove_2 .tc2::before {
  display: none;
}

#pun-multimove #pun-main .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

#pun-multimove h3 {
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0 0 0 8px;
}

#pun-multimove .post-links {
  position: inherit;
  bottom: 0;
}

#pun-multimove .post-links ul {
  justify-content: flex-start;
  padding-left: 8px;
}


/******** Poll ********/

#pun-multimove .post-author ul {
  padding-bottom: 42px;
}

#pun-multimove label {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

#pun-multimove fieldset legend {
  top: 8px
}

#pun-viewtopic #poll-special {
  margin-bottom: 25px;
}

#pun-viewtopic #poll-special .flowers {
  display: none;
}

#pun-viewtopic #poll-special table {
  width: 80%;
}

#pun-viewtopic #poll-special table tr {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

#pun-viewtopic #poll-special table tr::before {
  border-radius: 5px;
}

#pun-viewtopic #poll-special table tr.question {
  background-color: transparent;
  justify-content: center;
  border: none;
  box-shadow: none;
}

#pun-viewtopic #poll-special table td:first-child {
  width: 50%;
}

#pun-viewtopic #poll-special table td.tar {
  width: 3%;
}

#pun-viewtopic #poll-special table td.tac {
  width: 100%;
}

#pun-viewtopic #poll-special table td.tac strong {
  font-family: 'Caveat', cursive;
  font-size: 21px;
  font-weight: 400;
}

#pun-viewtopic #poll-special table td:nth-child(2) {
  width: 35%;
}

#pun-viewtopic #poll-special table td:nth-child(2):last-child {
  width: 95%;
}

#pun-viewtopic #poll-special h1 {
  margin: 8px 0 0 !important;
}

#pun-viewtopic #poll-special h1::before {
  display: none;
}

#pun-viewtopic #poll-special h1::after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(129, 97, 113);
  border-radius: 2px;
}

#pun-viewtopic #poll-special p {
  margin-top: 5px;
}

#pun-viewtopic #poll-special input[type=submit]:last-child {
  margin-right: 0 !important;
}


/******** Blogs ********/

#pun-blogs #form-buttons #button-image b p {
  right: -5px;
}

#pun-blogs input[type=text] {
  width: 100%;
}

#pun-blogs input#users_list {
  height: 45px !important;
}

#pun-blogs fieldset {
  margin-bottom: 5px;
  padding: 30px 20px 20px 20px;
}

#pun-blogs fieldset legend {
  width: 89.5%;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

#BlogTable dd {
  margin-right: 0;
}

#BlogTable h2 {
  display: none;
}

#BlogTable .post-body {
  width: 100%;
  padding: 20px 20px 50px;
}

#BlogTable h3:empty {
  display: none;
}

.viewblog #BlogTable .left_cnt {
  padding-top: 65px !important;
}

#BlogTable .left_cnt h1 {
  position: absolute !important;
  right: 0;
  top: -17px;
  width: 100%;
  -js-display: flex;
  display: flex !important;
  justify-content: space-between;
}

#BlogTable .left_cnt h1 span {
  order: 2;
}

#BlogTable .left_cnt h1 span.send-date {
  order: 1;
}

.viewblog #BlogTable .right_cnt {
  padding-top: 56px !important;
  padding-left: 0 !important;
}

.viewblog #BlogTable .right_cnt {
  width: 222px;
}

.viewblog #BlogTable .right_cnt .author.container {
  padding: .6em 0 .8em 8px !important;
}

.punbb #BlogTable .right_cnt h1 {
  display: none !important;
}

.viewblog #BlogTable .right_cnt .pa-author a,
.viewblog #BlogTable .right_cnt .pa-title,
.viewblog #BlogTable .right_cnt .pa-fld5 p span {
  background: rgb(229, 217, 198);
}

#BlogTable .right_cnt .author .pa-avatar {
  border: none;
  margin-bottom: 0;
}

#BlogTable .right_cnt .author .pa-title {
  padding-bottom: 2px !important;
  margin-bottom: 6px;
  border-bottom: none !important;
}

#BlogTable .pst-links {
  position: absolute;
  border: none;
  box-shadow: none;
  justify-content: center;
}

#BlogTable .pst-links::before {
  display: none;
}

#BlogTable .pst-links li {
  width: auto;
}

#BlogTable .pst-links .profile {
  margin-left: 0;
}

#BlogTable .pst-links .email {
  margin-right: 0;
}

#BlogTable .post-links ul {
  padding-right: 20px;
}

#BlogTable .post-links ul .pl-quote {
  padding-left: 10px;
  padding-right: 0;
}

#viewcomments .post .container {
  flex-wrap: nowrap;
}

#viewcomments .post-author {
  position: relative;
  top: 1px;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 85px;
  margin-top: 0 !important;
}

#viewcomments .post-body {
  width: calc(100% - 92px);
  padding: 30px 20px 50px;
}

#viewcomments .pa-avatar {
  width: 60px;
}

#viewcomments .pa-avatar img {
  max-height: initial !important;
}

#viewcomments .post-author::before {
  max-width: 178px;
  height: 21px;
  background-size: contain;
}

#viewcomments .post-author::after {
  max-width: 178px;
  height: 18px;
  background-size: contain;
}

#viewcomments .post-author ul {
  justify-content: center;
}

#viewcomments .post-author ul::before {
  background-size: contain;
}

#viewcomments .preview_author {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
}

#viewcomments .preview_author::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 48px;
  height: 38px;
  background-image: url('https://i.imgur.com/kBpDsro.png');
  pointer-events: none;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

#viewcomments .pa-author {
  margin-top: 0 !important;
  justify-content: center;
}

#viewcomments .pa-author a {
  font-size: 80%;
  background: none;
}

#viewcomments .pa-author::before {
  display: none;
}

#viewcomments .pa-avatar::before,
#viewcomments .pa-avatar::after {
  width: 23px;
  height: 17px;
  background-size: contain;
}

#viewcomments .pa-avatar::before {
  top: -10px;
  right: -10px;
}

#viewcomments .pa-avatar::after {
  bottom: -4px;
  left: -4px;
}

#viewcomments {
  position: relative;
  margin-top: 72px;
}

#viewcomments .flowers::after {
  display: none;
}

#viewcomments h3 {
  top: 65px;
  left: 91px;
  width: calc(100% - 100px);
}

#pun-blogs #post {
  margin-top: 15px !important;
}

#pun-blogs #post .areafield .input > span::before {
  right: 0;
}

#pun-blogs.viewblog .flowers {
  display: none;
}

#pun-blogs .left_cnt {
  width: 185px;
}

#pun-blogs .left_cnt h1 {
  display: none !important;
}

#pun-blogs .left_cnt ul {
  padding: 0 0 20px;
}

#pun-blogs.viewblog .left_cnt ul {
  padding: 0 20px 0;
}

#pun-blogs.viewblog .left_cnt .post-author ul {
  padding: 15px 5px 20px;
}

#pun-blogs.viewblog .left_cnt {
  width: 100%;
}

#pun-blogs.viewblog .left_cnt .flowers {
  display: block;
}

#pun-blogs.viewblog .left_cnt h1 {
  display: flex !important;
}

#pun-blogs .post.blog-entry .container {
  position: relative;
  border-width: 0 !important;
  padding: 20px 45px 20px 20px;
}

#pun-blogs .post.blog-entry .container::before,
#pun-blogs .blog-entry .post-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(222, 221, 214, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

#pun-blogs .post.blog-entry .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(236, 227, 213);
  background: linear-gradient(90deg, rgba(236, 227, 213, .5) 0%, rgba(236, 227, 213, .5) 76%, rgba(236, 227, 213, 0) 100%);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

#pun-blogs .blog-entry .post-content::before {
  border-radius: 3px;
  background-color: rgba(222, 221, 214, .8);
  mix-blend-mode: color-burn;
}

#pun-blogs .blog-entry .post-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgb(236, 227, 213);
  background: linear-gradient(0deg, rgb(236, 227, 213) 21%, rgba(236, 227, 213, 0) 100%);
  border-radius: 0 0 3px 3px;
  z-index: 1;
}

#pun-blogs .post.blog-entry .container .blogname {
  width: 100%;
  z-index: 1;
}

#pun-blogs .post.blog-entry .container .Name {
  text-transform: uppercase;
}

#pun-blogs .post.blog-entry .container .postinfo {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 0;
  margin-top: 0;
}

#pun-blogs .post.blog-entry .container .post_author {
  font-family: 'Caveat', cursive;
  font-size: 18px;
}

#pun-blogs .blog-entry {
  margin-bottom: 25px !important;
}

#pun-blogs .blog-entry .post-content {
  max-height: 182px !important;
  position: relative;
  width: 100%;
  font-size: 14px;
  text-align: justify;
  color: #724e39;
  margin-top: 5px;
  padding: 15px;
  overflow: hidden;
}

#pun-blogs .blog-entry .post-content p:empty {
  display: none;
}

#pun-blogs .blog-entry .post-content p:nth-child(2) {
  margin-top: 0;
}

#pun-blogs .blog-entry .post-content p:nth-last-child(2) {
  margin-bottom: 0;
}

#pun-blogs .forum ~ .linksb {
  margin-top: 10px;
}


/******** Full First Post ********/

/* Guest */

#topic_t65 .topicpost .post-author,
#topic_t65 .topicpost .post-sig,
#topic_t65 .topicpost .pl-email,

  /* Twinks */

#topic_t28 .topicpost .post-author,
#topic_t28 .topicpost .post-sig,
#topic_t28 .topicpost .pl-email,

  /* Roles */

#topic_t69 .topicpost .post-author,
#topic_t69 .topicpost .post-sig,
#topic_t69 .topicpost .pl-email,

  /* Dossier */

#topic_t705 .topicpost .post-author,
#topic_t705 .topicpost .post-sig,
#topic_t705 .topicpost .pl-email,

  /* Need */

#topic_t20 .topicpost .post-author,
#topic_t20 .topicpost .post-sig,
#topic_t20 .topicpost .pl-email,
#topic_t21 .topicpost .post-author,
#topic_t21 .topicpost .post-sig,
#topic_t21 .topicpost .pl-email {
  display: none;
}

#topic_t65 .topicpost .post-body,
#topic_t28 .topicpost .post-body,
#topic_t69 .topicpost .post-body,
#topic_t705 .topicpost .post-body,
#topic_t20 .topicpost .post-body,
#topic_t21 .topicpost .post-body {
  width: 100%;
}

#topic_t65 .topicpost h3,
#topic_t28 .topicpost h3,
#topic_t69 .topicpost h3,
#topic_t705 .topicpost h3,
#topic_t20 .topicpost h3,
#topic_t21 .topicpost h3 {
  left: 18px;
  width: calc(100% - 53px);
}

#topic_t65 .topicpost .post-body,
#topic_t28 .topicpost .post-body,
#topic_t69 .topicpost .post-body,
#topic_t705 .topicpost .post-body,
#topic_t20 .topicpost .post-body,
#topic_t21 .topicpost .post-body {
  padding: 35px 22px 50px;
}

#topic_t65 .post-links ul,
#topic_t28 .topicpost .post-links ul,
#topic_t69 .topicpost .post-links ul,
#topic_t705 .topicpost .post-links ul,
#topic_t20 .topicpost .post-links ul,
#topic_t21 .topicpost .post-links ul {
  padding-right: 25px;
}

#topic_t65 .topicpost table p {
  margin: 0;
}

.first_post_img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.first_post_img::before,
.first_post_img::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

.first_post_img::before {
  top: -3px;
  right: -7px;
  background-image: url('https://i.imgur.com/cpZydBu.png');
}

.first_post_img::after {
  bottom: 1px;
  left: -8px;
  background-image: url('https://i.imgur.com/xQFvj17.png');
}


/* Guest */

#topic_t65 .topicpost ul {
  margin-top: 0 !important;
}


/* Twinks */

#topic_t28 .topicpost .quote-box p a,
#topic_t69 .topicpost .quote-box p a,
#topic_t65 .topicpost .spoiler-box p:first-child,
#topic_t20 .topicpost .spoiler-box:nth-last-child(2) p:first-child,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child a,
#topic_t27 .topicpost .quote-box p a,
#topic_t22 .topicpost .quote-box .quote-box p:first-child {
  color: rgb(144, 61, 22);
  font-family: 'Caveat', cursive;
  font-size: 20px;
}

#topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child a:hover {
  color: rgb(129, 97, 113);
}

#topic_t28 .topicpost .quote-box p:first-child,
#topic_t69 .topicpost .quote-box p:first-child,
#topic_t65 .topicpost .spoiler-box p:first-child,
#topic_t20 .topicpost .spoiler-box:nth-last-child(2) p:first-child,
#topic_t22 .topicpost .quote-box .quote-box p:first-child {
  margin-bottom: 10px;
}

#topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child {
  margin-bottom: 0;
  margin-top: 0;
}

#topic_t65 .topicpost .spoiler-box p:first-child,
#topic_t20 .topicpost .spoiler-box:nth-last-child(2) p:first-child,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child a,
#topic_t22 .topicpost .quote-box .quote-box p:first-child {
  text-shadow: 1px 1px 0 rgba(248, 236, 222, .6);
}

#topic_t65 .topicpost .spoiler-box .quote-box p:first-child {
  color: rgb(113, 86, 71);
  text-shadow: none;
}

#topic_t28 .topicpost .quote-box p a:hover,
#topic_t69 .topicpost .quote-box p a:hover,
#topic_t27 .topicpost .quote-box p a:hover {
  color: rgb(131, 90, 66);
}

#topic_t28 .topicpost .quote-box li p a,
#topic_t69 .topicpost .quote-box li p a {
  color: rgb(131, 90, 66);
}

#topic_t28 .topicpost .quote-box li p a:hover,
#topic_t69 .topicpost .quote-box li p a:hover {
  color: rgb(129, 97, 113);
}

#topic_t28 blockquote blockquote::before {
  bottom: -47px;
}

#topic_t28 .quote-box .quote-box {
  margin-top: 0;
  margin-bottom: 6px;
}


/* Roles */

#topic_t69 .post-content,
#topic_t20 .topicpost .spoiler-box:nth-last-child(2) .visible,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) .visible {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

#topic_t20 .topicpost .spoiler-box:nth-last-child(2) .visible .quote-box blockquote,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) .visible .quote-box blockquote {
  display: block;
}

#topic_t69 .post-content p {
  width: 100%;
}

#topic_t69 .post-content .spoiler-box {
  width: 49%;
}

#topic_t69 .quote-box .quote-box::before,
#topic_t20 .post.topicpost .spoiler-box .quote-box::before,
#topic_t21 .post.topicpost .spoiler-box .quote-box::before,
#topic_t28 .post.topicpost .quote-box .quote-box::before {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#topic_t69 .quote-box .quote-box:hover::before,
#topic_t20 .post.topicpost .spoiler-box .quote-box:hover::before,
#topic_t21 .post.topicpost .spoiler-box .quote-box:hover::before,
#topic_t28 .post.topicpost .quote-box .quote-box:hover::before {
  background-color: rgba(239, 233, 220, .45);
}

#topic_t69 .quote-box:nth-child(odd) {
  margin-bottom: 5px;
}

#topic_t69 .quote-box:nth-child(odd) p {
  margin-bottom: 0;
}

#topic_t69 .quote-box:nth-child(odd) p:first-child {
  margin-bottom: 0;
}

#topic_t69 .quote-box .quote-box:nth-child(odd) p:first-child {
  margin-bottom: 10px;
}

#topic_t69 .quote-box .quote-box:nth-child(odd) li p:first-child {
  margin-bottom: 0;
}

#topic_t69 .quote-box:nth-child(even) {
  margin-top: 0;
}

#topic_t69 .quote-box:nth-child(odd) .quote-box {
  margin-bottom: 1em;
}

#topic_t69 .quote-box:nth-child(even) .quote-box {
  margin-top: 0;
  margin-bottom: 6px;
}

#topic_t69 .quote-box .quote-box:first-child {
  margin-top: 0;
}

#topic_t69 .quote-box .quote-box:last-child {
  margin-bottom: 0;
}

#topic_t69 .quote-box .quote-box ul {
  margin-bottom: 0 !important;
}

#topic_t69 .quote-box:nth-child(odd) blockquote::before,
#topic_t69 .quote-box:nth-child(even)::after {
  display: none;
}

#topic_t69 .quote-box:nth-child(odd) .quote-box blockquote::before,
#topic_t69 .quote-box:nth-child(even) .quote-box::after {
  display: block;
}


/* Dossier */

.cnt-part #form-buttons td:nth-last-child(6) {
  display: none;
}

#topic_t705 .cnt-part tr {
  box-sizing: border-box;
}

#topic_t705 .cnt-part .quote-box table:nth-child(3) tr {
  margin-top: 0;
  margin-bottom: 1px !important;
  justify-content: space-between;
}

#topic_t705 .cnt-part tr::before {
  display: none;
}

#topic_t705 .cnt-part tr td:first-child {
  font-family: 'Caveat', cursive;
  font-size: 20px;
}

#topic_t705 .cnt-part .quote-box table:nth-child(3) td:first-child {
  width: 21% !important;
}

#topic_t705 .cnt-part .quote-box table:nth-child(3) td:last-child {
  width: 79% !important;
}

#topic_t705 .cnt-part .quote-box table:nth-child(3) td {
  padding: 15px !important;
}

#topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td {
  padding: 0 !important;
}

#topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:first-child,
#topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:last-child {
  width: 35px !important;
}

#topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:nth-last-child(7),
#topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:nth-last-child(1) {
  display: none;
}


#topic_t705 .cnt-part .quote-box table:nth-child(3) td::before {
  display: block;
}

#topic_t705 .cnt-part tr td:first-child {
  font-family: 'Caveat', cursive;
  font-size: 20px;
}

#topic_t705 .cnt-part textarea,
#topic_t705 .cnt-part input[type=text] {
  width: 100%;
  max-width: 100%;
}

#topic_t705 .cnt-part .formsubmit {
  text-align: center;
}

#topic_t705 .cnt-part hr {
  margin-bottom: 0;
}

#topic_t705 .cnt-part expl {
  display: block;
  margin-top: 10px;
}

#topic_t705 .cnt-part .quote-box .quote-box:first-child p:last-child,
#topic_t22 .topicpost .quote-box .quote-box li p:first-child {
  font-family: inherit;
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin-top: 1em;
}

#topic_t705 .cnt-part #form-buttons {
  margin-top: 0;
}

#topic_t705 .cnt-part .quote-box:nth-child(6) textarea,
#topic_t705 .cnt-part .quote-box:nth-child(7) textarea {
  min-height: 220px;
}


/* Need */

#topic_t20 .topicpost .spoiler-box:nth-last-child(2) .visible,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) .visible {
  align-items: stretch;
}

#topic_t20 .topicpost .spoiler-box:nth-last-child(2) blockquote .quote-box,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) blockquote .quote-box {
  width: 49%;
  margin-bottom: 0;
}

#topic_t28 .topicpost .quote-box li p a,
#topic_t69 .topicpost .quote-box li p a,
#topic_t65 .topicpost .spoiler-box li p:first-child,
#topic_t20 .topicpost .spoiler-box:nth-last-child(2) li p:first-child,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) li p:first-child {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

#topic_t28 .topicpost .quote-box li p:first-child,
#topic_t69 .topicpost .quote-box li p:first-child,
#topic_t65 .topicpost .spoiler-box li p:first-child,
#topic_t20 .topicpost .spoiler-box:nth-last-child(2) li p:first-child,
#topic_t21 .topicpost .spoiler-box:nth-last-child(1) li p:first-child {
  margin-bottom: 0;
}


/* Exit Theme */

#topic_t27 .topicpost p:nth-child(2) {
  font-family: 'Caveat', cursive;
  font-size: 20px;
}

#topic_t27 .topicpost .quote-box:nth-child(4) .quote-box {
  margin: 0;
}

#topic_t27 .topicpost .quote-box:nth-child(4) .quote-box p {
  margin-bottom: 10px;
}

#topic_t27 .topicpost .quote-box:nth-child(4) .quote-box ul {
  margin: 0 !important;
}

#topic_t27 .topicpost .quote-box:nth-child(4) .quote-box li p {
  margin-bottom: 1em;
}

#topic_t27 .topicpost .quote-box:nth-child(4) .quote-box li p:last-child {
  margin-bottom: 0;
}


/* Bank */

#topic_t22 .topicpost .quote-box .quote-box li p:first-child {
  font-size: 90%;
}


/******** Logout ********/

#pun-navlinks a:not(.NextShow) + span.odd {
  display: none !important;
}

#pun-navlinks span.odd #form-login {
  position: absolute;

  top: 15px;
  right: 0;

  width: 470px;
  background-color: rgb(113, 86, 71);
  background-image: url('https://i.imgur.com/cUcf8Ah.png');
  background-repeat: no-repeat;
  background-position: center;

  border-radius: 5px;
  border: none;
  outline: none;
  padding: 25px;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);

  z-index: 99;
}

#pun-navlinks.fixed span.odd #form-login {
  top: 35px;
}

#form-login #List-UserNames {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 231px;
  width: 200px;
  border-radius: 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

#pun-navlinks.fixed #form-login #List-UserNames ul {
  padding-top: 0;
  width: 100%;
}

#form-login #List-UserNames ul {
  padding-right: 0;
  text-align: left;
}

#pun-navlinks.fixed #form-login #List-UserNames {
  padding: 5px 10px 0 0;
}

#form-login #List-UserNames span:nth-child(2) {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

  width: 100%;
  float: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;;
}

#form-login #List-UserNames span:nth-child(2) span {
  width: 50%;
}

#form-login #List-UserNames span:nth-child(2) span.a1-paste {
  display: initial;
  text-align: right;
  margin-top: 0;
}

#form-login #List-UserNames span:nth-child(2) input {
  width: 100%;
}

#form-login #List-UserNames li {
  width: 100%;
  font-size: 12px;

  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 3px;
}

#form-login #List-UserNames li b {
  display: inline-block;
  width: 130px;
  text-shadow: 1px 1px 0 rgb(248, 236, 222);

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#form-login #List-UserNames li b:hover,
#form-login #List-UserNames li .close:hover::before {
  color: rgb(129, 97, 113);
  cursor: pointer;
}

#form-login #List-UserNames li .close {
  position: relative;
  display: inline-block;
  width: 8px;
  color: transparent;

  margin-top: 0;
}

#form-login #List-UserNames li .close::before {
  position: absolute;

  content: '\f00d';

  transform: translateY(-50%);
  top: 50%;
  left: 32px;

  font-size: 11px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: rgb(131, 90, 66);

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#form-login .Rega,
#form-login .Forgot {
  font-size: 10px;
  text-shadow: 1px 1px 0 rgb(248, 236, 222);
  color: rgb(131, 90, 66);
}

#form-login .Rega:hover,
#form-login .Forgot:hover {
  color: rgb(129, 97, 113);
}

#form-login span:nth-child(2),
#form-login div:nth-child(3) {
  font-size: 10px;
}

#form-login span:nth-child(2) {
  font-weight: 700;
  margin-bottom: 10px;
}

#form-login li span:nth-child(2) {
  font-weight: 500;
  margin-bottom: 0;
}

#form-login span:nth-child(2),
#form-login div:nth-child(3),
#form-login .button,
#form-login .Rega,
#form-login .Forgot {
  float: right;

  padding-left: 5px;
  box-sizing: border-box;
  margin-right: 0;
}

#form-login span:nth-child(2),
#form-login div:nth-child(3),
#form-login .Rega,
#form-login .Forgot {
  width: 220px;
}

#form-login .Rega {
  margin-top: 10px;
}

#form-login .button {
  width: 215px;
  margin-top: 5px !important;
}

#form-login div:nth-child(3) input {
  width: 100%;
  box-sizing: border-box;
  margin: 3px 0 5px;
}

#form-login div:nth-child(3) span {
  font-size: 10px;
}

#form-login div:nth-child(3) .inputfield {
  margin: 0;
}

#pun-navlinks #New-exit img {
  position: absolute;
  top: 32px;
  right: 128px;

  width: 50px;
  height: auto;
  background: rgb(239, 231, 218);
  border-radius: 3px;

  padding: 10px;

  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

#pun-navlinks.fixed #New-exit img {
  top: 56px;
  right: 182px;
}

#pun-navlinks #New-exit img:hover {
  background: #b4a3a6;
}

#form-login p {
  position: initial;
}


/******** Notifications ********/

.pun-modal .modal-inner {
  padding-top: 20px;
}

html .unread-notifications .notifications-block-title {
  border: none;
  border-style: none;
  background: rgba(218, 200, 177, .3);
}

html .unread-notifications #notifications-wrap,
html .unread-notifications #notifications-advanced {
  padding: 0 15px;
}

html #pun-viewtopic .pun-modal .modal-inner h2 {
  display: block !important;
}

html .pun-modal .modal-inner h2 {
  padding-right: 50px;
}

html .pun-modal .modal-inner tr {
  padding: 10px 15px !important;
}

html .pun-modal .modal-inner tr::before {
  display: block !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

html .pun-modal .modal-inner tr:hover::before {
  background: rgba(220, 204, 184, .3);
}


html .pun-modal .modal-inner tr td {
  width: 100%;
}