.thumb {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;  
  margin-left: auto; 
  margin-right: auto;
}
.thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  border-radius: 4px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumb img.portrait {
  width: 100%;
  height: auto;
}


.lastcomment 
{
    font-size: 12px;
}

.lastcomment a {
    color: #000000;
}

.cb_template .img-thumbnail {
    border-radius: 50% !important;
}

.tfix1 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.klatest a {
 color: #000000;
}

#kunena.layout .img-rounded {
    border-radius: 50% !important;
}

.cb_template { 
    font-family: Comfortaa !important;
}

.kmsg { 
    font-family: Comfortaa !important;
}