/******************************************
      СТИЛЬ ТАБЛИЦЫ ТРУДОУСТРОЙСТВА!
******************************************/
.punbb .post-content table[style="width:111px"]{
 display:none;
}
/* Фон и обрамление */
.punbb .post-content table[style="width:111px"]+.quote-box{
  position:relative;
  border-radius: 5px!important;
  background: #c2c5cc url(https://forumstatic.ru/files/0019/ba/80/82870.jpg) center 2px repeat; /*фоновая картинка*/
  background-size: 101% auto!important;
  border:3px solid #262e39!important;
  padding:6px!important;
  box-shadow: inset 0 0 3em #c2c5cc,inset 0 0 2em rgba(206,207,211,.87)!important;
}
.punbb .post-content table[style="width:111px"]+.quote-box > blockquote > p{
  background:rgba(192,192,197,0.67)!important;
  padding:7px;
  margin-bottom:7px;
  border: 1px dotted #262e39;
  border-bottom:3px solid rgba(36,36,104,.87);
}
/*Цвет, Размер и фон заголовка всей таблички*/
.punbb .post-content table[style="width:111px"]+.quote-box > blockquote > p > span[style*="text-align: center"]{
  background-color:#262e39;
  margin:-7px;
  margin-bottom:2px!important;
  padding: 14px;
  color:#ccc;
  font: normal normal 400 30px/normal "Century Gothic"!important;
}
.punbb .post-content table[style="width:111px"]+.quote-box > blockquote > p > span[style*="text-align: center"]+br{
  display:none;
}

.punbb .post-content table[style="width:111px"]+.quote-box>blockquote {
  margin:0!important;
  background:rgba(192, 192, 197, 0.67)!important;
}
.punbb #pun-main .post-content table[style="width:111px"]+.quote-box .quote-box.spoiler-box{
  color:#373737;
  box-shadow:none;
  background:rgba(192, 192, 197, 0.88)!important;
  border:0 none!important;
  border-radius:0!important;
  margin:2px auto!important;/*Отступ спойлеров друг от друга*/
  padding:0 0 3px 0!important;
}

.punbb #pun-main .post-content table[style="width:111px"]+.quote-box .quote-box.spoiler-box>blockquote{
  height:174px; /*Высота спойлера*/
  background:none!important;
  box-shadow:none;
  overflow-y: auto;
  margin:7px -5px 3px -5px!important;
}
/*Цвет и Размер заголовков спойлеров*/
.punbb .post-content table[style="width:111px"]+.quote-box .quote-box.spoiler-box>div{
  border:1px solid rgba(36,36,104,.15);
  margin:0 0 -4px 0;
  text-align:center;
  text-shadow:none;
  font: normal normal 400 16px/normal "Century Gothic";
  background:none;
  padding: .6em;
  color:#262e39;
}
.punbb .post-content table[style="width:111px"]+.quote-box .quote-box.spoiler-box>div.active,
.punbb .post-content table[style="width:111px"]+.quote-box .quote-box.spoiler-box>div:hover {
  background-color:#4b5465;
  color:#c2c5cc;
}
.akkordion span[style*="text-align: center"]+br{
  display:none;
}
/*Вертикальная Центровка и Размер шрифта в контенте спойлера*/
.punbb .post-content .akkordion tr{
  vertical-align: top;
}
.punbb .post-content .akkordion p{
 padding: 2px 9px;
 font: normal normal 400 10px/normal Verdana;
 line-height: 124%;
}

/*Цвет Ссылок в контенте спойлера*/
.punbb blockquote.akkordion a{
  color:#262e39;
  font-weight:bold;
  transition:.34s;
}
.punbb blockquote.akkordion a:hover{
  opacity:.6;
  color:#262e39;
}
/*Cтиль скрола*/
.punbb .akkordion::-webkit-scrollbar {width: 3px; height: 5px; background-color: #c2c5cc;}
.punbb .akkordion::-webkit-scrollbar-track {background-color: #c2c5cc;} 
.punbb .akkordion::-webkit-scrollbar-thumb {background-color: #262e39;}
.punbb .akkordion::-webkit-scrollbar-thumb:active {background: #262e39;}

/*Нижеследущий блок код*/
.punbb #pun-main .post-content table[style="width:111px"]+.quote-box+.code-box{
  background:rgba(192, 192, 197, 0.67)!important;
  padding:4px;
  border: solid #262e39;
  border-width: 2px 1px!important;
  border-radius: 0!important;
  margin-top:-7px;
}
::selection {
    background: #262e39;
    color: #c2c5cc;
}
/******************************************
   END//СТИЛЬ ТАБЛИЦЫ ТРУДОУСТРОЙСТВА
******************************************/