|  | @@ -39,4 +39,10 @@ $(document).ready(function () {
 | 
	
		
			
				|  |  |        ].join(''))
 | 
	
		
			
				|  |  |        .wrap('<li id="footnote-' + (index + 1) + '"></li>');
 | 
	
		
			
				|  |  |    });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  // Style pull quotes.
 | 
	
		
			
				|  |  | +  $('span.pull-quote').each(function (index) {
 | 
	
		
			
				|  |  | +    var $parentParagraph = $(this).parent('p');
 | 
	
		
			
				|  |  | +    $parentParagraph.css('position', 'relative');
 | 
	
		
			
				|  |  | +  });
 | 
	
		
			
				|  |  |  });
 |