/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme */
@import url(style_cs.1768300692.css);
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

:root {
  --bg: #797D79;
  --logo: url(https://forumstatic.ru/files/001c/51/c1/19006.png);
  --puncolor: #D9D9D9;
  --punaccent: #EDEDED;
  --strokecolor: #4C4C4C;
  --mainfont: Nunito;
  --black: #000;
  --white: #fff;
  --color1: #8E8993;
} 

.dark {
  --bg: #797D79;
  --logo: url(https://forumstatic.ru/files/001b/58/0e/54433.png);
  --puncolor: #050505;
  --punaccent: #EDEDED;
  --strokecolor: #4C4C4C;
  --color1: #8E8993;

} 

@media only screen and (max-width: 720px) {
  html, body, #pun, .punbb, #pun-crumbs1, .punbb .category .container {
    width: 100%!important;
  }

  body {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto !important;
  }

  #pun-index {
    overflow: hidden!important;
  }

  #pun {
    border-width: 0 !important;
    outline: 0!important;
  }

  .block3 a::after {
    display: none;
  }

  .block3 a {
    margin-top: -15px!important;
  }

  #pun-status .container {
    text-align: center; 
    width: fit-content;
    font-family: var(--font3) !important;
    font-size: 9px !important;
    background: #000!important;
    padding: 2px 10px;
    font-style: italic;
    letter-spacing: 1px;
    color: var(--color1);
    text-transform: uppercase;
    position: absolute;
    top: 170px;
    margin: auto;
    right: 0;
    left: 0;
    text-size-adjust: none;
  }

  #stylelist {
    width: 90%;
    top: 260px;
    justify-content: center;
    column-gap: 40px;
  }

  .punbb .category .container tr {
    outline: 1px solid var(--outlinecolor);
    outline-offset: -2px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .punbb .main .tcr {
    background-color: transparent;
    font-size: 9px;
    width: 70%!important;
    border-top: 1px solid var(--outlinecolor);
    align-self: flex-end;
    text-align: right;
  }

  #pun-index .user-avatar {
    display: none;
  }

  .plinks {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    row-gap: 5px;
    padding-top: 10px;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .punbb .linksb {
    flex-direction: column-reverse;
    gap: 3px;
    align-items: flex-end;
  }

  .pl-delete, .pl-edit, .pl-quote, .pl-email {
    background: var(--outlinecolor);
  }

  .pl-delete a, .pl-edit a, .pl-quote a, .pl-email a {
    font-size: 0;
  }

  .pl-delete a::before, .pl-edit a::before, .pl-quote a::before, .pl-email.profile a::before, .pl-email.pm a::before {
    background: var(--color3);
    margin-left: -15px;
  }

  .underpost {
    gap: 5px;
  }

  .punbb .post-body {
    margin-left: 0px!important;
  }

  .punbb .post .post-author {
    float: none;
    border: 1px solid var(--color3);
  }

  #pun-main .post-author ul {
    text-align: left;
    display: grid;
    grid-template-columns: 50px auto;
    grid-template-rows: 20px 30px;
    align-content: center;
    justify-items: start;
    grid-auto-flow: row dense;
  }

  .pa-fld1 {
    display: block;
    padding-top: 10px;
  }

  .fand {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
  }

  .pa-fld-stat {
    display: none;
  }

  .pa-fld3, .post-author .lz, li.pa-title {
    display: none;
  }

  .punbb .pa-avatar img {
    max-width: 40px !important;
    min-height: 40px;
    object-fit: cover;
  }

  .profile-wrap {
    display: block;
    background: none;
    width: 50px!important;
    grid-row: span 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  #form-buttons tr {
    justify-content: flex-start;
    gap: 10px;
  }

  #viewprofile > div > ul > table > tbody > tr {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

  #profile-left {
    width: 107%!important;
  }
}

/* А1 Размеры */

#pun, #pun-crumbs1, .punbb .category .container {
  width: 1000px;
  margin: auto;
}


/* A2 Deal with browser defaults and wonkiness */
html, body {
  margin: 0;
  padding: 0;
}

.punbb * {
  margin: 0;
}
.punbb {
  float: none;
  height: auto;
}

.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
}

.punbb img {
  border: none;
}

.punbb .main table {
  table-layout: fixed;
  width: 100%;
}

.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
  margin: 0 0.3em;
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle;
}

/* A3 Text setup */
body {
  font-size: 100.01%;
  width: 100%;
}

.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
}

.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif;
  background-color: #e6e3e391;
}

.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
}

.punbb pre {
  font-family: roboto;
  line-height: 140%;
  font-size: 10pt;
  color: rgba(0, 0, 0, 0.63);
}

.punbb address, .punbb em {
  font-style: normal;
}

.punbb .post-content em {
  font-style: italic;
}

.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

.punbb a {
  text-decoration: underline;
}

.punbb optgroup {
  font-weight: bold;
}

/* A4 Float clearing and hidden items */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/* A5 Basic page layout and borders */
#pun-redirect, #pun-maint {
  margin: 12px 20% 12px 20%;
  width: auto;
  float: none;
  background-image: url(http://forumstatic.ru/files/001a/7d/33/78192.jpg);
}

.punbb .section, .punbb .main {
  margin-bottom: 1em;
}

.punbb .category, .punbb .post {
  margin-top: 0.4em;
}

.punbb .category {
  padding-bottom: 40px;
}

.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
}

#pun-post .topic {
  margin-top: 1em;
}

.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none;
  border-width: 0;
}

.punbb .container {
  border-style: none;
  border-width: 0;
}

.punbb .section h2, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 1em 0 1em 0;
  border-style: none;
  border-width: 0;
  font-size: 12px;
  text-transform: uppercase;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 98%;
  overflow: hidden;
  text-align: justify;
}

.punbb .post-sig dt {
  display: block;
  text-align: center;
  border-top: 0px dashed #000;
  width: 60%;
  margin-left: 120px;
  padding-bottom: 5px;
}

.qc-post-link > a > img {
  padding-left: 5px;
  padding-bottom: 3px;
  height: 12px;
}

.punbb .post-content img {
  vertical-align: text-bottom;
}

.punbb .post-content img.postimg {
  vertical-align: middle;
}

.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
}

.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
}

.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 1em;
  padding: 10px 15px;
}

.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding: 5px 8px 8px 18px;
  width: 60%;
  font-size: 15px;
  letter-spacing: 0.7px;
  font-style: normal;
  font-family: var(--font3);
  text-transform: lowercase;
  background: var(--color1_04);
  color: var(--color6);
  border-top: 0 !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.green .punbb .quote-box cite, .green .punbb .code-box strong.legend {
  background: #e3e9e3;
}

/* B2 Information boxes */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border: 1px solid;
  margin: 0 0 1.1em 0;
}

.punbb .info-box * {
  padding: 0 0 0.7em 0;
}

.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
}

/* B3 Pagination and posting links */
.multipage {
  margin-top: 1em;
}

.linkst .pagelink strong, .punbb .linksb strong {
  font-weight: 500 !important;
}

.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  font-family: montserrat;
  text-transform: uppercase;
  text-align: right;
  display: none;
}

.postlink.long {
  width: 30em; 
  letter-spacing: 0.1em;
  font-family: var(--font3);
  text-transform: lowercase;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout */
.punbb .formal .container {
  padding: 1.7em 2em 1.1em 1em;
}

.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0;
}

.punbb fieldset {
  border: 1px solid;
  padding: 0 18px;
  margin: 0 0 1em 0;
}

.punbb fieldset legend {
  padding-bottom: 20px;
}

.punbb fieldset legend span {
  display: none;
}

.punbb fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0;
}

.punbb .fs-box {
  padding: 1em 0 0.8em 0;
}

.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0;
}

.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
}

.punbb .inline .infofield {
  clear: both;
}

.punbb .datafield br {
  display: none;
}

.punbb .required label, .punbb .datafield span.input {
  font-weight: bold;
}

.punbb .datafield span.input a {
  font-weight: normal;
}

.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%;
}

.punbb textarea, .punbb .longinput input {
  border: 1px solid var(--color4);
}

.punbb .hashelp {
  position: relative;
}

.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
}

.punbb #profile .helplinks {
  top: 1.5em;
}

.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
}

#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
}

/* C2 Table layout */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
}

.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  background-color: transparent;
  text-align: center;
  font-family: cuprum;
}

#pun-index .tc2, #pun-index .tc3 {
  display: none;
}

.punbb .main .tcr {
  background-color: transparent;
  overflow: hidden;
  width: 24%;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 15px;
  font-family: var(--font3);
  text-transform: lowercase;
}

#pun-index .tcr {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.punbb .main .tcr a {
  font-size: 10px;
}

#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  background-color: transparent;
  width: 40%;
}

#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  background-color: transparent;
  text-align: center;
  width: 20%;
}

#pun-debug table .tcl {
  background-color: transparent;
  width: 15%;
  white-space: normal;
}

#pun-debug .tcr {
  background-color: transparent;
  width: 90%;
  white-space: normal;
}

#pun-index .tcl h3 {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: var(--font3);
  font-weight: 300;
  text-transform: lowercase;
}

#pun-index .tcl h3 a {
  color: var(--black);
}

#pun-index .tcl h3 a:hover {
  color: var(--color5);
}

#pun-index tr.inew .tcl h3 {
  padding: 5px;
}

#pun-index tr.inew .tcl h3 a {
  color: var(--hoverlink);
  letter-spacing: 8px;
}

.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
}

.punbb td .modlist {
  display: block;
  padding-top: 0.3em;
}

.punbb .main td {
  padding: 15px;
}

.punbb .main th {
  border-left: 1px solid;
  padding: 0.4em 1em;
}

.punbb .main .tcl {
  border-left: none;
}

* html .tclcon {
  height: 1px;
}

.punbb div.icon {
  float: left;
}

#pun-messages.punbb div.icon {
  margin-top: 0 !important;
  margin-left: -10px !important;
  width: 5px;
  height: 5px;
}

#pun-messages.punbb div.icon.inew {
  background: var(--hoverlink);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: blinkColor .9s linear infinite;
  -moz-animation: blinkColor .9s linear infinite;
  -webkit-animation: blinkColor .9s linear infinite;
}

tr.group4.icon.inew a {
  color: var(--hoverlink);
}

/* C3 Topics */
.punbb .container, .punbb .post-body {
  border-color: transparent;
}

.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border: none;
}

#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
}

.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;
}

.punbb th {
  border-color: transparent;
}

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
}

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
}

.punbb .divider {
  border-color: transparent;
}

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent;
}

.punbb .post h3 {}

.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 110%;
}

.punbb .post-body {
  margin-left: 226px;
  border-left: 1px solid;
  padding: 0 0 1px 0;
}

.punbb .post-box {
  padding: 14px 0 5px 15px;
}

.punbb fieldset .post-box {
  margin-bottom: 0.8em;
}

.punbb .post-links {
  font-family: var(--font3);
  text-transform: lowercase !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.pl-email, .pl-website {}

.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
}

/* C4 Moderator menu */
.punbb .modmenu .container {
  padding: 1em;
  text-align: right;
  font-size: 9px;
  text-transform: uppercase;
}

.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em; 
  font-family: var(--font1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
}

.punbb .modmenu .container strong {
  float: left;
}

.punbb .modmenu input {
  margin-left: 1em;
}

/* C5 Message boxes */
.punbb .info .container {
  padding: 0.8em 1em;
}

.punbb .info .container .backlink {
  padding-top: 0.8em;
}

/* C6 Profile */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 14px -0.6em 14px;
}

#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
}

#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
}

#viewprofile li span {
  float: left;
  padding: 0.5em 1em;
  font-weight: bold;
}

#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
}

.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em;
}

/* C7 User list */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
}

#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
}

#pun-userlist .usertable table {
  border: 1px solid;
}

/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description */
#pun-title h1 {
  display: block;
}

#pun-title h1 span {
  display: none;
  font-size: 1.5em;
}

/* D2 Page navigation */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
}

#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0;
}

#pun-pagelinks .container li {
  display: inline;
}

#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float: left;
  width: 100%;
}

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position: relative;
  margin: 0;
}

#pun-pagelinks li a span {
  display: block;
  margin: 0 1em;
}

/* D4 User links */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left: none;
  padding-left: 0;
}

/* D5 Welcome box and Top Breadcrumbs */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
}

#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
}

#pun-break1 {
  margin: 0 1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 0;
  position: relative;
  z-index: 1;
}

/* D6 Announcement */
#pun-announcement h2 {
  padding: 0;
  border-bottom: 1px solid;
  position: relative;
  font-weight: bold;
}

#pun-announcement h2 span {
  display: none;
  border-bottom: 1px solid;
}

/* D7 Statistics */
#pun-stats .container {
  padding: 0.8em 1em;
  display: flex;
  position: relative;
  z-index: 10;
  margin-top: -60px;
  flex-wrap: wrap;
  justify-content: space-around;
}

#pun-stats li.item1, 
#pun-stats li.item2,
#pun-stats li.item3, 
#pun-stats li.item4 {
  display: inline !important;
  padding: 5px 15px;
  font-family: var(--font3);
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 10px;
  color: var(--black);
  text-transform: lowercase;
  background: var(--color1_over);
}

#pun-stats strong {
  font-weight: 500;
}

li#onlinelist {
  margin-top: 1em;
  float: left;
  width: 100%;
  font-family: var(--font3);
  text-transform: lowercase;
  text-align: justify;
  font-size: 12px;
  letter-spacing: 0.1em;
}

li#onlinelist div {
  border-top: 1px solid;
  padding: 0.7em 0 0 0;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
}

#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
}

#pun-about {
  margin: 0;
}

#pun-about .container {
  border-top: none;
  text-align: center;
  line-height: 150%;
}

#pun-about p span {
  display: flex;
  font-family: var(--mainfont);
  text-transform: uppercase;
  column-gap: 2px;
  font-size: 8px;
  -webkit-text-size-adjust: none;
  justify-content: center;
}

#pun-about p span::before {
  content: 'de other side crossover, 2024 // ';
}

#pun-crumbs2 {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  font-family: var(--font3);
  text-align: left;
  text-transform: lowercase;
  padding-bottom: 60px;
  padding-left: 10px;
}

#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1em;
  letter-spacing: 2px;
}

#pun-break4 {
  margin: -60px 1em;
  border: none;
  position: relative;
  height: 0;
  z-index: 1;
}

/* D9 Help file */
#pun-help .formal .info-box h3.legend {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.8em;
}

#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom: none;
  font-size: 1.1em;
}

#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em;
}

#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em;
}

#pun-help .formal li {
  padding: 0;
  line-height: 130%;
}

#pun-help .formal li * {
  vertical-align: text-top;
}

#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
}

#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
}

.tooltip {
  position: relative;
  display: inline;
}

.tooltip em {
  display: inline;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  color: #333;
  font-family: arial !important;
  font-size: 10px !important;
  font-style: normal;
  line-height: 9px;
  left: -125px !important;
  padding: 5px;
  position: absolute;
  overflow-y: hidden;
  text-align: justify;
  width: 150px;
  top: 16px;
  border-radius: 1px !important;
}

.tooltip:hover em {
  top: 16px;
  background: #c7c5c5;
  border: 1px solid #ababab;
  color: #010308;
  font-family: roboto !important;
  width: 150px;
  z-index: 99;
  transform: scale(1);
  opacity: 1;
}

.tooltip a {
  font-family: roboto;
  color: #d5d2d2 !important;
  letter-spacing: 1px;
  font-size: 13px;
  text-shadow: -1px 1px #0f141d;
}

/* БыстроПлюсы для Топика */
.noNull:before {
  content: "";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0;
  position: absolute;
}

div .post-rating p>a {
  outline: 1px solid transparent;
  font-weight: 700;
  background: var(--color3);
  -webkit-mask: url(https://forumstatic.ru/files/001b/58/0e/95815.svg);
  background-size: 22px auto;
  position: relative;
  z-index: 100;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 8px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

div .post-rating p>a[title="Моя оценка"] {
  background: var(--outlinecolor);
}

div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}

div.post-vote p>a {
  font-size: 0 !important;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  width: 22px;
  height: 22px;
  background: var(--outlinecolor);
  -webkit-mask: url(https://forumstatic.ru/files/001b/58/0e/97835.svg);
  display: block;
  background-size: 100%;
}

.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}

.post-rating, .post-vote {
  float: right;
}