/* Font size */

.content .articleItem p,
.content .articleItem label,
.content .articleItem li {
  line-height: 20px;
  font-size:14px;
}

.content .articleItem h2 {
	font-size: 17px;
}
.content .articleItem h3 {
	font-size: 15px;
}

.content .articleItem .lead {
	font-size:22px;
}
