/* Add end marker for the article */
.end-marker {
  /* for prod */
  background: url(/wp-content/themes/wharton/images/shield.png) 50% 0 no-repeat;
  /* for dev */
  /* background: url(/content/themes/wharton/images/shield.png) 50% 0 no-repeat; 
	  */

  clear: both;
  height: 30px;
  text-align: center; }

/* inline end marker */
.article_the_content .end-marker {
  display: inline-block;
  /* for prod */
  background-image: url(/wp-content/themes/wharton/images/shield-20.png);
  /* for local dev */
  /* background-image: url(/content/themes/wharton/images/shield-20.png); 
  	*/
  width: 26px;
  height: 20px;
  margin-bottom: -6px; }