/* Support #116643 - Center embedded Tweets */

	.twitter-tweet-rendered {
		margin-left: auto;
		margin-right: auto;
	}

/* Theme doesn't include default image alignment classes */

	#site-body .site-body-content-wrap .site-body-content p {
		margin: 0.8em auto;
		padding: 0;
	}
	#site-body .site-body-content-wrap .site-body-content .alignleft {
		float: left;
		margin: 0 0.8em 0 0;
	}
	#site-body .site-body-content-wrap .site-body-content .alignright {
		float: right;
		margin: 0 0 0 0.8em;
	}
	#site-body .site-body-content-wrap .site-body-content .aligncenter {
		display: block;
		margin: 0 auto;
	}
	
/* Support #169863 - Adjust quote's default height	 */
	html .site-body-content blockquote:before {
	    top: -2px;
	    left: 0;
	    font-size: 60px;
	}
	
	html .site-body-content blockquote:after {
	    bottom: -30px;
	    right: -30px;
	    font-size: 60px;
	}	

/* Support #178187 - Fix theme compat with countdown timer plugin */

	.widget.shailan_CountdownWidget * { box-sizing: content-box; }