.readnext {
  height:62px;
  width:100%;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  background-color:#e6e6e6;
  position:relative;
}

.readnext .image {
  float:left;
}
.readnext .title {
  width:100%;
  padding:0 10px;
  height:100%;

}
@media screen and (min-width: 0px) and (max-width: 768px) {
.readnext.hasimage .title {
  width:66%;
  float:left;
}
}
@media screen and (min-width: 768px) {
.readnext.hasimage .title {
  width:73%;
  float:left;
}
}
.readnext .title .readnext-header {
  font-size:10px;
  height:18px;
  margin-bottom:3px;
  margin-top:0px;
  position:relative;
}
.readnext .title .readnext-header.subsection span {
  background:#e6e6e6 none repeat scroll 0% 0%;
  margin-top:-1px;
  position:absolute !important;
}

.readnext .title .readnext-title {
  height:37px;
  width:100%;
  position:inline-block;
  display:table-cell;
  vertical-align: middle;
  color:#000;
}

.readnext a {
  text-decoration: none !important;;
  border-bottom:none !important;
  color:#000;
}