.table {
	font-size: 14px;
	text-align: left;
    border: 2px solid #794906b0;
    padding: 8px;
	margin-bottom: 40px;
}
table, td {
	font-size: 14px;
	text-align: left;
}

thead, tfoot {
    background-color: #794906;
    color: #fff;
}
/*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 : 8px 10px;
    white-space: nowrap;
}

td, th {
    padding : 8px 10px;
    white-space: nowrap;
}
td {
  	text-align: justify-all;
}

/* column for concepts */
.tab0 > details > div > table.table > tbody > tr > td:first-child {
    font-weight: 700;
    background-color: rgba(255, 207, 0, 0.26);
    font-size: 100%;
    padding: 5pt 0 0 8pt;
    color: #362e29;
	white-space: break-spaces;
    font-family: revert;
}

.tab0 details tbody tr td:third-child {
	color: #302121;
	/* max-width: 6em; */
    font-style: italic;
    font-size: 85%;
    white-space: normal;
}

.tab0 thead tr th:nth-child(3n), .tab0 tbody tr td:nth-child(3n) {
	margin: 0 3px;
	padding: 0 5px;
	text-align: center;
	font-size: 97%;
}

.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: break-spaces;
	padding-right: 0px;
}
.tab1 tbody tr:nth-child(2n+2) td.bkg:first-child {
	background-color: #f3d36273/*rgba(150, 212, 212, 0.4)*/;
}
.tab1 tbody tr:nth-child(2n+2) td.bkg:first-child+td.bkg {
	background-color: #f3d36273/*rgba(150, 212, 212, 0.4)*/;
}
.tab1 > table > tbody > tr > td:nth-child(4n-2) {
	font-weight: bold;
    font-size: 106%;
}

.tab2 tbody tr td:first-child {
	white-space: break-spaces;
	padding-right: 0px;
}
.tab2 table tbody tr td:nth-child(3n) {
	/* font-weight: bold; */
	/* padding-right: 0px; */
}
.tab2 table tbody tr td:nth-child(4n) {
	/* font-style: italic; */
	padding-right: 0px;
}
/* .tab2 tbody tr:nth-child(2n+2) {
	background-color: #f3d36273 //rgba(150, 212, 212, 0.4);
} */

.tab2 tbody tr:hover{
    background-color: #d0b7f1;
}

.tab2 > table > tbody > tr > td:nth-child(4n-2) {
    font-size: 106%;
    font-weight: 700;
}
/* 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 > thead > tr > th:nth-child(4n-2) {
    width: 23%;
}
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%;
}

/* table.detail tbody tr.sens1 {
	...
} */

table.detail tbody tr {
    border-bottom: 0px;
    font-size: 16px;
	line-height: 1.2;
}

.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;
}

table > tbody > tr > td:first-child {
	white-space: break-spaces;
    font-family: "Calibri";
}

.lg_name {
	color: #302121;
	/* max-width: 6em; */
    font-style: italic;
    font-size: 85%;
    white-space: normal;
    /* border-right: 1px solid #ce1414; */
    width: 50% ! important;
    padding: 0 6px 0 0;
    line-height: 140%;
    vertical-align: baseline;
}
.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%;
}
.etymo_lg {
	color: #111;
    font-style: normal;
    white-space: nowrap;
}
.etymotitle {
	color: #000;
    font-style: italic;
    white-space: nowrap;
}
.icon {
	float: right;
	padding: 4px 5px 0 0;
    margin-top: 1px;
	min-width: 10px;
    /* width: 19px; */
    max-width: fit-content;
}
.table_title {
	position: -webkit-sticky;
	position: sticky;
	margin: 14px -1px 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;
}

