/* Font size */

.content .articleItem p,
.content .articleItem label {
  line-height: 16px;
  font-size:11px;
}

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

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