html.dark body.post-content::after {
  display: none;
}

html.dark .jGrowl-notification,
html.dark .jGrowl-closer,
html.dark .notification-spoiler {
  background: rgba(108, 83, 95, 0.9) !important;
  color: #d8d2c8;
}

html.dark body .jGrowl-close,
html.dark body .jGrowl-close:hover {
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  background-image: none !important;
  height: auto !important;
  line-height: inherit !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

html.dark .jGrowl-notification a,
html.dark .jGrowl-closer a,
html.dark .notification-spoiler a {
  text-shadow: none !important;
}


html.dark span.num_msg {
  margin-top: -6px;
  margin-left: -1px !important;
  background: #6c535f;
  color: #dcd2c4;
}

html.dark span.num_msg::before {
  display: none;
}

html.dark #notify-link .unreads,
html.dark #navpm .unreads {
  box-shadow: none;
  background: #6c535f;
  color: #dcd2c4;
}

html.dark .punbb span.GamePst,
html.dark .punbb strong.GamePst2 {
  color: #805a44 !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.dark .punbb span.GamePst:hover,
html.dark .punbb strong.GamePst2:hover {
  color: #6c535f !important;
}

html.dark .user-avatar {
  display: block !important;
}

html.dark iframe {
  position: relative;
  z-index: 1;
}

html.dark .post #post fieldset {
  padding: 35px 20px 0 0 !important;
}

html.dark .post-box #post fieldset legend span {
  display: none;
}

html.dark 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;
}

html.dark body::after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 21, 12, 0.3);
  z-index: -1;
  pointer-events: none;
}

html.dark #pun-ulinks ul,
html.dark #pun-navlinks ul {
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 88.4%;
}

html.dark #pun-ulinks ul li:first-child,
html.dark #pun-navlinks ul li:first-child {
  margin-left: 0;
}

html.dark #pun-ulinks ul li:last-child,
html.dark #pun-navlinks ul li:last-child {
  margin-right: 0;
}

html.dark #pun-navlinks {
  position: absolute;
  top: -105px;
  width: 100%;
  font-size: 18px;
  z-index: 3;
}

html.dark #pun-navlinks ul li {
  margin: 0 5px;
}

html.dark #pun-navlinks ul li a {
  color: #b6ab9e;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #473128;
}

html.dark #pun-navlinks ul li a:hover {
  color: #cac7b3;
}

html.dark #pun-ulinks {
  position: absolute;
  width: 100%;
  top: -9px;
  z-index: 2;
}

html.dark #pun-ulinks ul li {
  margin: 0 5px;
}

html.dark #pun-ulinks ul li a {
  font-size: 12px;
  text-transform: lowercase;
  color: #805a44;
}

html.dark #pun-ulinks ul li a:hover {
  color: #6c535f;
}

html.dark #pun-ulinks.fixed,
html.dark #pun-navlinks.fixed {
  position: fixed;
  z-index: 999;
}

html.dark #pun-navlinks.fixed {
  top: 0;
  width: 889px;
  height: 50px;
  background: #e1d3c1;
  margin: 0 auto;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

html.dark #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/2y2Iurq.png/);
  margin: 0 auto;
  z-index: 9;
  pointer-events: none;
  background-position: 50%;
}

html.dark #pun-navlinks.fixed ul {
  width: 889px;
  padding-top: 8px;
  font-size: 13px;
  z-index: 9;
}

html.dark #pun-ulinks.fixed {
  top: 25px;
  left: 0;
  right: 0;
  width: 889px;
  margin: 0 auto;
}

html.dark #pun-ulinks.fixed ul {
  width: 889px;
}

html.dark #pun-navlinks.fixed a {
  color: #805a44;
  text-shadow: 1px 1px 0 #dad5ce;
}

html.dark #pun-navlinks.fixed a:hover {
  color: #6c535f;
}

html.dark #pun {
  position: relative;
}

html.dark #pun::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 908px;
  background: #cdc2b5;
  margin: 0 auto;
}

html.dark #pun .punbb {
  position: relative;
  width: 1023px;
  background: url("https://i.imgur.com/2y2Iurq.png/");
  background-repeat: repeat-y;
  padding: 30px 95px 0 60px;
  margin: 338px auto 190px;
  box-sizing: border-box;
}

html.dark #pun .punbb::before,
html.dark #pun .punbb::after {
  position: absolute;
  content: "";
  display: block !important;
  top: 0;
  width: 74px;
  height: 100%;
  background: url("https://i.imgur.com/4oXDl4N.png");
  background-repeat: repeat-y;
  z-index: -1;
  pointer-events: none;
  visibility: visible !important;
}

html.dark #pun .punbb::before {
  left: 10px;
  box-shadow: -2px 0 0 rgba(226, 212, 195, 0.3), -10px 0 10px rgba(57, 40, 32, 0.3);
}

html.dark #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, 0.3), -10px 0 10px rgba(57, 40, 32, 0.3);
}

html.dark #pun-status p,
html.dark #pun-crumbs1 p,
html.dark #pun-crumbs2 p,
html.dark #pun-about p {
  margin: 0;
}

html.dark #pun-status {
  margin-top: 10px;
  padding-bottom: 0;
}

html.dark #pun-crumbs1 {
  margin-bottom: 0;
  padding-top: 10px;
}

html.dark #pun-crumbs2 {
  margin-top: 20px;
  padding-bottom: 30px;
  z-index: 0;
  clear: both;
}

html.dark #pun-about {
  position: absolute;
  left: 65px;
  bottom: -112px;
  width: 256px;
  font-size: 90%;
  padding-top: 10px;
  z-index: 2;
}

html.dark #pun-about a {
  color: #928274;
  font-weight: 300;
  text-shadow: 1px 1px 0 #432d21;
}

html.dark #pun-about a:hover {
  color: #aa9688;
}

html.dark #pun-stats {
  margin-top: 0;
}

html.dark #pun-main,
html.dark #pun-admain {
  margin-top: 10px;
}

html.dark #pun-index #pun-main::before,
html.dark #pun-index #pun-main::after {
  display: none;
}

html.dark #pun-index #pun-main {
  background: none;
  padding: 0;
  margin-top: 0;
}

html.dark .category {
  position: relative;
  margin: 0;
}

html.dark .category-3 em {
  display: none;
}

html.dark #pun-stats h2,
html.dark .category h2 {
  position: relative;
  -js-display: flex !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  color: #6e5263;
  font-size: 26px;
  padding-right: 35px;
  z-index: 2;
  box-sizing: border-box;
  mix-blend-mode: color-burn;
}

html.dark #pun-stats h2::before,
html.dark .category h2::before {
  position: absolute;
  content: "——————————————";
  right: 116px;
  bottom: -30px;
  font-size: 36px;
  opacity: 0.7;
  pointer-events: none;
}

html.dark .description_category,
html.dark .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;
}

html.dark .flowers {
  position: absolute;
  height: 184px;
  pointer-events: none;
  overflow: hidden;
}

html.dark .category:nth-child(even) .flowers {
  top: -44px;
  left: -28px;
  width: calc(100% + 39px);
}

html.dark .category:nth-child(odd) .flowers,
html.dark #pun-stats .flowers {
  top: -46px;
  left: -30px;
  width: calc(100% + 41px);
}

html.dark #pun-viewtopic #post-form .flowers {
  top: -45px;
  left: -30px;
  width: calc(100% + 56px);
}

html.dark .multipage#pun-main,
html.dark #pun-post #pun-main,
html.dark #pun-edit #pun-main,
html.dark #pun-profile #pun-main,
html.dark #pun-search #pun-main,
html.dark #pun-messages #pun-main,
html.dark #pun-blogs #pun-main {
  position: relative;
}

html.dark .multipage .flowers,
html.dark #pun-post .flowers,
html.dark #pun-edit .flowers,
html.dark #pun-profile .flowers,
html.dark #pun-search .flowers,
html.dark #pun-messages .flowers,
html.dark #pun-blogs .flowers {
  top: -44px;
  left: -28px;
  width: calc(100% + 36px);
}

html.dark .flowers::after,
html.dark .flowers::before,
html.dark .inner::before,
html.dark .inner::after,
html.dark #pun-messages .flowers::before,
html.dark #pun-messages .flowers::after,
html.dark .modal-inner::after,
html.dark .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;
}

html.dark .category:nth-child(even) .flowers::after,
html.dark .multipage .flowers::after,
html.dark .inner::after,
html.dark #pun-post .flowers::after,
html.dark #pun-edit .flowers::after,
html.dark #pun-profile .flowers::after,
html.dark #pun-search .flowers::after,
html.dark #pun-messages .flowers::after,
html.dark #pun-blogs .flowers::after,
html.dark .modal-inner::after {
  right: -99px;
  width: 180px;
  height: 168px;
  transform: rotate(205deg);
}

html.dark .category:nth-child(odd) .flowers::after,
html.dark #pun-stats .flowers::after,
html.dark #pun-viewtopic #post-form .flowers::after {
  top: 5px;
  right: -80px;
  width: 160px;
  height: 145px;
  transform: rotate(259deg);
}

html.dark .category:nth-child(even) .flowers::before,
html.dark .multipage .flowers::before,
html.dark .inner::before,
html.dark #pun-post .flowers::before,
html.dark #pun-edit .flowers::before,
html.dark #pun-profile .flowers::before,
html.dark #pun-search .flowers::before,
html.dark #pun-messages .flowers::before,
html.dark #pun-blogs .flowers::before,
html.dark .modal-inner::before {
  left: -112px;
  top: -17px;
  width: 160px;
  height: 155px;
  transform: rotate(170deg);
}

html.dark .category:nth-child(odd) .flowers::before,
html.dark #pun-stats .flowers::before {
  top: -33px;
  left: -130px;
  width: 220px;
  height: 219px;
  transform: rotate(-5deg);
}

html.dark #pun-viewtopic #post-form .flowers::before {
  top: -26px;
  left: -130px;
  width: 220px;
  height: 219px;
  transform: rotate(-5deg);
}

html.dark .container {
  position: inherit;
  margin: 0 !important;
}

html.dark .container thead {
  display: none;
}

html.dark .container table {
  width: 100%;
}

html.dark .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;
}

html.dark #pun-index .container tr {
  padding: 10px 15px 12px;
}

html.dark .container tr a {
  text-shadow: 1px 1px 0 #dcd8d3;
}

html.dark .container tr::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 185, 166, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark .container tr .tcl {
  width: 65%;
  box-sizing: border-box;
}

html.dark .container tr .tcl h3 {
  order: 1;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 2px;
  padding-top: 2px;
}

html.dark .container tr .tcl h3 a {
  font-weight: 700;
}

html.dark .container tr .tcl .description {
  order: 2;
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

html.dark .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;
}

html.dark .container tr .tcl .full .description__small,
html.dark .category-7 .container tr .tcl .description__small {
  width: 100%;
  padding-right: 0;
}

html.dark .container tr .tcl .description__small p {
  color: #564c47;
  margin-top: 7px;
}

html.dark .container tr .tcl .description__small p.more {
  display: inline-block;
  color: #8a6f6f;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(248, 236, 222, 0.4);
  margin-bottom: 0;
  margin-top: 8px;
}

html.dark .container tr .tcl .mainLink {
  width: 200px;
}

html.dark .container tr .tcl .mainLink li {
  width: calc(50% - 1.5px);
  margin-bottom: 3px;
}

html.dark .container tr .tcl .mainLink li.full {
  width: 100%;
}

html.dark .container tr .tcl .mainLink a {
  display: block;
  background: rgba(234, 225, 211, .22);
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(131, 90, 66, .9);
  border-radius: 3px;
  padding: 9px 5px 8px;
  box-shadow: 0 1px 0 rgb(196 182 165);
  box-sizing: border-box;
}

html.dark .container tr .tcl .mainLink a:hover {
  color: #6c535f;
  background: rgba(234, 225, 211, .4);
}

html.dark .container tr .tcl .subforums {
  order: 3;
  width: 100%;
}

html.dark .category-3 .container tr .tcl .subforums__title {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  background: rgba(234, 225, 211, .15);
  text-align: center;
  font-size: 0;
  text-transform: uppercase;
  color: rgba(131, 90, 66, .9);
  font-weight: 500;
  line-height: 1;
  text-shadow: 1px 1px 0 #dad5ce;
  border-radius: 3px;
  padding: 9px 5px 8px;
  box-shadow: 0 1px 0 rgb(184 172 157);
  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;
}

html.dark .category-3 .container tr .tcl .subforums__title::before,
html.dark .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;
}

html.dark .category-3 .container tr .tcl .subforums__title::before {
  content: "Ôýíäîìû";
  left: 25px;
  margin-top: 1px;
}

html.dark .category-3 .container tr .tcl .subforums__title::after {
  content: "\f0c9";
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

html.dark .category-3 .container tr .tcl .subforums__title:hover,
html.dark .category-3 .container tr .tcl .subforums__title.active {
  background: rgba(234, 225, 211, .2);
}

html.dark .category-3 .container tr .tcl .subforums__title.active:hover {
  background: rgba(222, 211, 194, .18);
}

html.dark .category-3 .container tr .tcl .subforums__title:hover::before,
html.dark .category-3 .container tr .tcl .subforums__title.active::before,
html.dark .category-3 .container tr .tcl .subforums__title:hover::after,
html.dark .category-3 .container tr .tcl .subforums__title.active::after {
  color: #6c535f;
}

html.dark .category-3 .container tr .tcl .subforums__title.active:hover::before,
html.dark .category-3 .container tr .tcl .subforums__title.active:hover::after {
  color: rgba(131, 90, 66, .9);
}

html.dark .category-3 .container tr .tcl .subforums__content {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

html.dark .category-3 .container tr .tcl .subforums__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(197, 193, 190, 0.5);
  mix-blend-mode: color-burn;
  border-radius: 0 0 3px 3px;
}

html.dark .category-3 .container tr .tcl .subforums__content a {
  position: relative;
  display: inline-block;
  width: 33.3%;
  text-shadow: 1px 1px 0 rgba(248, 236, 222, 0.5);
  font-size: 90%;
  padding-left: 15px;
  box-sizing: border-box;
}

html.dark .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%;
}

html.dark .container tr .tc2,
html.dark .container tr .tc3 {
  position: absolute;
  top: 12px;
  width: auto;
  text-align: center;
  font-size: 70%;
  color: rgba(63, 43, 40, 0.5);
  text-transform: uppercase;
  padding-right: 15px;
}

html.dark .container tr .tc2 {
  right: 213px;
  padding-left: 21px;
}

html.dark .container tr .dash::before {
  position: absolute;
  content: "—";
  top: 4px;
  right: 208px;
  font-family: "Francois One", sans-serif;
  font-size: 21px;
  color: #565555;
  mix-blend-mode: overlay;
}

html.dark #pun-index .container tr .tc2::after,
html.dark #pun-index .container tr .tc3::after {
  position: absolute;
  top: -8px;
  font-family: "Francois One", sans-serif;
  font-size: 21px;
  color: #565555;
  mix-blend-mode: overlay;
}

html.dark #pun-index .container tr .tc2::after {
  content: "———————————————————————";
  left: -334px;
}

html.dark #pun-index .container tr .tc3::after {
  content: "———————";
  right: -100px;
}

html.dark .container tr .tc3 {
  right: 120px;
  padding-left: 59px;
}

html.dark .container tr .tc2::before,
html.dark .container tr .tc3::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

html.dark .container tr .tc2::before {
  content: "Òåì:";
}

html.dark .container tr .tc3::before {
  content: "Ñîîáùåíèé:";
}

html.dark .container tr .tcr {
  width: 35%;
  text-align: left;
  padding-left: 10px;
  padding-top: 23px;
  box-sizing: border-box;
}

html.dark .lastpost {
  font-size: 90%;
  color: #564c47;
}

html.dark .container .intd {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

html.dark .icon {
  width: 4px;
  height: 20px;
  background: #b6ab9e;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: soft-light;
  margin-top: 0;
}

html.dark .inew .icon {
  background: #7e5b77;
  mix-blend-mode: color-burn;
}

html.dark .iclosed .icon {
  background: #cbc8c5;
  mix-blend-mode: multiply;
}

html.dark .isticky .icon {
  background: #7e5b77;
  mix-blend-mode: color-burn;
}

html.dark .hasicon .tclcon {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 5px);
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

html.dark #pun-viewforum .tclcon span a,
html.dark #pun-searchtopics .tclcon span a {
  display: initial;
}

html.dark .inew a {
  color: #9c5c57;
}

html.dark .inew .subforums a {
  color: #805a44;
}

html.dark .inew a:hover {
  color: #6c535f;
}

html.dark .inew .subforums a:hover {
  color: #6c535f;
}

html.dark .inew .byuser {
  font-weight: 500;
}

html.dark .container tr .tcr a {
  display: block;
}

html.dark #pun-viewforum tr,
html.dark #pun-searchtopics tr {
  margin: 5px 0;
}

html.dark #pun-viewforum .tcl,
html.dark #pun-searchtopics .tcl {
  width: 60%;
}

html.dark #pun-viewforum .tcl a,
html.dark #pun-searchtopics .tcl a {
  text-shadow: 1px 1px 0 #d4cfc4;
}

html.dark #pun-viewforum .isub .tcl {
  padding-bottom: 17px;
}

html.dark #pun-viewforum .tc2,
html.dark #pun-searchtopics .tc2,
html.dark #pun-modviewforum .tc2,
html.dark #pun-blogs .tc2 {
  width: 35%;
  left: 30px;
  padding-left: 35px;
}

html.dark #pun-blogs .tc2 {
  width: 15px;
}

html.dark #pun-modviewforum .tc2 {
  padding-left: 20px;
}

html.dark #pun-modviewforum .container tr .tcr {
  padding-top: 0;
}

html.dark #pun-searchtopics .tc2 {
  padding-left: 35px;
}

html.dark #pun-viewforum .tc2 {
  padding-left: 59px;
}

html.dark #pun-blogs .tc2 {
  padding-left: 72px;
}

html.dark #pun-viewforum .tc3,
html.dark #pun-blogs .tc3 {
  padding-left: 61px;
}

html.dark #pun-blogs .tcr {
  padding-top: 0;
}

html.dark #pun-blogs .tc_Byuser {
  width: 25% !important;
  font-family: "Caveat", cursive;
  font-size: 16px;
}

html.dark #pun-searchtopics .tc2 a {
  opacity: 0.8;
  text-shadow: 1px 1px 0 #d0cbc4;
}

html.dark #pun-searchtopics .tc2 a:hover {
  opacity: 1;
}

html.dark #pun-viewforum .tc2,
html.dark #pun-viewforum .tc3,
html.dark #pun-searchtopics .tc2,
html.dark #pun-searchtopics .tc3,
html.dark #pun-modviewforum .tc2,
html.dark #pun-modviewforum .tc3,
html.dark #pun-blogs .tc2,
html.dark #pun-blogs .tc3 {
  top: auto;
  bottom: 9px;
  text-align: left;
}

html.dark #pun-searchtopics .tc2::before {
  content: "Ôîðóì:";
}

html.dark #pun-viewforum .tc2::before {
  content: "Ñîîáùåíèé:";
}

html.dark #pun-blogs .tc2::before {
  content: "Êîììåíòàðèåâ:";
}

html.dark #pun-viewforum .tc3::before,
html.dark #pun-blogs .tc3::before {
  content: "Ïðîñìîòðîâ:";
}

html.dark #pun-searchtopics .tc3,
html.dark #pun-viewforum .tc3,
html.dark #pun-modviewforum .tc3,
html.dark #pun-blogs .tc3 {
  width: 15%;
  left: 40%;
}

html.dark #pun-blogs .tc3 {
  left: 18%;
}

html.dark #pun-searchtopics .user-avatar,
html.dark #pun-viewforum .user-avatar {
  margin-bottom: 0;
}

html.dark #pun-viewforum .tcr,
html.dark #pun-searchtopics .tcr {
  width: 25%;
  text-align: right;
  padding-top: 0;
}

html.dark .linkst,
html.dark .linksb,
html.dark .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;
}

html.dark .modmenu .container .button {
  margin-left: 5px;
}

html.dark .linkst {
  margin-bottom: 15px;
}

html.dark .postlink {
  position: inherit;
  text-align: right;
}

html.dark .modmenu {
  margin: 15px 0;
}

html.dark .linksb .pagelink {
  order: 1;
}

html.dark .linksb noindex {
  order: 2;
}

html.dark #pun-stats ul {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

html.dark #pun-stats ul li {
  z-index: 1;
  line-height: 0.9;
  margin-bottom: 7px;
}

html.dark #pun-stats ul .item1 {
  order: 1;
  width: 50%;
}

html.dark #pun-stats ul .item2 {
  order: 3;
  width: 50%;
}

html.dark #pun-stats ul .item1 span,
html.dark #pun-stats ul .item2 span {
  background: rgba(215, 204, 191, .7);
  padding: 0 2px;
  border-radius: 2px;
}

html.dark #pun-stats ul .item3 {
  order: 2;
  width: 50%;
  text-align: right;
}

html.dark #pun-stats ul .item4 {
  order: 4;
  width: 50%;
  text-align: right;
}

html.dark #pun-stats ul .item3 strong,
html.dark #pun-stats ul .item4 strong {
  background: rgba(180, 163, 144, .7);
  padding: 0 2px;
  border-radius: 2px;
}

html.dark #pun-stats ul .item5 {
  order: 5;
  width: 100%;
  line-height: 1.2;
  margin-top: 15px;
}

html.dark #pun-stats ul .item5 a {
  text-shadow: 1px 1px 0 rgba(255, 249, 242, 0.5);
  background: rgba(214, 207, 194, .7);
  padding: 0 2px;
  border-radius: 2px;
}

html.dark #pun-stats ul .item5 span a {
  background: none;
  padding: 0;
}

html.dark #pun-online .username {
  width: 30% !important;
}

html.dark #pun-online .action {
  width: 40% !important;
  text-align: center;
}

html.dark #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;
}

html.dark #pun-online .tc3::before {
  display: none;
}

html.dark #pun-userlist .formal .flowers {
  display: none;
}


html.dark #pun-userlist tr {
  align-items: center;
  margin: 0 0 5px;
}

html.dark #pun-userlist .tc2,
html.dark #pun-userlist .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  font-size: inherit;
  text-transform: none;
  padding: 0 5px;
}

html.dark #pun-userlist .tc2::before,
html.dark #pun-userlist .tc3::before {
  display: none;
}

html.dark #pun-userlist .username {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 30%;
}

html.dark #pun-userlist .user_title {
  width: 20%;
}

html.dark #pun-userlist .relation {
  width: 10%;
}

html.dark #pun-userlist .num_posts {
  width: 10%;
}

html.dark #pun-userlist .registered {
  width: 15%;
}

html.dark #pun-userlist .last_visit {
  width: 15%;
  text-align: right;
  padding: 0 0 0 5px;
}

html.dark #pun-userlist .fs-box {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

html.dark #pun-userlist .fs-box p {
  margin-right: 5px;
  margin-bottom: 0;
}

html.dark #pun-userlist .fs-box p:nth-last-child(2) {
  margin-right: 0;
}

html.dark #pun-userlist .fs-box .infofield {
  width: 100%;
  margin-right: 0;
}

html.dark .punbb .multipage#pun-main h1,
html.dark .punbb .hv-mask-dialog-title,
html.dark .punbb #pun-post #pun-main h1,
html.dark .punbb #pun-edit #pun-main h1,
html.dark .punbb #pun-profile #pun-main h1,
html.dark .punbb #pun-search #pun-main h1,
html.dark .punbb #MyBookmarks h2,
html.dark .punbb .pun-modal h2 {
  position: relative;
  display: block !important;
  text-align: right !important;
  color: #6e5263;
  font-size: 26px !important;
  padding-right: 35px;
  z-index: 2;
  box-sizing: border-box;
  mix-blend-mode: color-burn;
}

html.dark .hv-mask-dialog-title {
  margin-bottom: 25px;
}

html.dark .multipage#pun-main h1::before,
html.dark .hv-mask-dialog-title::before,
html.dark #pun-post #pun-main h1::before,
html.dark #pun-edit #pun-main h1::before,
html.dark #pun-profile #pun-main h1::before,
html.dark #pun-search #pun-main h1::before,
html.dark #MyBookmarks h2::before,
html.dark .punbb .pun-modal h2::before {
  position: absolute;
  content: "——————————————";
  right: 116px;
  bottom: -30px;
  font-size: 36px;
  opacity: 0.7;
  pointer-events: none;
}

html.dark #pun-viewtopic .linksb .pagelink {
  order: 1;
  flex-grow: 1;
  text-align: left;
}

html.dark #pun-viewtopic .linksb .postlink {
  order: 2;
  padding-right: 15px;
  box-sizing: border-box;
}

html.dark #pun-viewtopic .linksb .subscribelink {
  order: 3;
}

html.dark #pun-viewtopic .linksb #s-block {
  order: 4;
}

html.dark #pun-viewtopic .modmenu {
  padding: 25px 0 15px;
}

html.dark #pun-viewtopic #topic-users-in,
html.dark #pun-viewtopic .linksb {
  padding: 0 0 5px;
}

html.dark #pun-viewtopic #post-form h2 {
  position: relative;
  display: block !important;
  text-align: right;
  color: #6e5263;
  font-size: 26px;
  padding-right: 35px;
  z-index: 2;
  box-sizing: border-box;
  mix-blend-mode: color-burn;
}

html.dark #pun-viewtopic #post-form h2::before {
  position: absolute;
  content: "——————————————";
  right: 116px;
  bottom: -30px;
  font-size: 36px;
  opacity: 0.7;
  pointer-events: none;
}

html.dark #pun.isguest #pun-viewtopic .linksb {
  padding: 25px 0;
}

html.dark #pun-viewtopic #topic-users-in .container {
  display: inherit;
}

html.dark #pun.isguest #pun-viewtopic #post-form {
  margin-top: 10px;
}

html.dark #pun-viewtopic .pagelink {
  position: inherit;
}

html.dark .post {
  position: relative;
  margin-bottom: 25px;
}

html.dark .post::after {
  position: absolute;
  content: "";
  top: 51px;
  left: 0;
  width: 500px;
  border-top: 3.5px dashed #565555;
  mix-blend-mode: color-burn;
}

html.dark .post::before {
  display: block;
  content: "";
  height: 60px;
  margin: -60px 0 0;
  pointer-events: none;
}

html.dark .post .container {
  position: relative;
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

html.dark .post-author,
html.dark #profile-left {
  position: sticky;
  top: 60px;
  width: 178px;
  background: rgba(200, 185, 166, .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;
}

html.dark .post-author::before,
html.dark .post-author::after,
html.dark #profile-left::before,
html.dark #profile-left::after {
  position: absolute;
  content: "";
  left: 0;
  max-width: 178px;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

html.dark .post-author::before,
html.dark #profile-left::before {
  top: 0;
  height: 47px;
  background-image: url("https://i.imgur.com/uyOqEeY.png");
  background-position: center;
}

html.dark .post-author::after,
html.dark #profile-left::after {
  bottom: 0;
  height: 42px;
  background-image: url("https://i.imgur.com/t5Aj4Dm.png");
  background-position: 0;
  background-size: cover;
}

html.dark .post[data-group-id="3"] .post-author ul,
html.dark .post[data-group-id="5"] .post-author ul {
  padding-bottom: 30px;
}

html.dark .post[data-group-id="3"] .pa-respect,
html.dark .post[data-group-id="5"] .pa-respect {
  width: 100% !important;
  justify-content: center;
  margin-top: 0;
}

html.dark .post[data-user-id="1"] .post-author ul {
  padding-bottom: 42px;
}

html.dark .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(220, 211, 205, .9);
  border-bottom: 1px solid rgba(220, 211, 205, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 20px 5px 12px;
  box-sizing: border-box;
  z-index: 1;
}

html.dark .post-author ul::before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  max-width: 178px;
  width: 100%;
  height: 21px;
  background-image: url("https://i.imgur.com/49enGLM.png");
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

html.dark .post-author ul li {
  width: 100%;
}

html.dark .pa-author {
  position: inherit;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}

html.dark #pun-viewtopic .pa-author {
  padding-left: 25px;
}

html.dark .pa-author::before {
  position: absolute;
  content: "";
  top: -27px;
  left: -5px;
  max-width: 81px;
  width: 81px;
  height: 88px;
  background-image: url("https://i.imgur.com/kBpDsro.png");
  pointer-events: none;
  z-index: 1;
}

html.dark .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;
}

html.dark .pa-author a {
  order: 2;
  align-self: baseline;
  font-size: 14px;
  line-height: 0.9;
  background: #d2cbbe;
  padding: 0 2px;
  box-sizing: border-box;
  z-index: 1;
}

html.dark .post-author .pa-title {
  width: auto;
}

html.dark .pa-title {
  position: inherit;
  background: #d2cbbe;
  font-size: 11px;
  text-transform: lowercase;
  color: #564c47;
  text-align: right;
  line-height: 0.9;
  margin: 4px 0 8px;
  margin-left: auto;
  padding: 0 2px;
  box-sizing: border-box;
}

html.dark .pa-avatar {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 5px;
  z-index: -1;
}

html.dark .pa-avatar::before,
html.dark .pa-avatar::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

html.dark .pa-avatar::before {
  top: -8px;
  right: -8px;
  background-image: url("https://i.imgur.com/cpZydBu.png");
}

html.dark .pa-avatar::after {
  bottom: -8px;
  left: -8px;
  background-image: url("https://i.imgur.com/xQFvj17.png");
}

html.dark .pa-avatar img {
  display: block;
  max-width: 100%;
  margin: auto;
}

html.dark .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;
}

html.dark .pa-respect a {
  position: relative;
  display: inline-block;
  height: 17px;
  padding-left: 15px;
  box-sizing: border-box;
}

html.dark .pa-respect a::before {
  position: absolute;
  content: "\f004";
  top: 0;
  right: 3px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

html.dark .pa-respect a img {
  display: none;
}

html.dark .punbb .pa-respect .fld-name {
  -js-display: flex !important;
  display: flex !important;
  align-items: center;
  color: #805a44;
  font-weight: 500;
  text-shadow: 1px 1px 0 #dad5ce;
  padding-right: 2px;
  box-sizing: border-box;
}

html.dark .pa-respect .fld-name a {
  font-size: 0;
  padding-left: 39px;
}

html.dark .pa-respect .fld-name a::before {
  position: absolute;
  content: "Ñåðäåö";
  left: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 11px;
}

html.dark .post-author .pa-last-visit {
  width: auto;
}

html.dark .pa-last-visit {
  position: relative;
  display: inline-block;
  font-size: 70%;
  color: #564c47;
  background: #d2cbbe;
  margin: 12px auto 0;
  padding: 0 2px;
}

html.dark .pa-last-visit::before {
  content: "";
  width: 100%;
}

html.dark .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;
}

html.dark .online .pa-online strong {
  font-size: 0;
  overflow: hidden;
}

html.dark .pa-online .fld-name,
html.dark .pa-last-visit .fld-name,
html.dark .pa-online br,
html.dark .pa-last-visit br,
html.dark .pa-replies br {
  display: none;
}

html.dark .pa-fld1 {
  font-family: "Caveat", cursive;
  font-size: 21px;
  line-height: .8;
  color: #564c47;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, 0.4);
  margin: 3px 0 6px;
}

html.dark .pa-fld3 {
  font-weight: 700;
}

html.dark .pa-fld3 a {
  color: #564c47;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, 0.4);
}

html.dark .pa-fld3 a:hover {
  color: #6c535f;
}

html.dark .pa-fld2 {
  font-size: 11px;
  margin: 4px 0 10px;
}

html.dark .post-author .pa-fld4 {
  width: 43%;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #564c47;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, 0.4);
  padding-left: 5px;
  box-sizing: border-box;
}

html.dark .punbb .pa-fld4 .fld-name {
  display: inline-block !important;
}

html.dark .post-author .pa-fld7 {
  width: 100%;
  font-size: 11px;
}

html.dark .post-author .pa-fld7 .spoiler__title,
html.dark .post-author .pa-fld7 a {
  text-transform: uppercase;
  color: #805a44;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, 0.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;
}

html.dark .post-author .pa-fld7 .spoiler__title:hover,
html.dark .post-author .pa-fld7 .spoiler__title.active,
html.dark .post-author .pa-fld7 a:hover {
  color: #6c535f;
}

html.dark .post-author .pa-fld7 .spoiler__title.active:hover {
  color: #805a44;
}

html.dark .post-author .pa-fld7 .spoiler__content {
  margin-top: 2px !important;
}

html.dark .post-author .pa-fld7 .spoiler__content a {
  text-transform: none;
}

html.dark .pa-fld7 p {
  margin: 0;
}

html.dark .pa-fld5 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 15px;
}

html.dark .pa-fld5 p {
  width: 40%;
  font-size: 70%;
  color: #564c47;
  margin: 0 0 5px;
}

html.dark .pa-fld5 p span {
  background: #d2cbbe;
  padding: 0 2px;
}

html.dark .pa-fld5 p:nth-of-type(1):last-of-type,
html.dark .pa-fld5 p:nth-of-type(3):last-of-type {
  width: 100%;
  margin-bottom: 0;
}

html.dark .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;
}

html.dark .pa-fl6 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;
}

html.dark .pa-fld6 i:hover {
  color: #6c535f;
  cursor: pointer;
}

html.dark .pa-fld6 p {
  position: absolute;
  top: 29px;
  opacity: 0;
  height: 0;
  font-size: 90%;
  color: #d8d2c8;
  font-weight: 300;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  background: rgba(108, 83, 95, 0.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;
}

html.dark .pa-fld6 i:hover ~ p {
  opacity: 1;
  height: auto;
}

html.dark .post-body {
  position: relative;
  width: calc(100% - 186px);
  text-align: justify;
  color: #5c4c44;
  font-size: 14px;
  padding: 35px 35px 50px 22px;
  margin: 0;
  box-sizing: border-box;
}

html.dark .post-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 185, 166, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark .post-body::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece3d5;
  background: linear-gradient(90deg, rgba(216, 206, 194, .5) 0%, rgba(216, 206, 194, .5) 76%, rgba(216, 206, 194, 0) 100%);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark .post-box .post-content table {
  table-layout: fixed !important;
}

html.dark .post-box .post-content tr {
  display: table-row;
  padding: 0;
}

html.dark .post-box .post-content tr::before {
  display: none;
}

html.dark .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;
}

html.dark .post-links {
  position: absolute;
  bottom: 22px;
  width: 100%;
  z-index: 1;
}

html.dark .post-links ul {
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding-right: 35px;
}

html.dark .post-links ul li {
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 10px;
}

html.dark .post-links ul li.pl-reply {
  padding-right: 0;
}

html.dark .post-links ul .email {
  flex-grow: 1;
}

html.dark #post-form legend {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 95%;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
}

html.dark .topic .post h3,
html.dark .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;
}

html.dark .topic .post h3 span,
html.dark .fs-box .post h3 span {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
}

html.dark .topic .post h3 span {
  justify-content: flex-start;
}

html.dark .fs-box .post h3 span {
  justify-content: space-between;
}

html.dark .topic .post h3 span .permalink,
html.dark .fs-box .post h3 span .permalink {
  order: 1;
}

html.dark .topic .post h3 span #fntSlider,
html.dark .fs-box .post h3 span #fntSlider {
  order: 3;
}

html.dark .topic .post h3 span strong,
html.dark .fs-box .post h3 span strong {
  order: 2;
  text-align: left;
  font-weight: 400;
  flex-grow: 1;
  padding-left: 8px;
}

html.dark #pun-reputation .inner,
html.dark #mask_dialog .inner,
html.dark .pun-modal .modal-inner {
  background-color: rgb(191, 167, 143);
  background-image: url("https://i.imgur.com/2y2Iurq.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Notifications */

html.dark .unread-notifications .notifications-block-title {
  border: none;
  border-style: none;
  background: rgba(204, 191, 169, .3);
}

html.dark .unread-notifications #notifications-wrap,
html.dark .unread-notifications #notifications-advanced {
  padding: 0 15px;
}

html.dark .pun-modal .modal-inner h2 {
  padding-right: 50px;
}

html.dark .pun-modal .modal-inner {
  padding-top: 20px;
  position: relative;
}

html.dark .pun-modal .modal-inner tr {
  padding: 10px 15px !important;
}

html.dark .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.dark .pun-modal .modal-inner tr:hover::before {
  background: rgba(216, 201, 182, .3);
}

html.dark .pun-modal .modal-inner tr td {
  width: 100%;
}

html.dark #pun-reputation .inner {
  padding: 45px 25px 25px;
}

html.dark #mask_dialog .inner {
  padding: 20px 25px;
}

html.dark #pun-report .bg, html.dark #pun-reputation .bg, html.dark #pun-admin-award-form .bg {
  background: #19110e !important;
  z-index: 99 !important;
}

html.dark .punbb #mask_dialog .hv-bg,
html.dark .pun-modal .modal-bg {
  background: rgba(25, 17, 14, 0.7) !important;
}

html.dark #pun-reputation .inner .container {
  position: initial;
  padding: 15px 0 0 !important;
}

html.dark #pun-viewtopic #pun-main.multipage #pun-reputation h1 {
  margin: -27px -6px 1px;
}

html.dark #pun-main.multipage #pun-reputation h1::before {
  width: calc(100% + 100px);
  background-size: contain;
}

html.dark #pun-reputation .tcl {
  width: 25% !important;
}

html.dark #pun-reputation .tc2,
html.dark #pun-reputation .tc3 {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  padding: 0;
}

html.dark #pun-reputation .tc2 textarea {
  width: 100% !important;
}

html.dark #pun-reputation .tc2 {
  width: 75% !important;
  padding-left: 20px;
}

html.dark #pun-reputation .tc2::before,
html.dark #pun-reputation .tc3::before {
  display: none;
}

html.dark #pun-reputation tr:first-child .tc2 {
  color: #6c535f;
  text-shadow: 1px 1px 0 #dad5ce;
  font-family: "Caveat", cursive;
  font-size: 20px;
  text-transform: none;
}

html.dark #pun-reputation tr:nth-child(2) .tcl span:last-child {
  font-style: italic;
}

html.dark #mask_dialog .inner {
  overflow: hidden;
  min-height: 450px;
}

html.dark #mask_dialog .hv-mask-block {
  align-items: flex-start !important;
}

html.dark #mask_dialog .hv-control {
  position: sticky;
  bottom: -5px;
  background-image: url(https://i.imgur.com/2y2Iurq.png);
  background-position: 50% 36%;
  z-index: 1;
}

html.dark #mask_dialog #mask_form {
  position: relative;
  padding: 10px;
  margin-bottom: 7px;
}

html.dark #mask_dialog #mask_form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 185, 166, .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(200, 185, 166, .3);
  mix-blend-mode: multiply;
  border-radius: 5px;
  z-index: 0;
  pointer-events: none;
}

html.dark #mask_dialog .hv-form-block {
  max-height: 355px !important;
  padding-right: 10px;
}

html.dark #mask_dialog .hv-add-template {
  line-height: 35px;
  border: none !important;
  margin-bottom: 5px;
  padding: 2px 10px !important;
}

html.dark #mask_dialog .description {
  font-style: italic;
}

html.dark #mask_dialog .hv-preview-block {
  position: relative;
  z-index: 1;
  background: rgba(200, 185, 166, .3);
  border-top: 1px solid rgba(220, 211, 205, .9);
  border-bottom: 1px solid rgba(220, 211, 205, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-right: 5px;
  overflow: unset !important;
}

html.dark #mask_dialog .hv-preview-block::before,
html.dark #mask_dialog .hv-preview-block::after {
  position: absolute;
  content: "";
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

html.dark #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;
}

html.dark #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;
}

html.dark #mask_dialog .hv-preview-author {
  display: inline-block;
  background: #d2cbbe;
  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;
}

html.dark #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;
}

html.dark #mask_dialog .hv-preview-title {
  display: inline-block;
  clear: both;
  float: right;
  background: #d2cbbe;
  font-size: 9px;
  text-transform: lowercase;
  color: #564c47;
  text-align: right;
  line-height: 0.9;
  margin: 3px 5px 8px 0;
  margin-left: auto;
  padding: 0 2px !important;
}

html.dark #mask_dialog .hv-preview-avatar {
  position: relative;
  display: inline-block;
  width: calc(100% - 10px);
  padding-bottom: 0 !important;
  padding-top: 1px !important;
}

html.dark #mask_dialog .hv-preview-avatar::before,
html.dark #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;
}

html.dark #mask_dialog .hv-preview-avatar::before {
  top: -4px;
  right: -4px;
  background-image: url(https://i.imgur.com/cpZydBu.png);
}

html.dark #mask_dialog .hv-preview-avatar::after {
  bottom: -3px;
  left: -4px;
  background-image: url(https://i.imgur.com/xQFvj17.png);
}

html.dark #mask_dialog .hv-preview-avatar img {
  max-width: 100% !important;
  display: block;
}

html.dark #mask_dialog .hv-preview-pafld1 {
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: #564c47;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, 0.4);
  line-height: 1;
  padding: 2px 5px 0 !important;
}

html.dark #mask_dialog .hv-preview-pafld3 a {
  color: #564c47;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, 0.4);
  font-size: 90%;
}

html.dark #mask_dialog .hv-preview-pafld3 {
  color: #564c47;
  text-shadow: 1px 1px 0 rgba(255, 248, 241, 0.4);
  padding: 0 5px !important;
  line-height: 1;
}

html.dark #mask_dialog .hv-preview-pafld2 {
  position: relative;
  font-size: 9px;
  line-height: 1;
  padding: 5px 5px 15px !important;
}

html.dark #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;
}

html.dark #mask_dialog .hv-masks-storage {
  flex: 0 1 142px !important;
  max-height: 355px !important;
  padding-right: 0;
  padding-top: 0;
  z-index: 1;
}

html.dark #mask_dialog .hv-storage-count {
  text-align: left !important;
  color: #6a5143 !important;
  padding-left: 5px;
}

html.dark #mask_dialog .hv-mask-element {
  position: relative;
  height: 60px;
  text-align: center;
}

html.dark #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;
}

html.dark #mask_dialog .hv-mask-element::after {
  bottom: 13px;
  right: 7px;
  background-image: url(https://i.imgur.com/cpZydBu.png);
  transform: rotate(96deg);
}

html.dark #mask_dialog .hv-mask-element img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

html.dark #mask_dialog .hv-delete-mask {
  text-transform: uppercase;
  font-weight: 700;
}

html.dark #pun-respect tr,
html.dark #pun-positive tr {
  align-items: center;
  margin-bottom: 5px;
}

html.dark #pun-respect tr:last-child,
html.dark #pun-positive tr:last-child {
  margin-bottom: 0;
}

html.dark #pun-respect .tcl,
html.dark #pun-positive .tcl {
  width: 13% !important;
  font-size: 12px;
  padding-right: 0;
}

html.dark #pun-respect .tc2,
html.dark #pun-positive .tc2 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 2% !important;
  text-transform: none;
  font-size: 12px;
  padding: 0;
}

html.dark #pun-respect .tc3,
html.dark #pun-positive .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-transform: none;
  padding: 0;
}

html.dark #pun-respect .tc2::before,
html.dark #pun-respect .tc3::before,
html.dark #pun-positive .tc2::before,
html.dark #pun-positive .tc3::before {
  display: none;
}

html.dark #pun-respect .tc3:nth-child(3),
html.dark #pun-positive .tc3:nth-child(3) {
  width: 20% !important;
  font-size: 16px;
  font-family: "Caveat", cursive;
}

html.dark #pun-respect .tc3:nth-child(4),
html.dark #pun-positive .tc3:nth-child(4) {
  width: 35% !important;
  padding: 0 5px;
  color: inherit;
  font-size: inherit;
}

html.dark #pun-respect .tcr,
html.dark #pun-positive .tcr {
  width: 30% !important;
  text-align: right;
  padding-left: 0;
  padding-top: 0;
}

html.dark #pun-respect .tcl:last-child,
html.dark #pun-positive .tcl:last-child {
  width: 100% !important;
  text-align: center;
}

html.dark #pun-respect .linksb,
html.dark #pun-positive .linksb {
  margin-top: 15px;
}

html.dark #pun-respect .removeReputation,
html.dark #pun-positive .removeReputation {
  position: relative;
  background: none !important;
}

html.dark #pun-respect .removeReputation::before,
html.dark #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: #805a44;
  text-shadow: 1px 1px 0 #dad5ce;
  -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.dark #pun-respect .removeReputation:hover::before,
html.dark #pun-positive .removeReputation:hover::before {
  color: #6c535f;
}

html.dark #pun-login #login .fs-box,
html.dark #pun-search #punbbsearch .fs-box {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

html.dark #pun-login #login .inputfield:nth-child(3),
html.dark #pun-search #punbbsearch .inputfield:nth-child(2),
html.dark #pun-search #punbbsearch .selectfield:nth-child(1),
html.dark #pun-search #punbbsearch .selectfield:nth-child(2) {
  margin-right: 5px;
}

html.dark #pun-register fieldset,
html.dark #pun-search fieldset {
  margin-bottom: 5px;
}

html.dark #pun-register fieldset:nth-last-child(2),
html.dark #pun-search fieldset:nth-last-child(2),
html.dark #pun-login #login .inputfield,
html.dark #pun-search #punbbsearch .inputfield,
html.dark #pun-search #punbbsearch .selectfield {
  margin-bottom: 0;
}

html.dark #pun-register fieldset:nth-last-child(2) fieldset {
  padding: 10px;
}

html.dark #pun-register fieldset:nth-last-child(2) .radiofield {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

html.dark #pun-register fieldset:nth-last-child(2) .radiofield label {
  width: 94%;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 5px;
}

html.dark #pun-search #punbbsearch .infofield {
  width: 100%;
}

html.dark #pun-searchposts .post {
  position: relative;
}

html.dark #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;
}

html.dark #pun-searchposts h2 {
  display: none;
}

html.dark #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;
}

html.dark #pun-searchposts .post-links ul {
  justify-content: flex-start;
}

html.dark #pun-searchposts .post-author ul {
  padding-bottom: 50px;
}

html.dark #pun-searchposts .pa-author {
  justify-content: flex-end;
}

html.dark #pun-searchposts .pa-author strong {
  order: 2;
  align-self: baseline;
  font-size: 14px;
  line-height: 0.9;
  color: #805a44;
  font-weight: 500;
  text-shadow: 1px 1px 0 #dad5ce;
  background: #d2cbbe;
  padding: 0 2px;
  box-sizing: border-box;
}

html.dark #pun-searchposts .pa-replies {
  display: inline-block;
  text-align: right;
  font-size: 90%;
  color: #564c47;
  margin-top: 6px;
  padding: 0 2px;
}

html.dark #pun-searchposts .pa-replies .fld-name {
  display: inline-block !important;
}

html.dark #pun-searchposts .pagelink {
  position: inherit;
}

html.dark #pun-post input[type=text],
html.dark #pun-edit input[type=text] {
  width: 100%;
}

html.dark #pun-post .topic {
  margin-top: 40px;
}

html.dark #pun-post .inputfield input {
  width: 100%;
}

html.dark #pun-post .fs-box .inputfield:last-child {
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

html.dark #pun-post .fs-box .inputfield input {
  margin-right: 10px;
}

html.dark #pun-post .topic h2 {
  display: none;
}

html.dark #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;
}

html.dark #pun-post .topic h3 {
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 8px;
}

html.dark #pun-post .post-author {
  top: 60px;
  text-align: right;
  padding-bottom: 50px;
  border-top: 1px solid rgba(220, 211, 205, .9);
  border-bottom: 1px solid rgba(220, 211, 205, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

html.dark #pun-post .pa-author {
  display: inline-block;
  background: #d2cbbe;
  font-size: 14px;
  line-height: 0.9;
  color: #805a44;
  font-weight: 500;
  text-shadow: 1px 1px 0 #dad5ce;
  margin-right: 5px;
  padding: 0 2px;
  box-sizing: border-box;
}

html.dark #pun-post .pa-author::before {
  display: none;
}

html.dark #pun-post .preview_author {
  position: relative;
  width: 100%;
}

html.dark #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;
}

html.dark #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;
}

html.dark #pun-profile #profile-signature,
html.dark #pun-profile #profile-signature ul {
  border-width: 0;
  padding-top: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.dark #pun-profile #profile-signature {
  position: relative;
}

html.dark #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;
}

html.dark #pun-profile #viewprofile-next #profilenav {
  display: none;
}

html.dark #pun-profile .container tr {
  align-items: flex-start;
  padding: 0;
}

html.dark #pun-profile .container tr::before {
  display: none;
}

html.dark #pun-profile #profile-left {
  top: 2px;
  width: 204px !important;
  overflow: unset;
  padding-bottom: 38px;
  border-top: 1px solid rgba(220, 211, 205, .9);
  border-bottom: 1px solid rgba(220, 211, 205, .9);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

html.dark #pun-profile #profile-left li {
  position: inherit;
  width: 204px;
  text-align: center;
  margin: 0 auto;
  padding-right: 24px;
}

html.dark #pun-profile #profile-left li.bloglink {
  display: none;
}

html.dark #pun-profile #profile-left li#pa-avatar {
  padding-right: 0;
}

html.dark #pun-profile #profile-left #profile-name {
  position: relative;
  text-align: right;
  padding: 18px 5px 0;
  box-sizing: border-box;
}

html.dark #pun-profile #profile-left #profile-name strong {
  color: #805a44;
  line-height: 0.9;
  font-size: 14px;
  background: #d2cbbe;
  padding: 0 2px;
  font-weight: 500 !important;
  box-sizing: border-box;
}

html.dark #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;
}

html.dark #pun-profile #profile-left #profile-title {
  position: relative;
  text-align: right;
  line-height: 1;
  padding: 0 5px;
  box-sizing: border-box;
}

html.dark #pun-profile #profile-left #profile-title strong {
  font-size: 90%;
  text-transform: lowercase;
  color: #564c47;
  text-align: right;
  line-height: 0.9;
  font-weight: 400 !important;
  background: #d2cbbe;
  margin: -7px 0 8px;
  margin-left: auto;
  padding: 0 2px;
  box-sizing: border-box;
}

html.dark #pun-profile #profile-left #pa-avatar strong {
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
}

html.dark #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;
}

html.dark #pun-profile #profile-left #pa-avatar div {
  position: relative;
  display: inline-block;
  margin: 9px auto 7px;
}

html.dark #pun-profile #profile-left #pa-avatar div::before,
html.dark #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;
}

html.dark #pun-profile #profile-left #pa-avatar div::before {
  top: -8px;
  right: -8px;
  background-image: url(https://i.imgur.com/cpZydBu.png);
}

html.dark #pun-profile #profile-left #pa-avatar div::after {
  bottom: -8px;
  left: -8px;
  background-image: url(https://i.imgur.com/xQFvj17.png);
}

html.dark #pun-profile #profile-left #pa-avatar img {
  display: block;
}

html.dark #pun-profile #profile-left #pa-online {
  position: relative;
  font-size: 90%;
  color: #564c47;
  line-height: 1;
  margin-top: 0;
  padding: 0 5px;
  box-sizing: border-box;
  z-index: 1;
}

html.dark #pun-profile #profile-left .preview_author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

html.dark #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;
}

html.dark #pun-profile #profile-left #pa-online strong {
  font-weight: 400 !important;
  line-height: 0.9;
  background: #d2cbbe;
  padding: 0 2px;
}

html.dark #pun-profile #profile-left #pa-edit {
  position: absolute;
  padding-right: 0;
}

html.dark #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;
}

html.dark #pun-profile #profile-left #pa-edit a {
  color: #3b2b22;
  text-shadow: 1px 0 1px rgba(232, 225, 212, 0.3);
}

html.dark #pun-profile #profile-left #pa-edit:hover a {
  color: #a28d71;
  text-shadow: 1px 0 1px #352620;
}

html.dark #pun-profile #profile-right {
  width: 75% !important;
  position: relative;
  padding: 10px 45px 10px 10px;
}

html.dark #pun-profile #profile-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 185, 166, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark #pun-profile #profile-right::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece3d5;
  background: linear-gradient(
      90deg, rgba(216, 206, 194, .5) 0%, rgba(216, 206, 194, .5) 76%, rgba(216, 206, 194, 0) 100%);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark #pun-profile #profile-right li {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}

html.dark #pun-profile #profile-right li:last-child {
  margin-bottom: 0;
}

html.dark #pun-profile #profile-right span {
  width: 25%;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
  padding-top: 12.5px;
  box-sizing: border-box;
}

html.dark #pun-profile #profile-right span > span {
  width: auto;
}

html.dark #pun-profile #profile-right #pa-fld1 strong {
  font-family: "Caveat", cursive;
  font-size: 19px;
}

html.dark #pun-profile #profile-right #pa-fld5 strong span {
  text-transform: none;
  font-size: inherit;
}

html.dark #pun-profile #profile-right .profile_strong {
  position: relative;
  display: inline-block;
  width: 74%;
  font-weight: 400;
  padding: 10px 15px;
  box-sizing: border-box;
}

html.dark #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;
}


html.dark #pun-profile #profile-right strong {
  position: relative;
  font-weight: 400;
  padding-left: 0;
  z-index: 1;
}

html.dark #pun-profile #profile-right strong p {
  position: relative;
  margin: 0;
}

html.dark #profilenav {
  padding-top: 1em;
  float: left;
  width: 150px;
  margin-bottom: 20px;
}

html.dark #profilenav ul {
  margin-bottom: 15px;
}

html.dark #profilenav .flowers {
  display: none;
}

html.dark #profilenav h2 {
  display: none;
}

html.dark #profilenav li {
  text-transform: uppercase;
  margin-bottom: 8px;
}

html.dark #profilenav li.isactive a {
  color: #6c535f;
}

html.dark #pun-profile fieldset {
  margin-left: 150px;
  margin-bottom: 15px;
  padding: 30px 40px 20px 20px;
}

html.dark #pun-profile fieldset fieldset {
  margin-left: 0;
  padding: 10px;
}

html.dark #pun-profile fieldset fieldset::after {
  display: none
}

html.dark #pun-profile .formsubmit {
  margin-left: 150px;
}

html.dark #pun-profile fieldset em {
  display: block;
  margin-top: 5px;
}

html.dark #pun-profile fieldset .formsubmit {
  margin-left: 0;
}

html.dark .profile_img {
  position: relative;
  float: right;
}

html.dark .profile_img img {
  float: none !important;
}

html.dark .profile_img::before,
html.dark .profile_img::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

html.dark .profile_img::before {
  top: -8px;
  right: -8px;
  background-image: url(https://i.imgur.com/cpZydBu.png);
}

html.dark .profile_img::after {
  bottom: -6px;
  left: -6px;
  background-image: url(https://i.imgur.com/xQFvj17.png);
}

html.dark #pun-profile #profile8 input[type=text],
html.dark #pun-profile #profile9 input[type=text] {
  width: 100%;
}

html.dark #pun-profile #profile10.container tr {
  align-items: center;
  padding: 10px 15px;
}

html.dark #pun-profile #profile10.container tr::before {
  display: block;
}

html.dark #pun-profile #profile10.container td {
  padding: 0;
}

html.dark #pun-profile #profile10 .adfs-box {
  margin-left: 150px;
}

html.dark #pun-profile #profile10 .adfs-box #update_comments {
  margin-right: 10px !important;
  padding: 0 10px;
}

html.dark #pun-profile #profile10 .adfs-box #del_file {
  margin-right: 5px !important;
  padding: 0 10px;
}

html.dark #pun-profile #profile10 #uploaded-count-block,
html.dark #pun-profile #profile10 .pagelink {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.dark #pun-profile #profile10 .tc2,
html.dark #pun-profile #profile10 .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

html.dark #pun-profile #profile10 .tc2::before,
html.dark #pun-profile #profile10 .tc3::before {
  display: none;
}

html.dark #pun-messages form {
  margin-left: 150px;
}

html.dark #pun-messages fieldset {
  margin-bottom: 15px;
  padding: 40px 20px 20px;
}

html.dark #pun-messages .formsubmit {
  margin-left: 150px;
}

html.dark #pun-messages fieldset form {
  margin-left: 0;
}

html.dark #pun-messages fieldset form input[type=text] {
  width: 100%;
}

html.dark #pun-messages .button.preview {
  margin-left: 10px;
}

html.dark #pun-messages .inp2 {
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

html.dark #pun-messages .inp2 label {
  flex-grow: 1;
}

html.dark #pun-messages .container tr {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

html.dark #pun-messages .tc2,
html.dark #pun-messages .tc3 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  font-size: inherit;
  text-transform: none;
}

html.dark #pun-messages .tc2::before,
html.dark #pun-messages .tc3::before {
  display: none;
}

html.dark #pun-messages tr.icon {
  background: none;
  mix-blend-mode: normal;
  height: auto;
}

html.dark #pun-messages .container .intd {
  align-items: center;
}

html.dark #pun-messages .pmtcl1 {
  width: 50% !important;
}

html.dark #pun-messages .pmtcl1 .tclcon {
  z-index: 1;
}

html.dark #pun-messages .pmtc22 {
  -js-display: flex;
  display: flex;
  align-items: center;
  width: 30% !important;
  padding: 0;
  z-index: 1;
}

html.dark #pun-messages .pmtc33 {
  width: 15% !important;
  padding: 0;
  z-index: 1;
}

html.dark #pun-messages .pmtc24 {
  width: 5% !important;
}

html.dark #pun-messages .linksb {
  margin-bottom: 5px;
}

html.dark #pun-messages .fs-box {
  margin-top: 10px;
}

html.dark #pun-messages .post {
  margin-bottom: 0;
}

html.dark #pun-messages .post .container {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: unset;
}

html.dark #pun-messages h3 {
  left: 178px;
  width: calc(100% - 216px);
}

html.dark #pun-messages .post-author {
  background: rgba(194, 176, 152, 0.3);
  width: 155px;
}

html.dark #pun-messages .post-body {
  width: calc(100% - 163px);
}

html.dark #pun-messages .post-body::after {
  display: none;
}

html.dark #pun-messages .post-author ul {
  padding-bottom: 20px;
  justify-content: flex-end;
}

html.dark #pun-messages .pa-author,
html.dark #pun-messages .pa-title {
  js-display: flex;
  display: flex;
  justify-content: flex-end;
}

html.dark #pun-messages .pa-author a,
html.dark #pun-messages .pa-title {
  background: #c9bcab;
}

html.dark #pun-messages .pa-posts {
  position: relative;
  display: inline-block;
  width: auto;
  background: #cdc0ae;
  font-size: 90%;
  color: #564c47;
  padding: 0 2px;
  margin: 10px auto 0;
  z-index: 1;
}

html.dark #pun-messages .pa-posts .fld-name {
  display: inline-block !important;
}

html.dark #pun-messages .post-links ul {
  justify-content: flex-start;
}

html.dark #pun-messages .post-links ul .pl-email {
  flex-grow: 1;
}

html.dark #pun-messages .post-links ul li:nth-last-child(2) {
  padding-right: 10px;
}

html.dark #pun-messages .post-links ul li:last-child {
  padding-right: 0;
}

html.dark #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;
}

html.dark #pun-messages legend strong {
  order: 1;
}

html.dark #pun-messages legend small {
  order: 2;
  text-align: right;
  padding-right: 45px !important;
}

html.dark #pun-messages .pa-title {
  margin: 4px 0 8px;
}

html.dark #pun-messages #form-buttons #button-image b p {
  right: -3px;
}

html.dark #pun-modviewforum .modmenu strong {
  flex-grow: 1;
}

html.dark #pun-multimove h2 {
  display: none;
}

html.dark #afterMove #pun-main .container {
    display: block !important;
}

html.dark 
#pun-multimove #PMove_2 {
  width: 99%;
  margin-top: 10px;
}

html.dark #pun-multimove #PMove_2 thead {
  width: 100%;
}
html.dark #pun-multimove #PMove_2 tbody tr {
  width: 99% !important;
}

html.dark #pun-multimove #PMove_2 .tcl {
  width: 90% !important;
}

html.dark #pun-multimove #PMove_2 .tc2 {
  position: relative;
  top: auto;
  right: auto;
  width: 10% !important;
  text-align: right;
  padding: 0 !important;
}

html.dark #pun-multimove #PMove_2 td,
html.dark #pun-multimove #PMove_2 th {
  position: inherit;
  z-index: 1;
}

html.dark #pun-multimove #PMove_2 .tc2::before {
  display: none;
}

html.dark #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;
}

html.dark #pun-multimove h3 {
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0 0 0 8px;
}

html.dark #pun-multimove .post-links {
  position: inherit;
  bottom: 0;
}

html.dark #pun-multimove .post-links ul {
  justify-content: flex-start;
  padding-left: 8px;
}

html.dark #pun-multimove .post-author ul {
  padding-bottom: 42px;
}

html.dark #pun-multimove label {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
html.dark #pun-multimove fieldset legend {
  top: 8px
}

html.dark #pun-viewtopic #poll-special {
  margin-bottom: 25px;
}

html.dark #pun-viewtopic #poll-special .flowers {
  display: none;
}

html.dark #pun-viewtopic #poll-special table {
  width: 80%;
}

html.dark #pun-viewtopic #poll-special table tr {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
}

html.dark #pun-viewtopic #poll-special table tr::before {
  border-radius: 5px;
}

html.dark #pun-viewtopic #poll-special table tr.question {
  background-color: transparent;
  justify-content: center;
  border: none;
  box-shadow: none;
}

html.dark #pun-viewtopic #poll-special table td:first-child {
  width: 50%;
}

html.dark #pun-viewtopic #poll-special table td.tar {
  width: 3%;
}

html.dark #pun-viewtopic #poll-special table td.tac {
  width: 100%;
}

html.dark #pun-viewtopic #poll-special table td.tac strong {
  font-family: "Caveat", cursive;
  font-size: 21px;
  font-weight: 400;
}

html.dark #pun-viewtopic #poll-special table td:nth-child(2) {
  width: 35%;
}

html.dark #pun-viewtopic #poll-special table td:nth-child(2):last-child {
  width: 95%;
}

html.dark #pun-viewtopic #poll-special input[type=submit] {
  background: url("https://i.imgur.com/CVIp0MJ.png");
  background-size: cover;
  background-position: center;
  border: 1px solid #14161e;
  outline: 2px solid #373636;
  box-shadow: inset 0 0 0 1px #42658f, 0 0 0 3px #464646;
  padding: 0 12px;
  margin-right: 10px !important;
}

html.dark #pun-viewtopic #poll-special h1 {
  margin: 8px 0 0 !important;
}

html.dark #pun-viewtopic #poll-special h1::before {
  display: none;
}

html.dark #pun-viewtopic #poll-special h1::after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #6c535f;
  border-radius: 2px;
}

html.dark #pun-viewtopic #poll-special p {
  margin-top: 5px;
}

html.dark #pun-viewtopic #poll-special input[type=submit]:last-child {
  margin-right: 0 !important;
}

html.dark #pun-blogs #form-buttons #button-image b p {
  right: -5px;
}

html.dark #pun-blogs input[type=text] {
  width: 100%;
}

html.dark #pun-blogs input#users_list {
  height: 45px !important;
}

html.dark #pun-blogs fieldset {
  margin-bottom: 5px;
  padding: 30px 20px 20px 20px;
}

html.dark #pun-blogs fieldset legend {
  width: 89.5%;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

html.dark #BlogTable dd {
  margin-right: 0;
}

html.dark #BlogTable h2 {
  display: none;
}

html.dark #BlogTable .post-body {
  width: 100%;
  padding: 20px 20px 50px;
}

html.dark #BlogTable h3:empty {
  display: none;
}

html.dark .viewblog #BlogTable .left_cnt {
  padding-top: 65px !important;
}

html.dark #BlogTable .left_cnt h1 {
  position: absolute !important;
  right: 0;
  top: -17px;
  width: 100%;
  -js-display: flex;
  display: flex !important;
  justify-content: space-between;
}

html.dark #BlogTable .left_cnt h1 span {
  order: 2;
}

html.dark #BlogTable .left_cnt h1 span.send-date {
  order: 1;
}

html.dark .viewblog #BlogTable .right_cnt {
  padding-top: 56px !important;
  padding-left: 0 !important;
}

html.dark .viewblog #BlogTable .right_cnt {
  width: 222px;
}

html.dark .viewblog #BlogTable .right_cnt .author.container {
  padding: .6em 0 .8em 8px !important;
}

html.dark .punbb #BlogTable .right_cnt h1 {
  display: none !important;
}

html.dark .viewblog #BlogTable .right_cnt .pa-author a,
html.dark .viewblog #BlogTable .right_cnt .pa-title,
html.dark .viewblog #BlogTable .right_cnt .pa-fld5 p span {
  background: #cac2b4;
}

html.dark #BlogTable .right_cnt .author .pa-avatar {
  border: none;
  margin-bottom: 0;
}

html.dark #BlogTable .right_cnt .author .pa-title {
  padding-bottom: 2px !important;
  margin-bottom: 6px;
  border-bottom: none !important;
}

html.dark #BlogTable .pst-links {
  position: absolute;
  border: none;
  box-shadow: none;
  justify-content: center;
}

html.dark #BlogTable .pst-links::before {
  display: none;
}

html.dark #BlogTable .pst-links li {
  width: auto;
}

html.dark #BlogTable .pst-links .profile {
  margin-left: 0;
}

html.dark #BlogTable .pst-links .email {
  margin-right: 0;
}

html.dark #BlogTable .post-links ul {
  padding-right: 20px;
}

html.dark #BlogTable .post-links ul .pl-quote {
  padding-left: 10px;
  padding-right: 0;
}

html.dark #viewcomments .post .container {
  flex-wrap: nowrap;
}

html.dark #viewcomments .post-author {
  position: relative;
  top: 1px;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 85px;
  margin-top: 0 !important;
}

html.dark #viewcomments .post-body {
  width: calc(100% - 92px);
  padding: 30px 20px 50px;
}

html.dark #viewcomments .pa-avatar {
  width: 60px;
}

html.dark #viewcomments .pa-avatar img {
  max-height: initial !important;
}

html.dark #viewcomments .post-author::before {
  height: 21px;
  background-size: contain;
}

html.dark #viewcomments .post-author::after {
  height: 18px;
  background-size: contain;
}

html.dark #viewcomments .post-author ul {
  justify-content: center;
}

html.dark #viewcomments .post-author ul::before {
  background-size: contain;
}

html.dark #viewcomments .preview_author {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
}

html.dark #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;
}

html.dark #viewcomments .pa-author {
  margin-top: 0 !important;
  justify-content: center;
}

html.dark #viewcomments .pa-author a {
  font-size: 80%;
  background: none;
}

html.dark #viewcomments .pa-author::before {
  display: none;
}

html.dark #viewcomments .pa-avatar::before,
html.dark #viewcomments .pa-avatar::after {
  width: 23px;
  height: 17px;
  background-size: contain;
}

html.dark #viewcomments .pa-avatar::before {
  top: -10px;
  right: -10px;
}

html.dark #viewcomments .pa-avatar::after {
  bottom: -4px;
  left: -4px;
}

html.dark #viewcomments {
  position: relative;
  margin-top: 72px;
}

html.dark #viewcomments .flowers::after {
  display: none;
}

html.dark #viewcomments h3 {
  top: 65px;
  left: 91px;
  width: calc(100% - 100px);
}

html.dark #pun-blogs #post {
  margin-top: 15px !important;
}

html.dark #pun-blogs #post .areafield .input > span::before {
  right: 0;
}

html.dark #pun-blogs.viewblog .flowers {
  display: none;
}

html.dark #pun-blogs .left_cnt {
  width: 185px;
}

html.dark #pun-blogs .left_cnt h1 {
  display: none !important;
}

html.dark #pun-blogs .left_cnt ul {
  padding: 0 0 20px;
}

html.dark #pun-blogs.viewblog .left_cnt ul {
  padding: 0 20px 0;
}

html.dark #pun-blogs.viewblog .left_cnt .post-author ul {
  padding: 15px 5px 20px;
}

html.dark #pun-blogs.viewblog .left_cnt {
  width: 100%;
}

html.dark #pun-blogs.viewblog .left_cnt .flowers {
  display: block;
}

html.dark #pun-blogs.viewblog .left_cnt h1 {
  display: flex !important;
}

html.dark #pun-blogs .post.blog-entry .container {
  position: relative;
  border-width: 0 !important;
  padding: 20px 45px 20px 20px;
}

html.dark #pun-blogs .post.blog-entry .container::before,
html.dark #pun-blogs .blog-entry .post-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 185, 166, .3);
  mix-blend-mode: multiply;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark #pun-blogs .post.blog-entry .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece3d5;
  background: linear-gradient(90deg, rgba(216, 206, 194, .5) 0%, rgba(216, 206, 194, .5) 76%, rgba(216, 206, 194, 0) 100%);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark #pun-blogs .blog-entry .post-content::before {
  border-radius: 3px;
  background-color: rgba(182, 178, 175, 0.8);
  mix-blend-mode: color-burn;
}

html.dark #pun-blogs .blog-entry .post-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #c9beac;
  background: linear-gradient(0deg, #c9beac 21%, rgba(212, 201, 181, 0) 100%);
  border-radius: 0 0 3px 3px;
  z-index: 1;
}

html.dark #pun-blogs .post.blog-entry .container .blogname {
  width: 100%;
  z-index: 1;
}

html.dark #pun-blogs .post.blog-entry .container .Name {
  text-transform: uppercase;
}

html.dark #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;
}

html.dark #pun-blogs .post.blog-entry .container .post_author {
  font-family: "Caveat", cursive;
  font-size: 18px;
}

html.dark #pun-blogs .blog-entry {
  margin-bottom: 25px !important;
}

html.dark #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;
}

html.dark #pun-blogs .blog-entry .post-content p:empty {
  display: none;
}

html.dark #pun-blogs .blog-entry .post-content p:nth-child(2) {
  margin-top: 0;
}

html.dark #pun-blogs .blog-entry .post-content p:nth-last-child(2) {
  margin-bottom: 0;
}

html.dark #pun-blogs .forum ~ .linksb {
  margin-top: 10px;
}

html.dark #topic_t65 .topicpost .post-author,
html.dark #topic_t65 .topicpost .post-sig,
html.dark #topic_t65 .topicpost .pl-email,
html.dark #topic_t28 .topicpost .post-author,
html.dark #topic_t28 .topicpost .post-sig,
html.dark #topic_t28 .topicpost .pl-email,
html.dark #topic_t69 .topicpost .post-author,
html.dark #topic_t69 .topicpost .post-sig,
html.dark #topic_t69 .topicpost .pl-email,
html.dark #topic_t705 .topicpost .post-author,
html.dark #topic_t705 .topicpost .post-sig,
html.dark #topic_t705 .topicpost .pl-email,
html.dark #topic_t20 .topicpost .post-author,
html.dark #topic_t20 .topicpost .post-sig,
html.dark #topic_t20 .topicpost .pl-email,
html.dark #topic_t21 .topicpost .post-author,
html.dark #topic_t21 .topicpost .post-sig,
html.dark #topic_t21 .topicpost .pl-email {
  display: none;
}

html.dark #topic_t65 .topicpost .post-body,
html.dark #topic_t28 .topicpost .post-body,
html.dark #topic_t69 .topicpost .post-body,
html.dark #topic_t705 .topicpost .post-body,
html.dark #topic_t20 .topicpost .post-body,
html.dark #topic_t21 .topicpost .post-body {
  width: 100%;
}

html.dark #topic_t65 .topicpost h3,
html.dark #topic_t28 .topicpost h3,
html.dark #topic_t69 .topicpost h3,
html.dark #topic_t705 .topicpost h3,
html.dark #topic_t20 .topicpost h3,
html.dark #topic_t21 .topicpost h3 {
  left: 18px;
  width: calc(100% - 53px);
}

html.dark #topic_t65 .topicpost .post-body,
html.dark #topic_t28 .topicpost .post-body,
html.dark #topic_t69 .topicpost .post-body,
html.dark #topic_t705 .topicpost .post-body,
html.dark #topic_t20 .topicpost .post-body,
html.dark #topic_t21 .topicpost .post-body {
  padding: 35px 22px 50px;
}

html.dark #topic_t65 .post-links ul,
html.dark #topic_t28 .topicpost .post-links ul,
html.dark #topic_t69 .topicpost .post-links ul,
html.dark #topic_t705 .topicpost .post-links ul,
html.dark #topic_t20 .topicpost .post-links ul,
html.dark #topic_t21 .topicpost .post-links ul {
  padding-right: 25px;
}

html.dark #topic_t65 .topicpost table p {
  margin: 0;
}

html.dark .first_post_img {
  position: relative;
  display: inline-block;
  z-index: 1;
}

html.dark .first_post_img::before,
html.dark .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;
}

html.dark .first_post_img::before {
  top: -3px;
  right: -7px;
  background-image: url(https://i.imgur.com/cpZydBu.png);
}

html.dark .first_post_img::after {
  bottom: 1px;
  left: -8px;
  background-image: url(https://i.imgur.com/xQFvj17.png);
}

html.dark #topic_t65 .topicpost ul {
  margin-top: 0 !important;
}

html.dark #topic_t28 .topicpost .quote-box p a,
html.dark #topic_t69 .topicpost .quote-box p a,
html.dark #topic_t65 .topicpost .spoiler-box p:first-child,
html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) p:first-child,
html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child a,
html.dark #topic_t27 .topicpost .quote-box p a,
html.dark #topic_t22 .topicpost .quote-box .quote-box p:first-child {
  color: #914e3a;
  font-family: "Caveat", cursive;
  font-size: 20px;
}

html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child a:hover {
  color: #6c535f;
}

html.dark #topic_t28 .topicpost .quote-box p:first-child,
html.dark #topic_t69 .topicpost .quote-box p:first-child,
html.dark #topic_t65 .topicpost .spoiler-box p:first-child,
html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) p:first-child,
html.dark #topic_t22 .topicpost .quote-box .quote-box p:first-child {
  margin-bottom: 10px;
}

html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child {
  margin-bottom: 0;
  margin-top: 0;
}

html.dark #topic_t65 .topicpost .spoiler-box p:first-child,
html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) p:first-child,
html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) p:first-child a,
html.dark #topic_t22 .topicpost .quote-box .quote-box p:first-child {
  text-shadow: 1px 1px 0 rgba(248, 236, 222, 0.4);
}

html.dark #topic_t65 .topicpost .spoiler-box .quote-box p:first-child {
  color: #6a5143;
  text-shadow: none;
}

html.dark #topic_t28 .topicpost .quote-box p a:hover,
html.dark #topic_t69 .topicpost .quote-box p a:hover,
html.dark #topic_t27 .topicpost .quote-box p a:hover {
  color: #805a44;
}

html.dark #topic_t28 .topicpost .quote-box li p a,
html.dark #topic_t69 .topicpost .quote-box li p a {
  color: #805a44;
}

html.dark #topic_t28 .topicpost .quote-box li p a:hover,
html.dark #topic_t69 .topicpost .quote-box li p a:hover {
  color: #6c535f;
}

html.dark #topic_t28 blockquote blockquote::before {
  bottom: -47px;
}

html.dark #topic_t28 .quote-box .quote-box {
  margin-top: 0;
  margin-bottom: 6px;
}

html.dark #topic_t69 .post-content,
html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) .visible,
html.dark #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;
}

html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) .visible .quote-box blockquote,
html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) .visible .quote-box blockquote {
  display: block;
}

html.dark #topic_t69 .post-content p {
  width: 100%;
}

html.dark #topic_t69 .post-content .spoiler-box {
  width: 49%;
}

html.dark #topic_t69 .quote-box .quote-box::before,
html.dark #topic_t20 .post.topicpost .spoiler-box .quote-box::before,
html.dark #topic_t21 .post.topicpost .spoiler-box .quote-box::before,
html.dark #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;
}

html.dark #topic_t69 .quote-box .quote-box:hover::before,
html.dark #topic_t20 .post.topicpost .spoiler-box .quote-box:hover::before,
html.dark #topic_t21 .post.topicpost .spoiler-box .quote-box:hover::before,
html.dark #topic_t28 .post.topicpost .quote-box .quote-box:hover::before {
  background-color: rgba(239, 233, 220, 0.25);
}

html.dark #topic_t69 .quote-box:nth-child(odd) {
  margin-bottom: 5px;
}

html.dark #topic_t69 .quote-box:nth-child(odd) p {
  margin-bottom: 0;
}

html.dark #topic_t69 .quote-box:nth-child(odd) p:first-child {
  margin-bottom: 0;
}

html.dark #topic_t69 .quote-box .quote-box:nth-child(odd) p:first-child {
  margin-bottom: 10px;
}

html.dark #topic_t69 .quote-box .quote-box:nth-child(odd) li p:first-child {
  margin-bottom: 0;
}

html.dark #topic_t69 .quote-box:nth-child(even) {
  margin-top: 0;
}

html.dark #topic_t69 .quote-box:nth-child(odd) .quote-box {
  margin-bottom: 1em;
}

html.dark #topic_t69 .quote-box:nth-child(even) .quote-box {
  margin-top: 0;
  margin-bottom: 6px;
}

html.dark #topic_t69 .quote-box .quote-box:first-child {
  margin-top: 0;
}

html.dark #topic_t69 .quote-box .quote-box:last-child {
  margin-bottom: 0;
}

html.dark #topic_t69 .quote-box .quote-box ul {
  margin-bottom: 0 !important;
}

html.dark #topic_t69 .quote-box:nth-child(odd) blockquote::before,
html.dark #topic_t69 .quote-box:nth-child(even)::after {
  display: none;
}

html.dark #topic_t69 .quote-box:nth-child(odd) .quote-box blockquote::before,
html.dark #topic_t69 .quote-box:nth-child(even) .quote-box::after {
  display: block;
}

html.dark .cnt-part #form-buttons td:nth-last-child(6) {
  display: none;
}

html.dark #topic_t705 .cnt-part tr {
  box-sizing: border-box;
}

html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) tr {
  margin-top: 0;
  margin-bottom: 1px !important;
  justify-content: space-between;
}

html.dark #topic_t705 .cnt-part tr::before {
  display: none;
}

html.dark #topic_t705 .cnt-part tr td:first-child {
  font-family: 'Caveat', cursive;
  font-size: 20px;
}

html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) td:first-child {
  width: 21% !important;
}

html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) td:last-child {
  width: 79% !important;
}

html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) td {
  padding: 15px !important;
}

html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td {
  padding: 0 !important;
}

html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:first-child,
html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:last-child {
  width: 35px !important;
}

html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:nth-last-child(7),
html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) #form-buttons td:nth-last-child(1) {
  display: none;
}


html.dark #topic_t705 .cnt-part .quote-box table:nth-child(3) td::before {
  display: block;
}

html.dark #topic_t705 .cnt-part tr td:first-child {
  font-family: "Caveat", cursive;
  font-size: 20px;
}

html.dark #topic_t705 .cnt-part textarea,
html.dark #topic_t705 .cnt-part input[type=text] {
  width: 100%;
  max-width: 100%;
}

html.dark #topic_t705 .cnt-part .formsubmit {
  text-align: center;
}

html.dark #topic_t705 .cnt-part hr {
  margin-bottom: 0;
}

html.dark #topic_t705 .cnt-part expl {
  display: block;
  margin-top: 10px;
}

html.dark #topic_t705 .cnt-part .quote-box .quote-box:first-child p:last-child,
html.dark #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;
}

html.dark #topic_t705 .cnt-part #form-buttons {
  margin-top: 0;
}

html.dark #topic_t705 .cnt-part .quote-box:nth-child(6) textarea,
html.dark #topic_t705 .cnt-part .quote-box:nth-child(7) textarea {
  min-height: 220px;
}

html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) .visible,
html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) .visible {
  align-items: stretch;
}

html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) blockquote .quote-box,
html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) blockquote .quote-box {
  width: 49%;
  margin-bottom: 0;
}

html.dark #topic_t28 .topicpost .quote-box li p a,
html.dark #topic_t69 .topicpost .quote-box li p a,
html.dark #topic_t65 .topicpost .spoiler-box li p:first-child,
html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) li p:first-child,
html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) li p:first-child {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

html.dark #topic_t28 .topicpost .quote-box li p:first-child,
html.dark #topic_t69 .topicpost .quote-box li p:first-child,
html.dark #topic_t65 .topicpost .spoiler-box li p:first-child,
html.dark #topic_t20 .topicpost .spoiler-box:nth-last-child(2) li p:first-child,
html.dark #topic_t21 .topicpost .spoiler-box:nth-last-child(1) li p:first-child {
  margin-bottom: 0;
}

html.dark #topic_t27 .topicpost p:nth-child(2) {
  font-family: "Caveat", cursive;
  font-size: 20px;
}

html.dark #topic_t27 .topicpost .quote-box:nth-child(4) .quote-box {
  margin: 0;
}

html.dark #topic_t27 .topicpost .quote-box:nth-child(4) .quote-box p {
  margin-bottom: 10px;
}

html.dark #topic_t27 .topicpost .quote-box:nth-child(4) .quote-box ul {
  margin: 0 !important;
}

html.dark #topic_t27 .topicpost .quote-box:nth-child(4) .quote-box li p {
  margin-bottom: 1em;
}

html.dark #topic_t27 .topicpost .quote-box:nth-child(4) .quote-box li p:last-child {
  margin-bottom: 0;
}

html.dark #topic_t22 .topicpost .quote-box .quote-box li p:first-child {
  font-size: 90%;
}


/* Logout */


html.dark #pun-navlinks a:not(.NextShow) + span.odd {
  display: none !important;
}

html.dark #pun-navlinks span.odd #form-login {
  position: absolute;

  top: 15px;
  right: 0;

  width: 470px;
  background-color: #cdc2b5;
  background-image: url(https://i.imgur.com/2y2Iurq.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;
}

html.dark #pun-navlinks.fixed span.odd #form-login {
  top: 35px;
}

html.dark #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;
}

html.dark #pun-navlinks.fixed #form-login #List-UserNames ul {
  padding-top: 0;
  width: 100%;
}

html.dark #form-login #List-UserNames ul {
  padding-right: 0;
  text-align: left;
}

html.dark #pun-navlinks.fixed #form-login #List-UserNames {
  padding: 5px 10px 0 0;
}

html.dark #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;;
}

html.dark #form-login #List-UserNames span:nth-child(2) span {
  width: 50%;
}

html.dark #form-login #List-UserNames span:nth-child(2) span.a1-paste {
  display: initial;
  text-align: right;
  margin-top: 0;
}

html.dark #form-login #List-UserNames span:nth-child(2) input {
  width: 100%;
}

html.dark #form-login #List-UserNames li {
  width: 100%;
  font-size: 12px;

  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 3px;
}

html.dark #form-login #List-UserNames li b {
  display: inline-block;
  width: 130px;
  text-shadow: 1px 1px 0 #dad5ce;

  -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.dark #form-login #List-UserNames li b:hover,
html.dark #form-login #List-UserNames li .close:hover::before {
  color: #6c535f;
  cursor: pointer;
}

html.dark #form-login #List-UserNames li .close {
  position: relative;
  display: inline-block;
  width: 8px;
  color: transparent;

  margin-top: 0;
}

html.dark #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: #805a44;

  -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.dark #form-login .Rega,
html.dark #form-login .Forgot {
  font-size: 10px;
  text-shadow: 1px 1px 0 #dad5ce;
  color: #805a44;
}

html.dark #form-login .Rega:hover,
html.dark #form-login .Forgot:hover {
  color: #6c535f;
}

html.dark #form-login span:nth-child(2),
html.dark #form-login div:nth-child(3) {
  font-size: 10px;
}

html.dark #form-login span:nth-child(2) {
  font-weight: 700;
  margin-bottom: 10px;
}

html.dark #form-login li span:nth-child(2) {
  font-weight: 500;
  margin-bottom: 0;
}

html.dark #form-login span:nth-child(2),
html.dark #form-login div:nth-child(3),
html.dark #form-login .button,
html.dark #form-login .Rega,
html.dark #form-login .Forgot {
  float: right;

  padding-left: 5px;
  box-sizing: border-box;
  margin-right: 0;
}

html.dark #form-login span:nth-child(2),
html.dark #form-login div:nth-child(3),
html.dark #form-login .Rega,
html.dark #form-login .Forgot {
  width: 220px;
}

html.dark #form-login .Rega {
  margin-top: 10px;
}

html.dark #form-login .button {
  width: 215px;
  margin-top: 5px !important;
}

html.dark #form-login div:nth-child(3) input {
  width: 100%;
  box-sizing: border-box;
  margin: 3px 0 5px;
}

html.dark #form-login div:nth-child(3) span {
  font-size: 10px;
}

html.dark #form-login div:nth-child(3) .inputfield {
  margin: 0;
}

html.dark #pun-navlinks #New-exit img {
  position: absolute;
  top: 32px;
  right: 128px;

  width: 50px;
  height: auto;
  background: rgb(216 211 200);
  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);
}

html.dark #pun-navlinks.fixed #New-exit img {
  top: 56px;
  right: 182px;
}

html.dark #pun-navlinks #New-exit img:hover {
  background: #b4a3a6;
}

html.dark #form-login p {
  position: initial;
}


html.dark ::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

html.dark ::-webkit-scrollbar-track {
  background-color: #825a42;
}

html.dark ::-webkit-scrollbar-thumb {
  background-color: #8a6f6f;
  border-radius: 10px;
}

html.dark ::-webkit-scrollbar-thumb:active {
  background: #d0c1ab;
}

html.dark ::selection {
  background: #6c535f;
  color: #e0d2b6;
}

html.dark ::-moz-selection {
  background: #6c535f;
  color: #e0d2b6;
}

html.dark body {
  width: 100%;
  font-size: 13px;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  color: #6a5143;
  background-color: black;
}

html.dark #styleSwitch {
  justify-content: flex-start;
}

html.dark .inputfield {
  position: relative;
  z-index: 1;
}

html.dark #styleSwitch li {
  line-height: 39px;
}

html.dark #styleSwitch li#dark {
  margin-left: 5px;
}

html.dark p {
  position: relative;
  z-index: 1;
}

html.dark td {
  border: none;
}

html.dark a {
  color: #805a44;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 1px 1px 0 #dad5ce;
  -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.dark a:hover {
  color: #6c535f;
}

html.dark .avatar-image {
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.3), inset 1px -1px 1px #dcd6cc;
  -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.dark hr {
  display: block;
  width: 100%;
  height: 25px !important;
  background: url(https://i.imgur.com/yyGdaue.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  opacity: 0.4 !important;
}

html.dark #floatbut {
  min-width: 32px;
}

html.dark .post-content em {
  font-style: normal;
  text-decoration: underline;
}

html.dark .isonline {
  background: #936d82 !important;
  animation: pulse 0.9s linear infinite !important;
  -moz-animation: pulse 0.9s linear infinite !important;
  -webkit-animation: pulse 1s linear infinite !important;
}

html.dark table {
  position: inherit;
  width: 100%;
}

html.dark .section,
html.dark .formal {
  position: inherit;
}

html.dark .byuser {
  font-style: italic;
}

html.dark #form-buttons tr {
  display: table-row !important;
  padding: 0;
}

html.dark #form-buttons {
  position: relative;
  margin-top: 15px;
  z-index: 1;
}

html.dark #post-preview {
  margin-bottom: 15px;
}

html.dark #post-preview .fs-box {
  width: 625px;
  font-size: 14px;
  margin: 0 auto;
}

html.dark #post-preview .post-box {
  text-align: justify;
}

html.dark .flexbox {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

html.dark del {
  filter: blur(1px);
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

html.dark del:hover,
html.dark del:focus,
html.dark del:active {
  filter: none;
  color: #6c535f;
}

html.dark #plng {
  font-size: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

html.dark .post-content ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 1em 0 !important;
}

html.dark .post-content .quote-box ul {
  margin-top: 0 !important;
}

html.dark .post-content .quote-box ul {
  margin-bottom: 0 !important;
}

html.dark .post-content ul li {
  position: relative;
  list-style: none !important;
  margin-bottom: 10px !important;
  padding-left: 18px;
}

html.dark .post-content ul li p:first-child {
  margin-top: 0;
}

html.dark .post-content ul li p:last-child {
  margin-bottom: 0;
}

html.dark .post-content ul li:last-child {
  margin-bottom: 0 !important;
}

html.dark .post-content ul li::before {
  position: absolute;
  content: "\f292";
  top: 0;
  left: 0;
  font-size: 13px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  z-index: 1;
}

html.dark button,
html.dark .button,
html.dark #pun-profile #profile8 #sub4,
html.dark input[type=submit],
html.dark #pun-admain .button,
html.dark #pun-profile #profile-left #pa-edit strong,
{
  position: relative;
  display: inline-block;
  font-family: "Caveat", cursive !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-align: center;
  color: #31241c;
  text-shadow: 1px 0 1px rgba(232, 225, 212, 0.3);
  height: 40px;
  background-color: rgba(141, 102, 81, 0.6);
  background-image: url("https://i.imgur.com/4bkTo6W.png");
  background-repeat: repeat;
  background-position: center;
  border: none;
  border-top: 1px solid #614035;
  border-bottom: 1px solid #614035;
  outline: none;
  border-radius: 3px;
  padding: 0 30px;
  margin-right: 0 !important;
  box-shadow: 1px 1px 0 #5b3823, inset 1px 1px 0 rgba(232, 225, 212, 0.45), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
  -webkit-appearance: none;
  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;
  box-sizing: border-box;
  z-index: 1;
}

html.dark #image-area-tcon-computer .button {
  padding: 0 15px;
}

html.dark button:nth-child(1),
html.dark .button:nth-child(1),
html.dark #pun-profile #profile8 #sub4:nth-child(1),
html.dark input[type=submit]:nth-child(1),
html.dark #pun-admain .button:first-child,
html.dark .modmenu .container .button:nth-child(2),
html.dark #image-area-tcon-computer .button,
html.dark #pun-profile #profile-left #pa-edit strong,
html.dark #styleSwitch li.selected {
  background-color: #aa846e;
  background-image: url("https://i.imgur.com/PVr0tFb.png");
  color: #3b2b22;
  box-shadow: 1px 1px 0 rgba(91, 56, 35, 0.95), inset 1px 1px 0 rgba(232, 225, 212, 0.4), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
}

html.dark #styleSwitch li.selected {
  cursor: default;
}

html.dark #styleSwitch li:nth-child(1) {
  background-color: rgba(141, 102, 81, 0.6);
  background-image: url("https://i.imgur.com/4bkTo6W.png");
  color: #31241c;
  box-shadow: 1px 1px 0 #5b3823, inset 1px 1px 0 rgba(232, 225, 212, 0.45), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
}

html.dark #styleSwitch li.selected:nth-child(1) {
  background-color: #aa846e;
  background-image: url("https://i.imgur.com/PVr0tFb.png");
  color: #3b2b22;
  box-shadow: 1px 1px 0 rgba(91, 56, 35, 0.95), inset 1px 1px 0 rgba(232, 225, 212, 0.4), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
}

html.dark button:hover,
html.dark .button:hover,
html.dark #pun-profile #profile8 #sub4:hover,
html.dark input[type=submit]:hover {
  background-color: #aa846e !important;
  background-image: url("https://i.imgur.com/PVr0tFb.png") !important;
  color: #3b2b22;
  box-shadow: 1px 1px 0 rgba(91, 56, 35, 0.95), inset 1px 1px 0 rgba(232, 225, 212, 0.4), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
}

html.dark button:nth-child(1):hover,
html.dark .button:nth-child(1):hover,
html.dark #pun-profile #profile8 #sub4:nth-child(1):hover,
html.dark input[type=submit]:nth-child(1):hover,
html.dark #pun-admain .button:hover,
html.dark .modmenu .container .button:nth-child(2):hover,
html.dark #image-area-tcon-computer .button:hover,
html.dark #pun-profile #profile-left #pa-edit strong:hover {
  background-color: rgba(141, 102, 81, 0.6) !important;
  background-image: url("https://i.imgur.com/4bkTo6W.png") !important;
  color: #a28d71;
  text-shadow: 1px 0 1px #352620;
  box-shadow: 1px 1px 0 #5b3823, inset 1px 1px 0 rgba(232, 225, 212, 0.45), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
}

html.dark #styleSwitch li.selected:hover {
  background-color: #aa846e;
  background-image: url("https://i.imgur.com/PVr0tFb.png");
  color: #3b2b22;
  box-shadow: 1px 1px 0 rgba(91, 56, 35, 0.95), inset 1px 1px 0 rgba(232, 225, 212, 0.4), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
  pointer-events: none;
}

html.dark #styleSwitch li:nth-child(1):hover {
  background-color: #aa846e !important;
  background-image: url("https://i.imgur.com/PVr0tFb.png") !important;
  color: #3b2b22;
  text-shadow: 1px 0 1px rgba(232, 225, 212, 0.3);
  box-shadow: 1px 1px 0 rgba(91, 56, 35, 0.95), inset 1px 1px 0 rgba(232, 225, 212, 0.4), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
}

html.dark #styleSwitch li.selected:nth-child(1):hover {
  background-color: rgba(141, 102, 81, 0.6) !important;
  background-image: url("https://i.imgur.com/4bkTo6W.png") !important;
  color: #a28d71;
  text-shadow: 1px 0 1px #352620;
  box-shadow: 1px 1px 0 #5b3823, inset 1px 1px 0 rgba(232, 225, 212, 0.45), inset 0 -1px 0 rgba(232, 225, 212, 0.3);
}

html.dark fieldset {
  position: relative;
  border-radius: 5px;
  outline: none;
  border: none;
  margin: 0;
  padding: 30px 20px 20px;
}

html.dark fieldset::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(182, 178, 175, 0.8);
  mix-blend-mode: color-burn;
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark fieldset::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece3d5;
  background: linear-gradient(90deg, rgba(216, 206, 194, .5) 0%, rgba(216, 206, 194, .5) 76%, rgba(216, 206, 194, 0) 100%);
  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

html.dark fieldset legend {
  position: absolute;
  top: 18px;
  color: #6a5143;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 15px;
  text-shadow: 1px 1px 1px #ddd3bc;
  padding: 0;
  z-index: 1;
}

html.dark .form_bottom p {
  font-family: "Caveat", cursive;
  font-size: 15px;
}

html.dark label {
  position: relative;
  display: inline-block;
  font-size: 13px;
  text-transform: lowercase;
  margin-bottom: 3px;
  z-index: 1;
}

html.dark .infofield {
  font-style: italic;
  font-size: 90%;
}

html.dark #s-block {
  width: 100%;
  align-items: center;
  justify-content: flex-start !important;
  margin-top: 15px;
}

html.dark #s-block i {
  border: none !important;
  font-size: 18px !important;
  height: 22px !important;
  width: 26px !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.dark #s-block i:hover {
  color: #6c535f;
}

html.dark #s-block i::before {
  margin-top: 0 !important;
}

html.dark textarea,
html.dark input[type=text],
html.dark input[type=password],
html.dark input[type=search],
html.dark input[name=author],
html.dark select {
  position: relative;
  font-size: 13px;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  color: #6a5143;
  width: auto;
  background-color: rgba(222, 210, 194, .5);
  border: 1px solid rgba(214, 206, 197, .7) !important;
  border-right: 1px solid rgba(204, 197, 187, .4) !important;
  border-bottom: none !important;
  outline: none;
  padding: 12px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: inset 0 2px 6px rgba(162, 143, 120, .5), 0 1px 0 rgba(230, 224, 213, .5), inset 0 -1px 0 #d0bda9, inset 1px 0 0 #cebdaa, inset -1px 0 0 #c6b5a3;
  z-index: 1;
}

html.dark input[type=text],
html.dark input[type=password],
html.dark input[name=author],
html.dark input[type=search] {
  border: 1px solid rgba(206, 199, 189, .7) !important;
  border-right: 1px solid rgba(196, 187, 176, .5) !important;
  border-bottom: none !important;
  box-shadow: inset 0 2px 6px rgba(162, 143, 120, .5), 0 1px 0 rgba(222, 213, 203, .5), inset 0 -1px 0 #cebaa5, inset 1px 0 0 #cebdaa, inset -1px 0 0 #c6b5a3;
}

html.dark textarea::-webkit-input-placeholder,
html.dark input::-webkit-input-placeholder {
  color: rgba(113, 86, 71, 0.4);
  -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.dark textarea::-moz-placeholder,
html.dark input::-moz-placeholder {
  color: rgba(113, 86, 71, 0.4);
  -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.dark textarea:-moz-placeholder,
html.dark input:-moz-placeholder {
  color: rgba(113, 86, 71, 0.4);
  -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.dark textarea:-ms-input-placeholder,
html.dark input:-ms-input-placeholder {
  color: rgba(113, 86, 71, 0.4);
  -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.dark textarea:focus::-webkit-input-placeholder,
html.dark input:focus::-webkit-input-placeholder,
html.dark textarea:active::-webkit-input-placeholder,
html.dark input:active::-webkit-input-placeholder {
  color: rgba(113, 86, 71, 0);
}

html.dark textarea:focus::-moz-placeholder,
html.dark input:focus::-moz-placeholder,
html.dark textarea:active::-moz-placeholder,
html.dark input:active::-moz-placeholder {
  color: rgba(113, 86, 71, 0);
}

html.dark textarea:focus:-moz-placeholder,
html.dark input:focus:-moz-placeholder,
html.dark textarea:active:-moz-placeholder,
html.dark input:active:-moz-placeholder {
  color: rgba(113, 86, 71, 0);
}

html.dark textarea:focus:-ms-input-placeholder,
html.dark input:focus:-ms-input-placeholder,
html.dark textarea:active:-ms-input-placeholder,
html.dark input:active:-ms-input-placeholder {
  color: rgba(113, 86, 71, 0);
}

html.dark .radiofield br,
html.dark .checkfield br {
  display: none;
}

html.dark span.radio,
html.dark .checkfield {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

html.dark span.radio label,
html.dark .checkfield label {
  margin-left: 5px;
}

html.dark input[type=radio],
html.dark input[type=checkbox] {
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: rgba(216, 203, 186, .5);
  border: 1px solid #d0c3b1;
  border-radius: 2px;
  outline: none;
  margin: 5px;
  appearance: none;
  box-shadow: 0 0 0 1px #b69f93;
  cursor: pointer;
}

html.dark input[type=checkbox]:checked {
  background-image: url("https://forumstatic.ru/files/001a/be/80/42053.svg");
  background-repeat: no-repeat;
  background-position: center;
}

html.dark input[type=radio] {
  border-radius: 50%;
}

html.dark input[type=radio]:checked {
  background-color: #6c535f;
}

html.dark span.radio label,
html.dark .checkfield label {
  cursor: pointer;
}

html.dark input[type=text],
html.dark input[type=password],
html.dark input[type=search],
html.dark input[name=author],
html.dark select {
  height: 45px !important;
}

html.dark select {
  border-top: 1px solid rgba(236, 227, 217, 0.7) !important;
  box-shadow: 0 1px 3px rgba(184, 157, 117, 0.3), inset 0 1px 0 #fffefd, inset 0 -1px 0 #fffcf5, inset 1px 0 0 white, inset -1px 0 0 white;
  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;
  mix-blend-mode: multiply;
}

html.dark fieldset select {
  border-top: 1px solid rgba(198, 175, 149, .7) !important;
  border-right: 1px solid rgba(192, 177, 160, .7) !important;
  box-shadow: 0 1px 3px rgba(176, 159, 134, .7), inset 0 1px 0 #e2cfbd, inset 0 -1px 0 #d6d1cc, inset 1px 0 0 #e2cbb5, inset -1px 0 0 #e4d3c4;
}

html.dark select:hover {
  color: #6c535f;
}

html.dark blockquote {
  position: inherit;
  margin: 0;
  z-index: 1;
}

html.dark .spoiler-box div {
  position: relative;
  background: none !important;
  padding-left: 25px !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;
  z-index: 1;
}

html.dark .spoiler-box div::before {
  position: absolute;
  content: "\f4d8";
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -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.dark .spoiler-box .quote-box::before,
html.dark .spoiler-box blockquote div::before {
  content: "";
}

html.dark .spoiler-box blockquote div {
  padding-left: 0 !important;
}

html.dark .spoiler-box blockquote .quote-box {
  padding-left: 25px !important;
}

html.dark .spoiler-box div.visible::before {
  content: "\f070";
}

html.dark .spoiler-box div:hover,
html.dark .spoiler-box div.visible,
html.dark .spoiler-box div:hover::before {
  color: #665a54;
}

html.dark .spoiler-box div.visible:hover,
html.dark .spoiler-box div.visible:hover::before {
  color: #6c535f;
}

html.dark .spoiler-box blockquote {
  overflow: hidden !important;
  padding-top: 30px !important;
}

html.dark .spoiler-box blockquote::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 100%;
  background-image: none;
  border-top: 3px dashed #bead96;
  z-index: 0;
  pointer-events: none;
}

html.dark .spoiler-box .quote-box blockquote {
  padding-top: 0 !important;
}

html.dark .spoiler-box .quote-box blockquote::after {
  display: none;
}

html.dark blockquote::before,
html.dark .blockcode::before,
html.dark .quote-box::after,
html.dark .code-box::after,
html.dark .spoiler-box div::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 33px;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: .6;
}

html.dark blockquote::before,
html.dark .spoiler-box div::after {
  bottom: -33px;
  right: -31px;
  background-image: url("https://i.imgur.com/obZVJPx.png");
}

html.dark blockquote::after,
html.dark .quote-box::after,
html.dark .code-box::after {
  top: -6px;
  left: -6px;
  background-image: url("https://i.imgur.com/o63LqOh.png");
  opacity: 0.8;
}

html.dark .blockcode::before {
  bottom: -8px;
  right: -6px;
  background-image: url("https://i.imgur.com/obZVJPx.png");
  opacity: 0.8;
}

html.dark .quote-box,
html.dark .code-box {
  margin: 1em 0;
}

html.dark .quote-box cite,
html.dark .code-box .legend {
  position: relative;
  display: block;
  font-weight: 500;
  color: #805a44;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
  z-index: 11;
}

html.dark .quote-box cite::before,
html.dark .code-box .legend::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: 3px dashed #c0b09b;
  z-index: 0;
  pointer-events: none;
}

html.dark .quote-box cite a,
html.dark .code-box .legend a {
  text-shadow: 1px 1px 0 rgba(248, 236, 222, 0.4);
}

html.dark .quote-box,
html.dark .code-box {
  position: relative;
  color: #724e39;
  border-radius: 3px;
  padding: 25px;
  box-sizing: border-box;
}

html.dark .quote-box::before,
html.dark .code-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(182, 178, 175, 0.8);
  mix-blend-mode: color-burn;
  border-radius: 3px;
  pointer-events: none;
  z-index: 0;
}

html.dark .quote-box .quote-box::before,
html.dark .quote-box .code-box::before {
  background-color: rgba(239, 233, 220, 0.15);
}

html.dark .quote-box p:first-child {
  margin-top: 0;
}

html.dark .quote-box p:last-child {
  margin-bottom: 0;
}

html.dark .code-box pre {
  position: relative;
  font-size: 13px;
  font-family: "Noto Sans Mono", monospace;
  margin: 0;
  padding: 0 10px 10px 0;
  z-index: 1;
}

html.dark .code-box .scrollbox {
  height: auto !important;
  max-height: 150px;
  overflow: auto;
}

html.dark #volume-set {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

html.dark #volSlider,
html.dark #fntSlider {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 9px !important;
  background: #e7dfd3 !important;
  background: linear-gradient(90deg, #c9c1b3 0%, #b6a88e 100%) !important;
  border-radius: 5px !important;
  border: none;
  margin-top: 0 !important;
  margin-left: 1em;
  float: right;
  box-shadow: 1px 1px 0 rgb(220 205 188 / 50%) !important;
}

html.dark #volSlider .before,
html.dark #fntSlider .before {
  height: 9px !important;
  background: #8a6f6f !important;
  border: none !important;
  border-radius: 5px 0 0 5px !important;
  margin-top: 0 !important;
}

html.dark #volSlider .thumb,
html.dark #fntSlider .thumb {
  position: absolute !important;
  display: inline-block;
  top: 0 !important;
  left: 0;
  width: 6px !important;
  height: 9px !important;
  background: #805a44 !important;
  border: none;
  border-radius: 0 !important;
  margin-left: -5px;
  box-shadow: none !important;
  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;
}

html.dark #volSlider .thumb:hover,
html.dark #fntSlider .thumb:hover {
  background: #ede6db !important;
}

html.dark .arrow_top_bottom {
  width: 1100px;
  position: fixed;
  height: 100%;
  margin: 0 auto;
  top: 105px;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

html.dark .arrow_top_bottom .go-up,
html.dark .arrow_top_bottom .go-down {
  position: absolute;
  top: 30%;
  right: 0;
  width: 36px;
  height: 44px;
  pointer-events: all;
  z-index: 99999;
}

html.dark .arrow_top_bottom .go-up::before,
html.dark .arrow_top_bottom .go-down::before {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  text-shadow: 1px 1px 0 #c4b39f;
  -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.dark .arrow_top_bottom .go-up::before {
  content: "\f186";
  font-weight: 900;
}

html.dark .arrow_top_bottom .go-down {
  top: calc(30% + 50px);
}

html.dark .arrow_top_bottom .go-down::before {
  content: "\f186";
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}

html.dark .arrow_top_bottom .go-up:hover,
html.dark .arrow_top_bottom .go-down:hover {
  cursor: pointer;
}

html.dark .arrow_top_bottom .go-up:hover::before,
html.dark .arrow_top_bottom .go-down:hover::before {
  color: #6c535f;
}

html.dark #easyTooltip {
  max-width: 300px;
  background: rgba(108, 83, 95, 0.9);
  color: #d8d2c8;
  font-size: 12px;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif;
  border-radius: 2px;
  padding: 4px 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  opacity: 1;
}

html.dark body .tipsy {
  opacity: 1 !important;
  font-weight: 300;
  font-family: "Fira Sans", sans-serif !important;
}

html.dark body .tipsy a {
  text-shadow: none;
  font-width: 300;
  font-size: 12px;
}

html.dark body .tipsy a::before {
  display: none;
}

html.dark body .tipsy td {
  text-transform: uppercase;
  font-size: 9px;
  color: #d8d2c8;
}

html.dark body .tipsy p {
  line-height: 1;
  text-transform: none;
  font-size: 90%;
  color: #d8d2c8;
}

html.dark body .tipsy p:hover {
  text-decoration: none;
  opacity: 0.8;
}

html.dark body .tipsy-inner {
  background: rgba(108, 83, 95, 0.9);
  color: #d8d2c8;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

html.dark body .tipsy-arrow,
html.dark body .tipsy-s .tipsy-arrow,
html.dark body .tipsy-se .tipsy-arrow {
  border-color: rgba(108, 83, 95, 0.9) transparent rgba(108, 83, 95, 0.9);
}

html.dark body .tipsy-e .tipsy-arrow {
  border-color: transparent rgba(108, 83, 95, 0.9) transparent;
}

html.dark body .tipsy-w .tipsy-arrow {
  border-color: transparent rgba(108, 83, 95, 0.9) transparent;
}

html.dark #tags .container {
  top: 91px !important;
  background-color: #d7cec1;
  background-image: url(https://i.imgur.com/rCXyAmq.png);
  background-position: center;
  border: none;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 0 10px rgba(131, 122, 102, 0.1), 0 0 10px rgba(0, 0, 0, 0.18);
}

html.dark #table-area p {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

html.dark #table-area label {
  margin-bottom: 0;
}

html.dark #table-area table {
  position: relative;
}

html.dark #table-area tr {
  display: table-row;
}

html.dark #form-buttons td {
  width: 35px;
  opacity: 0.8;
  -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.dark #form-buttons td:hover {
  opacity: 1;
}

html.dark #image-area-tcon-computer tr {
  align-items: flex-start;
  padding: 0;
}

html.dark #image-area-tcon-computer tr::before {
  display: none;
}

html.dark #image-area-tcon-computer::after {
  outline: 2px dashed #dac7ad !important;
}

html.dark #image-area-tcon-computer::before {
  color: #bfa78f !important;
}

html.dark #image-area-tcon-computer #imageupload-left {
  width: 175px;
}

html.dark #image-area-tcon-computer #imageupload-right {
  width: calc(100% - 175px);
}

html.dark #image-area-tcon-computer img {
  display: inline-block;
  object-fit: cover;
}

html.dark #float {
  position: absolute;
  display: none;
  top: -12%;
  left: 31.5%;
  width: auto;
  background-color: #d7cec1;
  background-image: url(https://i.imgur.com/rCXyAmq.png);
  background-position: center;
  border: 1px solid #d1c8b9;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 0 10px rgba(131, 122, 102, 0.1), 0 0 10px rgba(0, 0, 0, 0.18);
  z-index: 10;
}

html.dark .vibor {
  opacity: 0.7;
  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;
}

html.dark .vibor:hover {
  opacity: 1;
}

html.dark .divider,
html.dark .section h2,
html.dark .title-logo,
html.dark #pun-main h1,
html.dark .crumbs strong:first-child,
html.dark .acchide,
html.dark .forum h2,
html.dark #pun-viewforum thead,
html.dark .stickytext,
html.dark .closedatafield,
html.dark .container tr .tcr br,
html.dark #pun-userlist h2,
html.dark #pun-viewtopic h2,
html.dark #pun-live-rusff,
html.dark ul li.pa-ua,
html.dark .pa-author img,
html.dark .pa-gifts,
html.dark .pa-awards,
html.dark .pl-reports,
html.dark .sharelink,
html.dark #navawards,
html.dark #profile-gifts,
html.dark .profile-item-awards,
html.dark .pa-reg,
html.dark .polltext,
html.dark .post-author .fld-name,
html.dark .lastedit,
html.dark .post-sig dt,
html.dark #button-smile,
html.dark #button-files_rusff,
html.dark #button-graffiti_rusff,
html.dark #profilenav li.item9,
html.dark li#pa-awards,
html.dark li#pa-gifts,
html.dark #pun-ulinks ul li.item9,
html.dark #profilenav li.item12,
html.dark #pun-ulinks ul li.item5,
html.dark .pl-share {
  display: none !important;
}

html.dark #pun-admain {
  overflow: hidden;
  padding-left: 0 !important;
}

html.dark #pun-admain #pun-adnav {
  margin-left: 0 !important;
  margin-top: 22px;
}

html.dark #pun-admain fieldset legend {
  position: inherit;
  text-shadow: none;
  top: 0;
}

html.dark #pun-admain .subforums .handle {
  border-left-width: 18em !important;
}

html.dark #pun-admain .adformal {
  margin-left: 15em !important;
  margin-top: 22px !important;
}

html.dark #pun-admain .adlabel {
  width: 12em !important;
  margin-left: -14em !important;
  font-size: 11px;
}

html.dark #pun-admain fieldset .handle, html.dark #pun-admain fieldset p {
  border-left-width: 12em !important;
}

html.dark #pun-admain span.adsubmit {
  left: -9.5em !important;
}

html.dark #pun-admain a {
  color: #805a44 !important;
}

html.dark #pun-admain a:hover {
  color: #6c535f !important;
}

html.dark #pun-about::after {
  position: absolute;
  content: "";
  top: -103px;
  left: -54px;
  width: 1001px;
  height: 145px;
  box-shadow: -2px 0 0 rgba(226, 212, 195, 0.2), 2px 0 0 rgba(226, 212, 195, 0.2), -10px 10px 10px rgba(57, 40, 32, 0.3), 10px 10px 10px rgba(57, 40, 32, 0.3);
}

html.dark .footer {
  position: absolute;
  width: 1004px;
  height: 160px;
  margin-left: -52px;
  margin-top: -14px;
  box-sizing: border-box;
  z-index: 2;
}

html.dark .footer::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-image: url(https://i.imgur.com/9MaF1hj.png);
  pointer-events: none;
}

html.dark .footer::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 3px;
  right: 0;
  width: 90.5%;
  height: 92%;
  background: rgb(75 52 43);
  pointer-events: none;
  z-index: -1;
  margin: auto;
}

html.dark .footer_wrap {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 892px;
  margin: 0 auto;
  padding-top: 60px;
}

html.dark .footer_banners {
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 562px;
  max-height: 65px;
  overflow-y: scroll;
  z-index: 2;
}

html.dark .footer_info {
  width: 258px;
}

html.dark .footer_info h3,
html.dark #pun-viewtopic .footer_info h3 {
  position: relative;
  left: auto !important;
  width: 100% !important;
  font-size: 24px;
  color: #845b4b;
  line-height: 1;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: "Francois One", sans-serif;
  padding: 0;
  margin: 1em 0;
  top: 0;
}

html.dark .footer_info h3 span,
html.dark #pun-viewtopic .footer_info h3 span {
  font-size: 14px;
  color: #966856;
  display: block;
}

html.dark .footer_banners::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

html.dark .footer_banners img {
  margin: 0 2px;
  opacity: 0.5;
  -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.dark .footer_banners img:hover {
  opacity: .9;
}

html.dark #pun-title {
  position: absolute;
  top: -306px;
  left: 0;
  right: 0;
  width: 1002px;
  height: 306px;
  background-image: url("https://i.imgur.com/8iSgBLL.png");
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #211912;
  box-shadow: -2px 0 0 rgba(226, 212, 195, 0.2), 2px 0 0 rgba(226, 212, 195, 0.2), -10px -10px 10px rgba(57, 40, 32, 0.3), 10px -10px 10px rgba(57, 40, 32, 0.3);
  margin: 0 auto;
  z-index: 1;
}

html.dark #pun-title::before,
html.dark #pun-title::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}

html.dark #pun-title::before {
  bottom: -20px;
  width: 1000px;
  height: 98px;
  background-image: url("https://i.imgur.com/oSik6p2.png");
}

html.dark #pun-title::after {
  top: 0;
  right: 147px;
  width: 523px;
  height: 265px;
  background-image: url("https://i.imgur.com/55ANiRp.png");

  opacity: .7;
}

html.dark .table {
  position: absolute;
  top: -335px;
  left: -13px;
  width: 929px;
  height: 250px;
}

html.dark .table .table_section::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  right: 0;
  width: 98%;
  height: 303px;
  background: rgb(75 52 43);
  pointer-events: none;
  z-index: -1;
  margin: auto;
}

html.dark .table::before,
html.dark .table::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

html.dark .table::before {
  top: 0;
  left: 0;
  width: 242px;
  height: 152px;
  background: url("https://i.imgur.com/OUX8mbg.png");
}

html.dark .table::after {
  bottom: 0;
  right: 0;
  width: 252px;
  height: 211px;
  background: url("https://i.imgur.com/XCzGqd5.png");
}

html.dark .table .top {
  position: relative;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-right: 15px;
  padding-top: 20px;
}

html.dark .table .top::after {
  position: absolute;
  content: "———————————————";
  bottom: -15px;
  left: 215px;
  font-size: 36px;
  color: #8c6251;
  font-family: "Francois One", sans-serif;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 2;
}

html.dark .table .top .need,
html.dark .table .top .links {
  -js-display: flex;
  display: flex;
  width: 500px;
  z-index: 1;
}

html.dark .table .top .need a {
  position: relative;
  display: block;
  height: 35px;
  line-height: 1;
  margin-right: 6px;
  opacity: 0.5;
}

html.dark .table .top .need a:last-child {
  margin-right: 0;
}

html.dark .table .top .need a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #381e10;
  mix-blend-mode: overlay;
  pointer-events: none;
}

html.dark .table .top .need a:hover {
  opacity: 1;
}

html.dark .table .top .links {
  z-index: 2;
}

html.dark .table .top .links p {
  font-size: 14px;
  margin-top: 8px;
  margin-right: 15px;
}

html.dark .table .top .links p:last-child {
  margin-right: 0;
}

html.dark .table .top .links a {
  text-transform: uppercase;
  font-weight: 700;
  color: #433328;
  text-shadow: 1px 1px 0 rgba(255, 205, 182, 0.15);
}

html.dark .table .top .links a:hover {
  color: #543c2e;
}

html.dark .table .bottom {
  position: relative;
  -js-display: flex;
  display: flex;
  width: 750px;
  padding-left: 35px;
  padding-top: 13px;
}

html.dark .table .bottom h1 {
  position: relative;
  width: 262px;
  font-family: "Francois One", sans-serif;
  text-transform: uppercase;
  font-size: 64px;
  color: #784f3a;
  line-height: 0.9;
  mix-blend-mode: difference;
  margin: 0;
  z-index: 1;
}

html.dark .table .bottom h1::before {
  position: absolute;
  content: "âî ôðàíöóçñêîé äåðåâíå";
  bottom: 20px;
  right: 7px;
  font-family: "Fira Sans", sans-serif;
  font-size: 11.9px;
  font-weight: 700;
  color: #82594a;
}

html.dark .table .bottom h1 a {
  text-shadow: none;
  color: #784f3a;
}

html.dark .table .bottom h1 a:hover {
  color: #7e5646;
}

html.dark .table .bottom h1 .here {
  color: #7e5646;
}

html.dark .table .bottom h1 .cross {
  position: relative;
  display: block;
  font-size: 36px;
  color: #8c6251;
}

html.dark .table .bottom h1 .cross::after {
  position: absolute;
  content: '–————–';

  transform: translateY(-50%);

  top: 50%;
  right: 7px;

  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  color: #8c6251;
}

html.dark .table .bottom p {
  flex-grow: 1;
  width: 185px;
  font-weight: 300;
  color: #5c5246;
  mix-blend-mode: screen;
  text-shadow: 0 -1px 0 black;
  padding-left: 20px;
  margin: 9px 0 0;
}

html.dark .table .bottom .bottom__right {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 165px;
  margin-top: -5px;
}

html.dark .table .bottom .bottom__right a {
  position: relative;
  display: block;
  line-height: 1;
  z-index: 2;
}

html.dark .table .bottom .bottom__right a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #5c4336;
  border-radius: 50%;
  mix-blend-mode: overlay;
  pointer-events: none;
  -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.dark .table .bottom .bottom__right a:hover::before {
  opacity: 0.8;
  mix-blend-mode: none;
}

html.dark #MyBookmarks {
  z-index: 999999 !important;
}

html.dark #MyBookmarks .flowers {
  width: 281px;
  top: -37px;
  left: -1px;
}

html.dark #MyBookmarks .flowers::before {
  left: -112px;
  top: -17px;
  width: 160px;
  height: 155px;
  transform: rotate(170deg);
}

html.dark #MyBookmarks .flowers::after {
  top: 5px;
  right: -80px;
  width: 160px;
  height: 145px;
  transform: rotate(259deg);
}

html.dark #BookmCntToggle.default-style {
  background: none !important;
  border-left: none !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: 1 !important;
}

html.dark .punbb #MyBookmarks h2, html.dark .punbb #MyBookmarks h1 {
  display: block;
  margin-top: 0;
  text-align: left !important;
  padding-left: 0 !important;
}

html.dark #MyBookmarks #bm2 {
  right: -9px !important;
  border-color: transparent !important;
}

html.dark #MyBookmarks span.scrl {
  color: rgba(38, 38, 38, 0) !important;
  text-shadow: none !important;
  padding-top: 0 !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
  border: none;
  height: 32px;
  margin: 0 !important;
  mix-blend-mode: color-burn;
}

html.dark #MyBookmarks span.scrl.b {
  border-left: none;
}

html.dark #MyBookmarks span.scrl.b::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -32px;
  width: 200px;
  border-top: 3.5px dashed #565555;
}

html.dark #MyBookmarks span.scrl.b span {
  transform: none !important;
}

html.dark #MyBookmarks inner {
  padding-top: 45px !important;
}

html.dark #MyBookmarks li span strong {
  position: relative;
  color: transparent !important;
  mix-blend-mode: color-burn;
}

html.dark #BookmCntToggle.default-style::before,
html.dark #MyBookmarks #bm2::before,
html.dark #MyBookmarks span.scrl span::before,
html.dark #MyBookmarks li span strong::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  height: auto !important;
  width: auto !important;
  background: none !important;
  text-shadow: 1px 1px 0 #c4b39f;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -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.dark #BookmCntToggle.default-style::before {
  content: "\f02e" !important;
  color: #6a5143;
  font-size: 28px;
}

html.dark #MyBookmarks #bm2::before {
  content: "\f00d" !important;
  left: auto;
  right: -10px;
  margin-top: 1px;
  font-size: 18px;
}

html.dark #MyBookmarks li span strong::before {
  content: "\f00d" !important;
  left: auto;
  right: 8px;
  margin-top: 2px;
  font-size: 12px;
  color: #161917 !important;
}

html.dark #MyBookmarks span.scrl span::before {
  content: "\f077" !important;
  right: 0;
  color: #161917 !important;
  font-size: 13px;
  margin: 0 auto;
}

html.dark #MyBookmarks span.scrl.b span::before {
  content: "\f078" !important;
}

html.dark #BookmCntToggle.default-style:hover::before {
  color: #6c535f;
}

html.dark #MyBookmarks #bm2:hover::before,
html.dark #MyBookmarks span.scrl:hover span::before,
html.dark #MyBookmarks li span strong:hover::before {
  color: #6c535f !important;
}

html.dark #MyBookmarks {
  width: 280px !important;
  background-color: #d7cec1 !important;
  background-image: url(https://i.imgur.com/2y2Iurq.png);
  background-position: center;
  background-repeat: repeat-y;
  border: none;
  border-radius: 0;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

html.dark #MyBookmarks .container {
  margin-top: 0 !important;
}

html.dark #MyBookmarks li.BookmarkL > span > dd {
  left: 260px !important;
}

html.dark #MyBookmarks li.BookmarkL em.e1 {
  background: rgba(108, 83, 95, 0.9) !important;
  color: #d8d2c8 !important;
  font-style: normal;
}

html.dark .punbb #MyBookmarks li.BookmarkL > span em {
  background: rgba(108, 83, 95, 0.9) !important;
  color: #d8d2c8 !important;
  font-style: normal;
}

html.dark li.BookmarkL em.e1::before {
  border-color: transparent rgba(108, 83, 95, 0.9) transparent transparent !important;
}

html.dark #MyBookmarks li {
  border-bottom-style: none !important;
  border-bottom-width: 0 !important;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  margin-bottom: 0;
}

html.dark #MyBookmarks li > span {
  padding: 0 !important;
}

html.dark #MyBookmarks li a::before {
  display: none;
}

html.dark .post .bookmark.ncnfrm {
  color: rgba(129, 97, 113, 0.5) !important;
}

html.dark .punbb #MyBookmarks em {
  font-weight: 300;
}

html.dark .punbb #MyBookmarks em a {
  text-shadow: none;
  color: #dcd7d0 !important;
}

html.dark .post .bookmark {
  right: -35px !important;
  color: #6c535f !important;
  cursor: pointer;
}

html.dark #form-buttons tr::before {
  display: none;
}

html.dark #form-buttons td {
  position: relative;
  background: none !important;
}

html.dark #form-buttons td::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  height: auto;
  background-color: transparent;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  color: #805a44;
  margin: 0 auto;
  -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;
}

html.dark #form-buttons td:hover::before,
html.dark #form-buttons #button-image:hover b p {
  color: #6c535f;
}

html.dark #form-buttons #button-font::before {
  content: "\f031";
}

html.dark #form-buttons #button-size::before {
  content: "\f034";
}

html.dark #form-buttons #button-bold::before {
  content: "\f032";
}

html.dark #form-buttons #button-italic::before {
  content: "\f033";
}

html.dark #form-buttons #button-underline::before {
  content: "\f0cd";
}

html.dark #form-buttons #button-strike::before {
  content: "\f0cc";
}

html.dark #form-buttons #button-indent::before {
  content: "\f03c";
}

html.dark #form-buttons #button-left::before {
  content: "\f036";
}

html.dark #form-buttons #button-center::before {
  content: "\f037";
}

html.dark #form-buttons #button-right::before {
  content: "\f038";
}

html.dark #form-buttons #button-link::before {
  content: "\f0c1";
}

html.dark #form-buttons #button-spoiler::before {
  content: "\f518";
}

html.dark #form-buttons #button-image::before {
  content: "\f302";
}

html.dark #form-buttons #button-image b p {
  top: 6px;
  right: 0;
  color: #805a44;
  margin: 0 !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.dark #form-buttons #button-video::before {
  content: "\f144";
}

html.dark #form-buttons #button-hide::before {
  content: "\f070";
}

html.dark #form-buttons #button-quote::before {
  content: "\f27a";
}

html.dark #form-buttons #button-code::before {
  content: "\f121";
}

html.dark #form-buttons #button-color::before {
  content: "\f53f";
}

html.dark #form-buttons #button-table::before {
  content: "\f84c";
}

html.dark #form-buttons #button-sticker::before {
  content: "\f4da";
}

html.dark #form-buttons #button-keyboard::before {
  content: "\f11c";
}

html.dark #form-buttons #button-addition::before {
  content: "\f150";
}

html.dark #form-buttons #button-mask::before {
  content: "\f630";
}

html.dark #post .areafield .input > span {
  position: relative;
  right: -26px !important;
}

html.dark #post .areafield .input > span img,
html.dark #image-source-list img {
  opacity: 0;
}

html.dark #post .areafield .input > span::before {
  position: absolute;
  content: "\f0e2";
  transform: translateY(-50%);
  top: 50%;
  right: -22px;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  color: #805a44;
  margin: 0 auto;
  -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.dark #post .areafield .input > span:hover::before {
  color: #6c535f;
}

html.dark .post-box #post .areafield .input > span::before {
  right: -18px;
}

html.dark .post-box #post {
  margin-top: 1em !important;
}

html.dark .post-box #post fieldset legend {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 94%;
  z-index: 1;
}

html.dark .hvStickerPackModal {
  background-color: #eee6db;
  background-image: url("https://i.imgur.com/2y2Iurq.png");
  background-position: center;
  border-radius: 5px;
  border: none;

  padding: 15px !important;
  box-sizing: border-box;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

html.dark .hvStickerPackModalContent {
  border: none;
}

html.dark .hvStickerPackItem {
  position: relative;
}

html.dark .hvStickerPackItem::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 194, 176, .3);
  mix-blend-mode: multiply;
  z-index: 0;
  pointer-events: none;
}

html.dark .hvStickerPackModalTab {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  background: rgba(188, 175, 154, .5);

  -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.dark .hvStickerPackModalTab:hover {
  background: rgba(150, 103, 113, .5);
  color: rgba(224, 212, 192, 1);
}

html.dark .hvStickerPackModalTab.active {
  background: rgba(86, 26, 55, .5);
  color: rgba(224, 212, 192, 1);
}


html.dark #post #tags .container {
  display: block;
  top: 75px !important;
  right: 26px !important;
  background-color: #eee6db;
  background-image: url("https://i.imgur.com/2y2Iurq.png");
  background-position: center;
  border-radius: 5px;
  padding: 15px !important;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

html.dark #image-source-list img {
  opacity: 1;
  -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.dark #image-source-list img:hover {
  opacity: 0.6;
}

html.dark #t-imgur #my-imgur {
  width: 235px !important;
  font-size: 12px !important;
  border: 2px solid #5e6c58 !important;
  margin-left: 10px !important;
  margin-top: 10px !important;
  border-radius: 5px;
}

html.dark #t-imgur td:first-child {
  padding-right: 17px;
}

html.dark #t-imgur td:nth-child(2) {
  padding-top: 10px;
}

html.dark #table-area tr {
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
}

html.dark #tags #table-area tr::before {
  display: none;
}

html.dark #tags #table-area td {
  background: rgba(200, 185, 166, .3) !important;
  mix-blend-mode: multiply;
  border-color: rgba(148, 114, 92, 0.5) !important;
  border-right: none !important;
  border-bottom: none !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.dark #tags #table-area td:last-child {
  border-right: 1px solid rgba(110, 94, 80, 0.2) !important;
}

html.dark #tags #table-area tr:last-child td {
  border-bottom: 1px solid rgba(110, 94, 80, 0.2) !important;
}

html.dark #tags #table-area td:hover,
html.dark #tags #table-area td.selected {
  background: rgba(144, 99, 59, 0.3) !important;
}

html.dark #keyboard-span input {
  background-color: rgba(144, 122, 59, 0.08) !important;
  font-family: Fira Sans, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #7d6754 !important;
  border: none !important;
  border-radius: 5px;
  -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.dark #keyboard-span input:nth-child(95) ~ * {
  display: none;
}

html.dark #keyboard-span input:hover {
  background: #6c535f !important;
  color: #efe7da !important;
}

html.dark #addition-area span,
html.dark #addition-area div,
html.dark #size-area span,
html.dark #font-area span {
  -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.dark #addition-area span:hover,
html.dark #addition-area div:hover,
html.dark #size-area div:hover span,
html.dark #font-area div:hover span {
  color: #6c535f;
}

html.dark #video-area-tinp, html.dark #image-area-tinp {
  border: none !important;
}

html.dark #imageupload-left {
  width: 205px !important;
}

html.dark #image-area-tcon-computer #imageupload-right {
  max-width: 305px !important;
  width: 305px !important;
}

html.dark #imageQueue .uploadQueueItem {
  background: #d1cbbb !important;
  border: none !important;
}

html.dark #imageQueue .uploadQueueItem .uploadProgress {
  background: rgba(42, 86, 81, 0.1) !important;
}

html.dark #imageQueue .uploadQueueItem .uploadProgress .uploadProgressBar {
  background: #876c54 !important;
}

html.dark .cancel a::before {
  display: none;
}

html.dark #uploaded-images img {
  border: none !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.dark #uploaded-images img:hover {
  opacity: 0.6;
}

html.dark .post-sig {
  position: relative;
  font-size: 85%;
  padding-top: 25px;
  z-index: 1;
}

html.dark .post-sig dd {
  margin-left: 0;
}

html.dark .post-sig::before {
  position: absolute;
  content: "";
  top: 0;
  width: 200px;
  height: 25px !important;
  background: url(https://i.imgur.com/yyGdaue.png);
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4 !important;
}

html.dark .history_posts_list tr::before {
  border-radius: 5px !important;
}

html.dark .history_posts_list th,
html.dark .history_posts_list td {
  width: 20%;
  z-index: 1;
}

html.dark .history_posts_list th:first-child,
html.dark .history_posts_list td:first-child {
  width: 10%;
  text-align: left;
}

html.dark .history_posts_list th:last-child,
html.dark .history_posts_list td:last-child {
  width: 10%;
  text-align: right;
}

html.dark .history_posts_list td:first-child:last-child {
  width: 100%;
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, 0.4);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, 0.4);
    opacity: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(147, 109, 130, 0);
    box-shadow: 0 0 0 10px rgba(147, 109, 130, 0);
    opacity: 0.3;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(147, 109, 130, 0);
    box-shadow: 0 0 0 0 rgba(147, 109, 130, 0);
    opacity: 1;
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, 0.4);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, 0.4);
    opacity: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    opacity: 0.3;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, 0.4);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, 0.4);
    opacity: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    opacity: 0.3;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    opacity: 1;
  }
}