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: 15px 8px 12px 40px;
	position: sticky;
	z-index: 200;
}
.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: #7e7c7e;
	border-bottom: 1px dotted white;
}
h3#SliderAdapt > span {
	white-space: nowrap;
}
.tip:hover {
	color: gray;
}
.text {
	margin: 2em 2em 4em 2em;
	font-size: 12.5pt;
	line-height: 1.4;
	text-align: justify;
	padding-top: 12px;
}
.cap_concept {
	font-variant: small-caps;
	font-style: normal;
    color: #057943;
    font-weight: 600;
	font-size: 111%;
}
.etymon_txt {
	font-style: normal;
	color: #622b08;
    font-weight: 600;
}
.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: 11.5pt;
	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;
}


a[clicked] {
    background-color: chartreuse;
    border-radius: 6px;
    padding: 2px 5px;
}
div#protolgs > a {
	margin: 6px -14px;
    padding: 2px 6px;
    border-radius: 6px;
    /* line-height: 65%; */
    font-weight: 500;
	color: #552f8e;
}
div#protolgs > a:hover {
	color: white;
	background-color: #552f8e;
	text-decoration: none !important;
}

div#visualization {
	/* position: sticky; */
    z-index: 200;
    background-color: white;
	margin-bottom: 10px;
}

div#tab2 {
	/* position: sticky; */
}
div#tab1, div#tab2 {
	max-height: 550px;
}

div#tab3 {
	margin-bottom:30px;
}
div#BottomRight {
	margin-top:-45px;
}
div#OtherTables {
	margin-top:45px;
}


div#tab1 > table > tbody > tr > td:nth-child(2) > a {
	/* color: #780f5a; */
    font-weight: 650;
	font-size: 13pt;
	padding: 3px 5px 3px 2px;
}
div#tab1 > table > tbody > tr > td:nth-child(2) > a:hover {
	background-color: #780f5a;
    color: #fffafa;
	border-radius: 6px;
	text-decoration: none;
}
div#tab2 > table > tbody > tr > td:nth-child(2) > a {
	/* color: #780f5a; */
    font-weight: 650;
	font-size: 13pt;
	padding: 3px 5px 3px 2px;
}
div#tab2 > table > tbody > tr > td:nth-child(2) > a:hover {
	background-color: #780f5a;
    color: #fffafa;
	border-radius: 6px;
	text-decoration: none;
}

.scrollable {
	/* max-height: 380px; */
	overflow-y: scroll;
    overflow-x: hidden;
	padding-right: 2px !important;
	/* margin-bottom: 24px; */
	}
	
.scrollable::-webkit-scrollbar {
    width: 10px;
}
.scrollable::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}
.scrollable::-webkit-scrollbar-thumb {
    background: #c9ac84; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

.scrollable::-webkit-scrollbar-thumb:hover {
    background: #c9ac8457; /* Color of the scrollbar thumb on hover */
}
div#Large {
	margin-bottom: 10px;
}
.pagetitle {
	margin: 20px;
}
.columns {
	column-count: 7;
}
@media screen and (max-width: 1200px) {
	.columns {
		column-count: 6;
	}
	div#OtherTables {
    margin-top: 20px;
	margin-bottom: 35px;
	max-width: 900px;
	}
	div#BottomRight {
    margin-top: 20px;
	margin-bottom: 35px;
	max-width: 700px;
	}
}
@media screen and (max-width: 800px) {
	.columns {
		column-count: 4;
	}
}
@media screen and (max-width: 500px) {
	.columns {
		column-count: 2;
	}
}


@media screen and (max-width: 967px) {
	div#largeGraph, div#freezeGraph, div#saveGraph {
		display: none;
	}
	h2#graphTitle {
		margin: 15px 10px 6px 2px;
	}
	div#tab1, div#tab2 {
		max-height: 450px;
	}
	.scrollable {
		max-height: 700px;
		overflow-y: scroll;
		overflow-x: scroll;
		padding-right: 0;
		/* width: 95% !important; */
	}
	.scrollable::-webkit-scrollbar {
		width: 14px;
	}
	
	div#tab2 {
		max-height: 600px;
	}
}

@media print {
	div#visualization, div#tab0, div#tab1, div#tab2 {
		width: 95% !important;
		margin: 0 auto;
	}
	div#largeGraph, div#freezeGraph, div#saveGraph {
		display: none;
	}
/*	div#GraphWindow {
		height: unset;
		max-height: unset;
		overflow-y: hidden;
		overflow-x: hidden;
		padding-right: 0;
	} */
	.scrollable {
		height: unset !important;
		max-height: unset !important;
		overflow-y: hidden;
		overflow-x: hidden;
		padding-right: 0;
	}
}