/* This is currently used */

.ArticleContainer {
	padding: 12px;
	margin: 0px auto;
}

.table-of-contents {
	max-width: max-content;
	margin-right: .75rem;
	padding-left: 0px;
}

/* Font Styles */

.ArticleContainer p{
	font-family: "Source Sans Pro", "sans-serif";
	margin-bottom: 1rem;
	font-size: 1rem;
	word-wrap: break-word;
}

.ArticleContainer a{
	font-family: "Source Sans Pro", "sans-serif";
	font-size: 1rem;
	word-wrap: break-word;
	text-decoration: none;
	color: #606060;
	cursor: pointer;
}

.ArticleContainer a:hover{
	color: #D16103;
}

.ArticleContainer ul li {
	font-family: "Source Sans Pro", "sans-serif";
	font-size: 1rem;
	word-wrap: break-word;
	margin-bottom: 1rem;
	padding-left: 0.5rem;
}

.ArticleContainer ol {
	font-family: "Source Sans Pro", "sans-serif";
	font-size: 1rem;
	word-wrap: break-word;
	margin-bottom: 1rem;
	list-style: decimal;
	margin-left:1.5rem;
}

.ArticleContainer ol li {
	font-family: "Source Sans Pro", "sans-serif";
	font-size: 1rem;
	word-wrap: break-word;
	margin-bottom: 1rem;
	list-style-position: outside;
}

p.DemoResult,
li.DemoResult {
	word-wrap: break-word;
	font-size: 1rem;
	color: #606060;
	font-family: "Source Sans Pro", "sans-serif";
}

p.PaperType {
	font-weight: bold;
	color: #D16103;
}

p.Header {
	font-size: 0.8 rem;
	font-family: "Raleway", "sans-serif";
	color: #D16103;
}

p.MsoTitle,
li.MsoTitle,
div.MsoTitle {
	font-size: 2rem;
	font-family: "Raleway", "sans-serif";
}

p.MsoSubtitle,
li.MsoSubtitle,
div.MsoSubtitle {
	font-size: 1rem;
	font-family: "Raleway", "sans-serif";
}

.Datelinediv {
	display: block !important;
}
p.MsoDateline,
span.MsoDateline {
	font-size: .8rem;
	margin-bottom: 0;
	font-family: "Raleway", "sans-serif";
}

p.paperthematictitle {
	font-size: .8rem;
	font-style: italic;
	margin-top: 0.5rem;
}

p.Heading1,
li.Heading1,
div.Heading1 {
	font-size: 1.19rem;
	font-weight: bold;
}

p.Heading2,
li.Heading2,
div.Heading2 {
	font-size: 1rem;
	font-weight: bold;
}

p.Blockquote {
	word-wrap: break-word;
	font-size: 1rem;
	padding-left: 3rem;
}

p.Equation {
	font-size: 1rem;
	font-family: "Cambria", serif;
	color: black;
	font-style: italic;
}

p.Figure_Caption, p.FigureCaption {
	font-weight: bold;
	margin-bottom: 2rem;
}

p.SidebarText,
li.SidebarText,
div.SidebarText {
	font-weight: bold;
	color: #606060;
	cursor: pointer;
	padding-left: .75rem !important;
}

p.SidebarText:hover,
li.SidebarText:hover,
div.SidebarText:hover {
	color: #D16103;
}

a.SidebarText {
	text-decoration: none;
	color: #606060;
	cursor: pointer;
}

a.SidebarText:hover {
	color: #D16103;
}

div.RelatedPaperBox {
	top: 24px;
	border: 1.5px solid;
	color: #D16103;
	box-shadow: none;
}

p.RelatedPaperHeading {
	word-wrap: break-word;
	font-size: 1.3rem;
	color: #D16103;
}

p.RelatedPaperTitle {
	margin-top: 0.75rem;
	color: black;
}

.RelatedPaperList {
	margin:0px !important;
	list-style: none !important
}
p.RelatedPaper,
li.RelatedPaper {
	margin-top: 0.3rem;
	font-size: 0.9rem;
	color: #606060;
	padding-left: 0;
}

a.RelatedPaper {
	font-size: 0.9rem;
	text-decoration: none;
	color: #606060;
}

p.RelatedPaper:hover,
a.RelatedPaper:hover,
li.RelatedPaper:hover {
	color: #D16103;
}

ul.SidebarText {
	margin: 0px;
	box-sizing: border-box;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

p.BreakLine,
li.BreakLine,
div.BreakLine {
	font-size: inherit;
	border-top: thin solid black;
	margin-bottom: 0 !important;
	line-height: 1rem;
}

p.BreakLineAll,
li.BreakLineAll,
div.BreakLineAll {
	font-size: inherit;
	margin-left: 0in;
	margin-right: 0in;
	margin-bottom: 0 !important;
	border-top: thin solid black;
	line-height: 1rem;
}

a.Article_Shortcuts {
	text-decoration: none;
	color: inherit;
}

hr {
	border: solid 1px black;
}

/* Styles for Dec 2019 Papers */
.ArticleContainer h2 {
	font-weight: bold;
}

.ArticleContainer h3 {
	font-style: italic;
}

/* Section Styles */

section.Article_Container {
	width: auto;
	margin: 2rem 3rem 3rem 1rem;
	box-sizing: border-box;
}

header.TitleSection {
	float: left;
	width: auto;
	margin: 0px auto;
	box-sizing: border-box;
}

section.Article_Text_Container {
	float: left;
	margin: 0px auto 3rem;
	width: 100%;
	box-sizing: border-box;
}

section.SuggestionBox {
	/* float: left; */
	box-shadow: none;
	margin: 0px auto 3rem;
	padding: 12px;
	width: 100%;
	background-color: #e9e9e9;
	box-sizing: border-box;
}

div.NavigationSidebar {
	float: left;
	width: 7rem;
	margin: 0rem 3rem 6rem 0rem;
	box-sizing: border-box;
}

div.WordSection1 {
	float: right;
	width: calc(100% - 10rem);
	margin: 0rem auto 0rem;
	box-sizing: border-box;
}


img#Featured_figure {
	max-width: 35%;
	height: auto;
}

#social_media_buttons {
	margin-left: 1rem;
	margin-top: .3rem;
	float: left;
}

table.no_border_table {
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

.fb_iframe_widget span {
	vertical-align: baseline !important;
}

#dateline_text {
	margin-left: 1rem;
	margin-top: .3rem;
	padding-bottom: 4px;
	float: left;
	display: table;
	vertical-align: middle;
	font-size: .8rem;
	font-family: 'Source Sans Pro', 'sans-serif';
}

@media only screen and (max-width:570px) {
	#dateline_text {
		display: none;
	}
}



#Introduction img,
#Background img,
#Methods img,
#Results img,
#Discussion img,
#Appendix img,
#Authors img,
#Data img {
	min-width: 200px;
	max-width: 1200px;
}

#Introduction td p,
#Background td p,
#Methods td p,
#Results td p,
#Discussion td p {
	display: table-cell;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;

	iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}

/* Article specific  */
.twittertrail {
	color: gray;
	font-family: Verdana, Geneva, sans-serif;
}

.deepfake td {
	border: 1px solid black;
	padding: 5px;
}
