body {
	font-size: 10px;
	font-family: "Noto Sans", "Segoe UI", Ubuntu, "Calibri", sans-serif;
	stroke: none;
	font-size: 17px;
}
.logo {
	float:right; 
	margin: 20px; 
	color: darkgray; 
	font-size: 12px;
				  
}
a.site_tab {
	padding:8px;
    margin: 8px;
	border-radius: 4px;
	background-color: white;
	font-weight: 500;
	color: #5c5755;
}
a.site_tab:hover {
	background-color: #c9ac84;
	color: white;
}
a.selected {
	background-color: #c9ac8457;
}
a {
    color: inherit;
    text-decoration: none;
}
h2#graphTitle {
	margin: 25px 8px; 
}
.advice {
	font-size: 13px;
	font-style: italic;
	text-align: center;
	white-space: nowrap;
	line-height: 1.8;
}
.tip {
	/*   position: relative;
	display: inline-block; */
	border-bottom: 1px dotted gray;
}
.etymtip {
	color: #5f4669;
    font-weight: 600;
    font-size: 95%;
}
.etymtip:hover {
	color: #fef4ff;
	border-bottom: 1px dotted white;
}
h3#SliderAdapt > span {
	white-space: nowrap;
}
.tip:hover {
	color: gray;
}
.text {
	margin: 2em 2em 4em 2em;
	font-size: 16px;
	line-height: 1.4;
	text-align: justify;
	padding-top: 12px;
}
.cap_concept {
	font-variant: small-caps;
	font-style: normal;
    color: #ae350b;
    font-weight: 500;
}
.etymon_txt {
	font-style: normal;
	color: purple;
}
.pix {
	margin: 5px 5px 5px 15px;
	border-radius: 9px;
	display: block;
	/* max-height: 85%; */
}
.illustration {
	/* display: block; */
	margin-right: 20px;
}

.auto_etymon {
	/* font-size: inherit; */
	font-weight: 600;
    font-family: "Segoe UI", system-ui;
    color: #fff;
    border-radius: 5px;
    /* background: #4b06f8; */
    background: #ab5e19;
    padding: 1px 6px 1px 6px;
    white-space: nowrap;
}
.caption {
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 8px;
}
.bullet {
	font-size: 15px;
	font-style: normal;
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 8px;
}

.url_export {
	float: right;
	margin: 5px;
}

.url_export span a img {
	width: 27px !important;
    margin: 12px 8px 0 0 !important;
}
/*
#MainSource {
	float: right;
	width: 27px;
    margin: 12px 8px 0 0;
} */
#MainSource a img {
	width: 29px;
    margin: 14px 12px 0 0;
    vertical-align: baseline;
}
img {
    color: #666666;
    background: none;
    border-color: #999999;
}
img.main {
	border-radius: 3px;
	border: 2px;
	border-color:#666; 
	margin:20px;
    position: relative;
	width: 80%;
}
img.picture {
	border-radius: 10px;
	border: 2px;
	border-color:#666;
    position: relative; 
	/* margin: 15px; */
	/* max-width: 60%; */
	/* max-height: 500px; */
	clear: left;
}
img.portrait {
	border-radius: 90px;
	border: 2px;
	border-color:#666;
    position: relative; 
	/* margin: 15px; */
	/* max-width: 60%; */
	/* max-height: 500px; */
	clear: left;
	max-width: fit-content;
}
@media screen and (max-width: 800px) {
	img.picture {
		border-radius: 10px;
		min-width: 96%;
		padding: 5%;
		clear: both;
	}
}
img.cover {
	border-radius: 0px;
	border: 2px;
	border-color:#666; 
    margin: 4px 20px 8px 20px;
	width: 100px;
    position: relative;
}
figcaption.below {
	display: inline-block;
	margin: 10px;
    position: relative;
	padding-left: 15%;
	font-size: smaller;
	width: 80%;
	text-align: center;
}
#graph_toggle img {
	padding: 0 0 8px 0;
}
.float-left {
    float: left!important; 
	margin: 15px 24px 15px 0px;
}
.float-right {
    float: right!important;
	margin: 15px 0px 15px 24px;
}
.hilite {
	font-weight: 700;
    background-color: #fceca8;
	padding: 2px 9px;
	border-radius: 8px;	
}
/* @media(min-width: 769px) {
    .container-fluid .nav-collapse {
	padding: 0 10px;
    }
    .container-fluid .nav-collapse > ul > li > a {
	line-height: 80px;
    }
} */
.focus {
	font-weight: 700;
}
#graph_toggle {
	margin: 12px; 
	width: 36px; 
	height: 36px; 
	padding: 4px;
}

#transport {
	display: flex; 
	flex-direction: row; 
	align-content: center; 
	justify-content: space-between; 
	align-items: baseline;
	margin: 1px 0 10px 0;
}

.navbar-static-top .navbar-inner {
	width: -webkit-fill-available;
}
