.widget_gk_comments  ul li,  
.box.headlines .gk-nsp-links .gk-nsp-links-scroll ul li{
  cursor: pointer;
  padding: 8px 0;
}
.widget_gk_comments li div{
  margin:0
}
.widget_gk_comments li #date2min{
  display: block;
  text-align: right;
  margin-top: 7px;
  color: #777;
}
.widget_gk_comments li p{
  max-height: 5em;
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}  
.gk-nsp-links-nav .icon_slid{
  width: 40px;
  float: right;
  text-align: center;
  cursor: pointer;
}
.gk-nsp-links-nav .icon_slid p{
  display: block;
  margin: 3px 3px;
  padding: 1px;
  height: 2px;
  background: #D6D6D6;
  border-radius: 4px;
}
.gk-nsp-links-nav .icon_slid:hover p{
  background: #E25B32;
}
.gk-nsp-links-nav .icon_slid p + p {
  margin: 3px 8px;
}
.gk-nsp-links-nav .icon_slid p + p + p {
  margin: 3px 14px;
}

.widget_gk_comments li p iframe{
  display: none;
}


.commlast .box-title{
  letter-spacing: 0.2em
}

.commlast ul li{
  display: none;
}
.commlast ul li:first-child,
.commlast ul li:first-child + li,
.commlast ul li:first-child + li + li,
.commlast ul li:first-child + li + li + li,
.commlast ul li:first-child + li + li + li + li{
  display: block;
}