/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
  text-align: center;
  outline: 1px solid transparent;
  font-weight: 700;
  background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
  background-size: 38px auto;
  position: relative;
  padding-top: 1px;
  padding-left: 1px;
  z-index: 100;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 12px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  letter-spacing: -1px;
}
div.dark-style .post-rating p>a {/*перекраска для другого стиля, удалите если у вас стоит стиль без перекрасок*/
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
  font-size: 0 !important;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  width: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: block;
  background-size: 100%;
  margin-left: 29px;
  margin-top: 42px;
}

/*Всплывающие подсказки*/
#tooltip {
  position: absolute;
  background: #fff;
  color: #333;
  box-shadow: 0 0 5px 0px #000;
  border-radius: 5px;
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  display: none;
  font-family: verdana;
}

/* Всплывающая форма входа */
#Login_Punbb > .container {
    background-color: #f3f3f3;
    position: fixed;
    top: 40%;
    padding: 1em;
    vertical-align: middle;
    z-index: 1000002;
    border-radius: 4px;
    box-shadow: -1px -1px 0px rgba(234, 105, 105, 0.69), 1px 1px 0px rgba(53, 213, 213, 0.69);
}

#Login_Punbb fieldset legend span {
    font-family: Vollkorn;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3c3c3c;
}

  #Login_Punbb fieldset {
    border: none !important;
}

  #Login_Punbb p.formsubmit {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#P_Login {
    backdrop-filter: blur(4px);
    z-index: 1000000 !important;
}

#Login_Punbb p.inputfield label {
    font-variant-caps: small-caps;
    font-weight: bold;
}