
a:link{
  color: #1841ce;
  text-decoration: none;
}
a:visited{
  color: #103090;
  text-decoration: none;
}
a:focus {
  outline:none;
}
.main {
  width: 250px;
  font-size: 14px;
}

.img_recent {
  position: relative;
  width: 100%; 
  height: 70px;
  margin:0 auto;
  overflow: hidden;
  word-break: break-all;
}

.img_recent img {
  width: 60px; 
  min-height: 40px;
  max-height: 60px;
  display: block;
  margin: 5px;
  float:left;
}

.img_recent span {
  display:block;
  padding-top:10px;
  font-size: 12px;
}
