* {
	transition: none !important
}

body {
	/*zoom: 60%;*/
}

.hide-from-printer, 
header, 
article h2::after, 
a[href]:after, 
.quotemark, 
.blockquote cite, 
.orange, 
img, 
figure, 
.tweet-wrapper, 
aside.dark, 
.center-inline-contents, 
.footer,
.newsletter,
.byline {
	display: none !important;
}

h3 {
	margin-top: 10px;
	padding-top: 10px;
}

.table-of-contents{
	margin: 0;
}

article .dark.leadsection,
article .dark h2,
article .dark,
article .section-without-leading-subheader,
article h2 + h3, 
article .dark h2 + article .dark h3,
article .orange + .dark,
article .listbox,
.minimal-header aside.blockquote {
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

h2,
article h2, 
article .dark h2 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
    text-align: left;
}

article li {
	list-style-type: circle;
	margin-left: 20px;
}

article .blockquote.filled {
	padding: 0 0 0 20px;
}

article .blockquote.filled,
article .dark .blockquote,
article a {
	border-color: rgba(0,0,0,0.1)
}

.listbox, .minimal-header aside.blockquote.giant-quotemark {
	margin: 0 !important;
	padding: 0 0 20px !important;
}

article .listbox li:last-child {
	margin-bottom: 0 !important;
}