/******************************************
      СТИЛЬ ТАБЛИЦЫ ТРУДОУСТРОЙСТВА!
******************************************/
.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: #C5C0C0 url(http://funkyimg.com/i/2LcWm.png) center 2px no-repeat!important; /*фоновая картинка*/
  background-size: 101% auto!important;
  border:3px solid #9f8b4d!important;
  padding:6px!important;
  box-shadow: inset 0 0 3em #D3CFCE,inset 0 0 2em rgba(211,207,206,.87)!important;
}
.punbb .post-content table[style="width:111px"]+.quote-box > blockquote > p{
  background:rgba(197,192,192,0.67)!important;
  padding:7px;
  margin-bottom:7px;
  border: 1px dotted #7f612d;
  border-bottom:3px solid rgba(154,36,36,.87);
}
/*Цвет, Размер и фон заголовка всей таблички*/
.punbb .post-content table[style="width:111px"]+.quote-box > blockquote > p > span[style*="text-align: center"]{
  background-color:#7f612d;
  margin:-7px;
  margin-bottom:2px!important;
  padding: 14px;
  color:#fff;
  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(197, 192, 192, 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(197, 192, 192, 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(154,36,36,.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:#373737;
}
.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:#7f612d;
  color:#C5C0C0;
}
.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:#7f612d;
  font-weight:bold;
  transition:.34s;
}
.punbb blockquote.akkordion a:hover{
  opacity:.6;
  color:#83652b;
}
/*Cтиль скрола*/
.punbb .akkordion::-webkit-scrollbar {width: 3px; height: 5px; background-color: #D4CFCF;}
.punbb .akkordion::-webkit-scrollbar-track {background-color: #C1BCBC;} 
.punbb .akkordion::-webkit-scrollbar-thumb {background-color: #7f612d;}
.punbb .akkordion::-webkit-scrollbar-thumb:active {background: #472e0b;}

/*Нижеследущий блок код*/
.punbb #pun-main .post-content table[style="width:111px"]+.quote-box+.code-box{
  background:rgba(197, 192, 192, 0.67)!important;
  padding:4px;
  border: solid #7f612d;
  border-width: 2px 1px!important;
  border-radius: 0!important;
  margin-top:-7px;
}
::selection {
    background: #7f612d;
    color: #9ea4a0;
}
/******************************************
   END//СТИЛЬ ТАБЛИЦЫ ТРУДОУСТРОЙСТВА
******************************************/