.portal_date {
  float: right;
  white-space: nowrap;
  margin-top: 5px;
  margin-right: 5px;
}

.avatarHolder {
    float: right;
    margin-left: 10px;
}

.avatarHolder img {
   border-radius: 5%;
}

.postedBy {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    color: #777;
    font-size: 13px
}

.sectionFooter1 {
  color: #4D99CF;
  overflow: hidden;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #eee;
  padding: 3px 10px 0px 2px;
  border-top: 0px;
}

.sectionFooter1 span a {
  background-color: #273442;
  border-radius: 2px;
  padding: 3px 2px;
}

.sectionFooter1 span a i {
  padding: 2px 5px;
}
.sectionFooter1 span a:hover {
  background-color: #3498DB;
}

.sectionFooter1 .continue {
    padding: 2px;
   float: right;
}

.sectionFooter1 .continue a {
  color: #fff;
  font-size: 13px;
}
		
		
		
		
		