/*
|---------------------------------------------------------------------------------
|-- Add This Styles
|---------------------------------------------------------------------------------
*/
.addthis_emailprint {
	left: 0;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: 215px;
    z-index: 10;
}
.addthis_emailprint a {
	line-height: 19px;
	height: 19px;
	vertical-align: middle;
	float: right;
	margin-right: 10px;
}
.addthis_emailprint a.addthis_button_print{
	margin-right: 0;
	display: none;
}
.addthis_emailprint a.addthis_button_facebook_like {
	margin-right: 38px;
	width: 50px;
}
.addthis_counter.addthis_pill_style {
	display: inline-block;
	height: 20px;
	overflow: hidden;
}
/*
|--------------------------------
|  MEDIA QUERIES
|--------------------------------
*/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.addthis_emailprint {
	    left: auto;
	    margin: 0;
	    position: absolute;
	    width: 237px;
	}
	.addthis_emailprint a.addthis_button_print{
		margin-right: 0;
		display: inline-block;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { }
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { }