body {
	font-family: "Open Sans", verdana, arial, sans-serif;
	color: #000;
	padding: 0 30px;
}
::backdrop {
  background-color: gray;
  opacity: 0.5;
}
.dot {
	background-color: #407151;/*#f1953a;#c4e5d0;#dcf5e5*/
	position: fixed;
	border-radius: 50%;
	z-index: -1;
}
body, p, h1, h2, h3 {
	background-color: white;
}
p.link-with-prevu {
	font-size: 1.5em;
	width: fit-content;
	margin: auto;
}
div.main-container {
	max-width: 900px;
	margin: auto;
}
#map {
	height: 500px;
	width: 100%;
}
div#found {
	margin: auto;
	max-width: fit-content;
}
h1.project-title {
	display: flex;
	align-items: center;
	
}
h1.project-title::before {
    content: ' ';
    display: inline-block;
    background-image: url("what_year.png");
    background-size: contain;
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    margin-right: 0.5em;
}
a.project-title {
	color: initial;
	padding: initial;
	display: block;
}
table {
	border-collapse: collapse;
	margin: 25px auto;
	font-size: 0.9em;
	font-family: sans-serif;
	/*min-width: 400px;*/
}
table thead tr {
	background-color: #3e7150;
	color: #ffffff;
	text-align: left;
}
table thead th {
	text-align: left;
	cursor: pointer;
}
table thead th:hover,
table thead th.chosen {
	background-color: #356144;
}
table th,
table td {
	padding: 12px 15px;
}
table th {
	text-align: right;
}
table tbody tr {
	/*border-bottom: 1px solid #dddddd;*/
	background-color: #f3f3f3;
}
table tbody tr:nth-of-type(even) {
	background-color: #ffffff;
}
table tbody tr:first-of-type {
	/*border-top: 2px solid #3e7150;*/
}
table tbody tr:last-of-type {
	/*border-bottom: 2px solid #3e7150;*/
}
table tbody tr.active-row {
	font-weight: bold;
	color: #009879;
}
.regions-table {
	max-width: fit-content;
	overflow: auto;
	margin: 25px auto;
}
.regions-table table {
	margin: 0;
}
a {
    outline: none;
    text-decoration: none;
    /*display: inline-block;*/
    text-align: left;
    color: #3e7150;
    padding: 2px;
}
a:link,
a:visited,
a:focus {
    background: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    background: #a8d3b8;
}
a.edit {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(edit.svg);
	background-size: 1em 1em;
	padding: 0;
	margin-left: 0.5em;
}
p.under-h {
	color: gray;
	width: fit-content;
	text-align: left;
}
.find::before {
    content: ' ';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 13l3.4 6.6c.6 1.1 2.5-.4 2-1.2l-4-6.2z'/%3E%3Ccircle cx='10.8' cy='8.9' r='3.9' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 2em;
    height: 2em;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    margin-right: 0.5em;
}
.find {
	width: fit-content;
    margin: 1em auto;
	display: flex;
	align-items: center;
}
.find input {
	width: 16em;
	font-family: "Open Sans", verdana, arial, sans-serif;
	font-size: 1em;
	border: none;
	padding: 4px;
}
.person {
	display: block;
	text-align: left;
	width: fit-content;
	height: 6em;
	margin: 0 auto;
}
.person div.contact {
	display: inline-block;
	vertical-align: middle;
	background-color: #ffffff;
}
.person div.logo {
	display: inline-block;
	vertical-align: middle;
	width: 5.2em;
	height: 6em;
	background-color: currentColor;
	-webkit-mask-image: url(../../images/Garic-Che_logo.svg);
	mask-image: url(../../images/Garic-Che_logo.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
img.prevu {
    border-radius: 5px;
    margin: 5px 5px 5px 0;
    max-width: 100%;
	display: block;
}
input.edit-year {
	display: block;
	padding: 5px;
	margin: 5px 0;
	width: 10em;
	font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 0.9em;
	border: none;
	border: 2px solid #ddd;
}
textarea.edit-year {
	display: block;
	padding: 5px;
	margin: 5px 0;
	width: 10em;
	height: 4em;
	font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 0.9em;
	border: none;
	resize: none;
	border: 2px solid #ddd;
}
a.button {
	display: block;
	cursor: pointer;
	font-family: "Open Sans", verdana, arial, sans-serif;
    font-size: 0.9em;
	width: 10em;
	padding: 5px;
	margin: 5px 0;
    background: #d2e9db;
    text-align: center;
	border: 2px solid #ddd;
}

a.button:active {
    background: #a8d3b8;
}