/***Задаём высоту вывода названия длиннотемы в 2 строки***/
@media screen and (max-width: 640px) {
    #pun-index tr {
        box-sizing: border-box;
        display: grid;000
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
    }
    
    #pun-index td.tcl {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        grid-column: 1 / 3;
        grid-row: 1;
    }
    
    #pun-index td.tcr {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        grid-column: 1 / 3;
        grid-row: 2;
        box-sizing: border-box;
        margin-bottom: 15px;
        bottom: auto;
        left: auto;
        right: auto;
    }
    
    #pun-index td.tc2, #pun-index td.tc3 {
        position: relative;
        display: flex;
        width: 100%;
        align-items: center;
        grid-row: 3;
        margin-bottom: 15px;
        bottom: auto;
        left: auto;
        right: auto;
        box-sizing: border-box;
    }
    
    #pun-index .tc2 {
        margin-top: 0em;
    }
}


/*Шапка на аватар*/
.punbb .post .post-author ul {
text-align: center;
}
 
.punbb .post .post-author ul li {
text-align: center;
}
 
.punbb li.pa-avatar {
position: relative;
display: inline-block;
padding: 15px 10px 0 !important;
}
 
.pa-avatar:before {
content: "";
position: absolute;
display: inline-block;
z-index: 1000;
top: 9px; /*двигаем вверх-вниз*/
left: 0px; /*двигаем влево-вправо*/
width: 100%;
height: 100%;
background: url(https://forumstatic.ru/files/0015/1e/ae/75314.png) no-repeat top right; /*можно поставить ссылку на другую шапочку или вообще ленту, еловую ветку и т. д.*/
}
 
li.pa-avatar img {
width: auto;
height: auto;
}





/* Статистика */
#pun-stats .container {padding: 0.8em 1em}
#pun-stats li {
  float: left;
  clear: both;
  line-height: 150%;
  }
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
text-align: center;
  }



/*****лого*****/

#pun-title table {
background-color: transparent; /*цвет*/
  background-image: url(https://forumstatic.ru/files/001b/8c/9a/61681.gif); /*картинка*/
  background-position: top center; /*позиционирование картинки*/
  height: 60px; /*высота шапки*/
width: 300px; /*ширина шапки*/
  margin-right: 100px;
}