.patologia-row {
 border-bottom: 1px solid #e2e2e2;
 margin-bottom: 20px;
 padding-bottom: 20px;
}

.read-more-button {
display: inline-block;
  margin: 0 7px 10px 0;
  padding: 0 23px 0;
  background-color: #fafafa;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  text-shadow: 0 1px 0 white;
  text-decoration: none;
  font: 13px/32px 'Open Sans';
  font-weight: 500;
  color: #424346;
 margin-top: 10px;
}