table#myTable {
	width: 98%;
	margin: 2px 20px;
}
table#myTable tr td {
	vertical-align: top;
}
table#myTable thead tr th {
	vertical-align: top;
	width: 15%;
	}
table#myTable thead{
	position: sticky; 
	top: 0;
    z-index: 1000;
	}
.concept_cell {
	background-color: #ffda5e73;
}
.concept {
    /* background-color: #f4ba7e; */
	background-color: #c5b2fbed;
    font-weight: 650;
    border-radius: 5px;
    padding: 2px 12px 4px 8px;
    font-size: 12pt;
    position: sticky;
    top: 48px;
}
.expanded-content {
	display: inherit;
	/* display: contents; */
	white-space: nowrap;
	margin-bottom: 3pt;
	padding: 1px 9px;
}
.neighbourhood {
	display: contents;
	white-space: nowrap;
	font-weight: bold;
	margin-bottom: 3pt;
	padding: 5px 1px;
}
.neighbourhood a {
	/* display: block; */
	text-decoration: none;
	padding: 1px 5px;
}
.neighbourhood a:hover {
	/* display: block; */
	color:white;
	background-color: #F29B6B;
	border-radius: 4px;
}

.expanded-content tr {
	/* border-bottom: none; */
	border-bottom: 2px solid white;
}
.expanded-content td {
	padding: 2px 9px 0px 0px;
	vertical-align: baseline !important;
}

.delta {
	margin-right: 5px;
    float: right;
    font-weight: 500;
}
.collapsed .expanded-content {
	display: none;
	/* white-space: pre-wrap; */
	white-space: nowrap;
}

.expanded .collapsed-content {
	display: none;
}
.etymon_table {
	font-size: 14px;
    line-height: 140%;
    font-weight: 650;
}
.toggle-button {
	cursor: pointer;
	text-decoration: none;
	color: #342a1b;
    font-weight: 700;
}

.content.expanded {
	/* Set the desired width value */
}

.search-container {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	margin: 0 auto;
}

#search-input  {
	padding: 8px;
	border: 2px groove rgba(226, 137, 7, 0.4);
	border-radius: 7px;
	flex: 1;
	font-family: 'Segoe UI';
	font-size: 13pt;
	font-weight: 600;
	/* font-style: italic; */
    margin: 1em auto;
	box-sizing: unset;
}

#search-button  {
	padding: 8px 18px;
	border: none;
	border-radius: 7px;
	background-color: #e38603;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin-left: 8px;
}

#search-button:hover {
	background-color: #0056b3;
}

.lg_name {
	font-weight: 400;
    white-space: normal;
    /* width: 200px; */
    font-size: 86%;
    line-height: 130%;
}

.neighbourhood > details > summary {
	color: #201c1c;
    /* background-color: #f1c395; */
    background-color: #f79b7991;
    padding: 3px 1px 3px 8px;
    border-radius: 4px;
}
th > button {
	font-weight: 600;
	background-color: #f5e896;
}
span.lg_form {
    font-weight: 650;
    padding: 0;
    font-size: 108%;
}
tr {
    font-size: unset;
}

.etymon_table a {
	text-decoration: none;
	padding: 1px 5px;
}
.etymon_table a:hover {
    /* display: block; */
    color: white;
    background-color: #F29B6B;
    border-radius: 4px;
}
div.searchDiv {
	display: flex;
}

@media screen and (max-width: 967px) {
	details > a > img {
	    float: initial !important;
		width: 90% !important;
		max-width: revert !important;
		margin: 15px 25px 15px 10px !important;
	}	
	div.searchDiv {
		display: flow;
	}
}
