

.table {
	font-size: 14px;
	text-align: left;
    border: 2px solid #794906b0;
    padding: 8px;
	margin-bottom: 40px;
}
table, td {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
thead, tfoot {
    background-color: #794906;
    color: #fff;
}
table tfoot tr td div a {
    color: white !important;
	font-weight: 650;
    font-size: larger;
    margin: 4px 30px 4px 5px;
}
table tfoot tr td div a:hover {
    color: #f8ca88 !important;
    /* font-weight: 700; */
}
a.selected_table_range {
	color: #f8bd66 !important;
}

/*tbody tr:nth-child(2n) {
    border-top: 1px solid #333;
}*/

th:nth-child(even),td:nth-child(even) {
}

tr {
	/* border-bottom: 1px solid #B7A893; */
	font-size: 16px;
}

td, th {
    padding : 4px 5px 3px 8px;
    white-space: nowrap;
}
td {
  	text-align: justify-all;
}

table > tbody > tr > td:first-child {
	white-space: break-spaces;
    /* font-family: "Calibri"; */
}

.table_details {
}
/* column for concepts */
div.tab0 details#collapse_0 > div > table > tbody > tr > td:nth-child(1) {
    font-weight: 700;
    background-color: rgba(255, 207, 0, 0.26);
    font-size: 100%;
    padding: 5px 5px 2px 10px;
    color: #362e29;
	white-space: break-spaces;
    font-family: revert;
	max-width: 100px;
    width: 25%;
	}
/* column for concepts */
div.tab0 details#collapse_0 > div > table > tbody > tr > td:nth-child(2) {
	line-height: 122%;
	padding: 8px 4px 0 8px;
	}
	
/* link to source*/
table.detail > tbody > tr > td:nth-child(1) {
    width: 42%;
    padding: 1px 3px 1px 4px;
    line-height: 140%;
    vertical-align: baseline;
	}
table.detail > tbody > tr > td:nth-child(2) {
    width: 48%;
    /* padding: 1px 3px 1px 4px; */
    line-height: 140%;
    vertical-align: baseline;
	}
table.detail > tbody > tr > td:nth-child(3) {
    width: 36px;
	}
div.tab0 details#collapse_0 > div > table > tbody > tr > td:nth-child(3) {
	color: #302121;
	/* max-width: 6em; 
    font-style: italic;*/
    font-size: 90%;
    white-space: normal;
}

div.tab0 details#collapse_0 > div > table > tbody > tr > th:nth-child(3), div.tab0 details#collapse_0 > div > table > tbody > tr > td:nth-child(3) {
	/* margin: 0 3px; */
	padding: 3px 8px;
	text-align: center;
	font-size: 95%;
}

/* column for concepts */
div.tab3 details#collapse_0 > div > table > tbody > tr > td:nth-child(1) {
    font-weight: 500;
    font-size: 100%;
    /* padding: 8px 5px 2px 5px; */
	white-space: normal;
	font-style: normal;
    width: 20%;
	}
div.tab3 details#collapse_0 > div > table > tbody > tr > td:nth-child(2) {
    font-weight: 700;
    background-color: #cbfac5;
    font-size: 110%;
    /* padding: 5px 5px 2px 5px; */
	white-space: normal;
    width: 22%;
	}
div.tab3 details#collapse_0 > div > table > tbody > tr > td:nth-child(3) {
    /* padding: 5px 2px 2px 2px; */
	}
div.tab3 details#collapse_0 > div > table > tbody > tr > td:nth-child(4) {
    font-weight: 400;
    font-size: 95%;
    padding: 5px 5px 2px 10px;
	white-space: normal;
	}
@media screen and (max-width: 967px) {
	div.tab3 details#collapse_0 > div > table > tbody > tr > td:nth-child(1) {
    width: 15%;
	padding: 8px 2px 2px 2px;
	}
	div.tab3 details#collapse_0 > div > table > tbody > tr > td:nth-child(2) {
    width: 20%;
	}
}
.tab1 .table {
    border-left: 1px solid #1b0808;
    border-right: 1px solid #1b0808;
	padding: 8px;
}
table.table tbody tr, .tab1 table tbody tr, .tab2 table tbody tr {
    padding: 10px 3px;
	/* line-height: 1.8; */
    vertical-align: baseline;
}
.tab1 tbody tr td.bkg {
    padding: 8px 10px;
}
.tab1 tbody tr td:first-child {
	white-space: normal;
	padding-right: 0px;
	width: 20%;
	max-width: 100px;
}
.tab1 > table > tbody > tr > td:nth-child(2) {
	font-weight: bold;
    font-size: 106%;
	background-color: #d2b19263;
	padding-left: 9px;
	padding-right: 7px;
	width: 22%;
}
.tab1 > table > tbody > tr > td:nth-child(4) {
	width: 52%;
	}
.tab1 tbody tr:nth-child(4) td.bkg:first-child {
	background-color: #f3d36273/*rgba(150, 212, 212, 0.4)*/;
}
.tab1 tbody tr:nth-child(4) td.bkg:first-child+td.bkg {
	background-color: #f3d36273/*rgba(150, 212, 212, 0.4)*/;
}

.tab2 tbody tr td:first-child {
	white-space: normal;
    padding-right: 3px;
	padding-left: 10px;
    font-size: 10pt;
    font-style: italic;
    line-height: 1.8;
	width: 20%;
	max-width: 100px;
}

.tab2 tbody tr:hover{
    background-color: #d0b7f1;
}

.tab2 > table > tbody > tr > td:nth-child(2) {
    font-size: 106%;
    font-weight: 700;
	background-color: #d2b19263;
	padding-left: 9px;
	padding-right: 7px;
	width: 23%;
	/* max-width: 106px; */
}
/* tbody tr:nth-child(2n+1) {
	background-color: #f3d36273/*rgba(150, 212, 212, 0.4);
}*/

.tab2 > table > thead > tr > th:first-child {
    /* width: 23%; */
}
.tab2 table tbody tr td:nth-child(3) {
	width: 42px;
	text-align: center;
}
.tab2 table tbody tr td:nth-child(4) {
	/* font-style: italic; */
	padding-right: 0px;
	width: 52%;
}

tbody tr.clickable:hover{
    background-color: #A7E;
}

tbody tr.clicked1{
    background-color: #a19bf8;
}

tbody tr.clicked2{
    background-color: #ffb49a;
}


tbody tr.underthresh{
    background-color: #DEDEDE;
    color: #998973a1;
}

tbody tr.underthresh:hover{
    background-color: #9e9595;
	color: #ECE9E9;
}


tbody tr.unclickable{
    background-color: #c5c5c5;
	color: #998973a1;
}

tbody tr.unclickable:hover{
    background-color: #9e9595;
	color: #ECE9E9;
}

table.detail {
    border-left: 0px solid #333;
    border-right: 0px solid #333;
    border: none;
    width: 98%;
    max-width: 98%;
	margin:6px 0;
}
.table-condensed th, .table-condensed td {
    padding: 3px 6px;
}
/* table.detail tbody tr.sens1 {
	...
} */

table.detail tbody tr {
    border-bottom: 0px;
    font-size: 16px;
	line-height: 1.2;
    padding: 3px 6px;
}

.sens1, .sens12, .sens2 {
    border: none !important;
	padding: 2px 10px;
    margin: 3px;
	border-radius: 9px;
}

.sens1 {
    background-color: #d7d3ff !important;
}

.sens12 {
	background: repeating-linear-gradient(
	135deg,
  	#d7d3ff, #d7d3ff 10px,
  	#ff733f57 10px, #ff733f57 20px) !important;
}
.sens2 {
    background-color: #ff733f57 !important;
}
.etymon {
    font-weight: 600;
}
.details_title {
	color: #5d3434ed;
	font-size: 90%;
	font-style: italic;
	min-width: 200px;
}

.lg_name {
	color: #302121;
	/* max-width: 6em; */
    font-style: italic;
    font-size: 10pt;
    white-space: normal;
    /* border-right: 1px solid #ce1414; */
}
.lg_form {
	min-width: 2em;
    font-weight: 700;
    vertical-align: baseline;
    padding: 0 0 0 6px;
    font-size: 90%;
	white-space: break-spaces;
	line-height: 122%;
}

.plg_name {
    vertical-align: baseline;
    white-space: normal;
    /* border-right: 1px solid #ce1414; */
    width: 40% ! important;
    padding: 0 6px 0 0;
    line-height: 140%;
	color: #552f8e;
    font-size: 9pt;
	font-weight: 500;
	font-style: initial;
}
@media screen and (max-width: 967px) {
    td.lg_form {
    padding: 4px 6px !important;
	}
}
.etymo_lg {
	color: #111;
    font-style: normal;
    white-space: nowrap;
}
.etymotitle {
	color: #000;
    font-style: italic;
    white-space: nowrap;
}
.icon {
	float: right;
	padding: 3px 2px;
    margin-top: 1px;
	min-width: 10px;
    /* width: 19px; */
    max-width: fit-content;
}
.table_title {
	position: -webkit-sticky;
	position: sticky;
	/* margin: 14px -1px 6px -1px; */
	margin: 6px -1px;
	width: -webkit-fill-available;
	top: 6px;
	padding: 6px 0 0 0;
	/* border: 4px ridge #f3d362cc; */
	background-color: #FFF;
	outline: 6px solid #FFF;
	line-height: 1.6;
}

h1,h2,h3{line-height:1.4 !important;}
