#community .communitypostinlist {  
  margin-top: 15px;
}

#community .communitypostinlist .title {  
  font-size: 1.1em;
  font-weight: bold;
}
#community .communitypostinlist .title a {  
}

#community .communitypostinlist .title a:hover {  
}

#community .communitypostinlist .byline {  
  font-size: .9em;
  margin-top: 3px;
  margin-bottom: 8px;
  color: #555;                               
}

#community .communitypostinlist .body {  
  width: 100%;
  margin: 10px 0;
  text-align: justify;
}
#community .communitypostinlist .postactions hr.tags {  
  height: 1px;
  border: 0;
  margin: 5px 0 5px 0;
  padding: 0;
  background: #ccc;
  color :#ccc;
}

#community .communitypostinlist .body a.extended {  
  font-weight: bold;
  font-size: .9em;
}
#community .communitypostinlist .postactions {  
  margin: 8px 0 30px 0;
  padding: 3px;
  border: 1px solid #ccc;
  background: #eee;
}

#community .communitypostinlist .postactions a {  
  font-size: .85em;
}