/* CSS Document */
/* For blog type articles on the site */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,b,i);
@import url('https://fonts.googleapis.com/css?family=Merriweather');

#article {
	text-align: justify;
	font-family: 'Merriweather', Cambria, serif;';
}

#article-body {
	margin-left: 5%;
	margin-right: 5;
}

#article-body h2 {
	font-size: 1.1em;
}

#article-body h3 {
	font-size: .95em;
	margin-left: 2%;
}

#article h1 /* Article Title */ {
	text-align: left;
	margin-bottom: 0;
	font-size: 1.6em;
	font-weight: bold;
	font-variant: normal;
	font-family: 'Merriweather', Cambria, serif;';
}

#article #date {
	font-size:smaller;
	color: gray;
	margin-left: 2%;
	margin-bottom: 4%;
}

.sharebutton-container {
	vertical-align: text-bottom;
	display:inline-flex;
 	float: right;
}


.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footnote {
	font-size: 0.8em;
	text-align: left
}


#article h2 /* Article subheadings */ {	
	font-size: 1,5em
}

#article p {
	line-height: 150%;
}

#article li {
	line-height: 150%;
}

#article-image-main {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}

#article-image-main img {
	max-width: 100%;
  	height: auto;
}

.infographic {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.infographic img {
	max-width: 100%;
	height: auto;
}

.small-article-image-centered {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.small-article-image-centered img {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#article .h2-subparagraph {
	text-indent: 0px;
	margin: 0% 2% 0 2%;
}

.articlequote-fr {
	border-left: #000;
	font-style: italic;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 10%;
	color: darkslategrey
}

.translation-table {
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-spacing: 10px;
    border-collapse: separate;
	max-width: 80%;
	font-size: 0.9em;
}

.translation-table th td {
	border: 0px;
	padding: 0.25em;
}

.translation-table td {
	width: 40%;
}

.translation-table tr {
	vertical-align: center;
}


.datatable {
	overflow-x:auto;
	width: 100%;
}

.datatable table {
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
	vertical-align: middle;
	text-align: center;
}

.screenshot {
	max-width: 90%;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.screenshot p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.screenshot img {
	max-width: 90%;
	border: thin;
}

#disqus_thread {
	width:90%;
	margin-left: auto;
	margin-right: auto
}






@media (max-width: 767px) {
	.translation-table {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	hyphens: auto;
	vertical-align: top;
	}
	
	#article-image-main img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
	max-width: 100% !important;
}
	.infographic {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
	
.small-article-image-centered {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.small-article-image-centered img {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.sharebutton-container {
	vertical-align: text-bottom;
	display:inline-flex;
	float: none;
	margin-left: 2%;
	margin-bottom: 5px;
}
	
}