

a.showMore {
  
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 20px;
  color: #000;
  text-decoration: none;
	
}
a.showMore::after {
  content: "+  MORE";
	
}
a.showMore.showLess::after {
  content: "-  LESS";
	
}

h4 {
  margin: 0px 0px 4px 0px;
}