.item-image.pull-left,
.item-image.pull-right {
  float: none !important;
  width: 33% !important;
}

li {
	list-style: none !important;
}

/* This is added to remove the white space between
   the hamburger menu and the "share" only on 
   mobile phones.
*/
@media (max-width: 430px) {
.rstpl-navigation .navbar .btn-navbar {
	margin: 0px 0px 0px 0px;
}
}
/* This is to override the box used at the top of some Articles
*/
.rspbld-row-title {

	border: 1px solid #e1e1e1;
	text-transform: uppercase;
	font-size: small;
	font-weight: 600;
	line-height: 1;
	color: #333333;
}

