.last-feed h2 , .multi-latest h2 {
  font-size: 2.2em;
  padding-bottom: 5px;
  margin-bottom:0;
  font-weight: bold;
  text-shadow:1px 1px 0 #ddd;
}
.last-feed h2 a:hover , .multi-latest h2 a:hover {
  text-decoration:none;
}
.last-feed h3 {
  font-size: 2.1em;
  line-height: 1.1;
}
.last-feed .thumb {
  font-size:1em;
  position:relative;  
  margin-bottom:5px;
  overflow:hidden;
  min-height:100px;
  padding-top:2px;
  border-top:5px solid #333; 
  text-align:center;
}
.last-feed .thumb a:hover {
    text-decoration:none;
}
.last-feed .cnt {
  position: absolute;
  right:0;
  top:2px;
}
.last-feed .abstract {
  color:#333;
  font-size: 1.3em;
  margin-bottom:15px;
}
.last-feed .related h6 {
  font-size: 1.4em;
  border-bottom:1px solid;
  padding-bottom:2px;
  color:#555;
  font-weight:bold;
}
.last-feed .related ul li {
  float:none;
  display:block;
  font-size: 1.3em;
  line-height:1.4;
  margin-bottom: 10px;
  padding-left: 12px;
  background-repeat:no-repeat;
  background-color:transparent;
  background-position: -122px -96px;
  background-image: url("/img/skin-default.png");
}
.last-feed .related ul li a:link, .last-feed .related ul li a:visited {
  color:#666;
}
/* Multi latest custom */
.multi-latest h2 {
  border-bottom:5px solid #333;
}
.multi-latest .thumb {
  border:0;
}
/* Post small */
.small-post .last-feed h2 {
  font-size: 1.7em;
  font-weight:bold;
}
.small-post .last-feed .thumb img {
  border:0;
}
.small-post .last-feed h3 {
  font-size:1.6em;
  line-height:1.1;
} 
